<wiiplayer2|m>
If you don't have other ideas regarding the driver, I'll remove it from my PR for now so we can at least get the device tree merged. I will continue investigating the panel/driver afterwards.
tadia|m has joined #sm7150-mainline
mxxme|m has joined #sm7150-mainline
<mxxme|m>
hello
<mxxme|m>
I am new here, I have the snapdragon 730 on the samsung galaxy a71
<mxxme|m>
Do I first install u-boot?
<mxxme|m>
and from where
<wiiplayer2|m>
Hi, I'm currently working on merging my progress on the A71 into the kernel and u-boot. Until that is done you would have to compile everything yourself from my forks.
<mxxme|m>
cool how much does this process usually take
<wiiplayer2|m>
Do you just want to use it or do you want to help in development? If you just want to use it I suggest you wait until it's merged and maybe even longer due to the display currently not working correctly
<mxxme|m>
Sure I wanna help by testing
<wiiplayer2|m>
Then I would definitely wait. At least until my first PRs are merged.
<mxxme|m>
How do i check on that
<wiiplayer2|m>
Also I just remembered that my fork is still on 6.13 so you would have to jump through a lot of hoops to have something usable.
<mxxme|m>
Thanks, so do I click on the link once in a while to check if there is a link or
<wiiplayer2|m>
Do you have a GitHub account?
<mxxme|m>
Yes
<wiiplayer2|m>
Then you can subscribe to both PRs and you will be notified when something changes (also when it gets merged)
<mxxme|m>
How much does this usually take
<mxxme|m>
I have never did this before
<wiiplayer2|m>
mxxme|m: what exactly?
<mxxme|m>
For the u-boot or something that i can try to flash
<mxxme|m>
even if it might be broken
<mxxme|m>
*
<wiiplayer2|m>
If you really REALLY want to test u-boot, you would first need the dev tools, compile it, then flash it. Depending on your OS the packages are different. Are you already using Linux on your PC?
<mxxme|m>
I had a laptop but i am going to get a new one this summer. to install twrp, kernel and rom i used heimdall and odin but mobile versions
<mxxme|m>
Idk if chroot or proot work, maybe termux until i get a new laptop
<wiiplayer2|m>
If you're using Windows you can also enable WSL2
<mxxme|m>
uh
<mxxme|m>
<mxxme|m> Idk if chroot or proot work, maybe termux until i get a new laptop
<mxxme|m>
this
<wiiplayer2|m>
So you want to compile on your phone?
<mxxme|m>
yes
<mxxme|m>
is it ok?
<wiiplayer2|m>
it could work but how do you want to flash it afterwards?
<wiiplayer2|m>
prob. using twrp?
<mxxme|m>
yes
<wiiplayer2|m>
you would need packages similar to this:
<mxxme|m>
<wiiplayer2|m> let me try this on my phone
<mxxme|m>
also do I need u-boot
<mxxme|m>
cause someone told me i dont
<mxxme|m>
oh he looked at the page and said wait why does it need other ones dont
<wiiplayer2|m>
AFAIK the device package for pmos basically requires u-boot but others might know more about it. I think it's due to the new generic device package which all devices will use. Also I tried building it in nix-on-droid with my existing config but that doesn't work on the phone. I'd have to try in termux directly but I won't have time until after the weekend.