01-21-2020, 05:31 PM
(01-21-2020, 08:08 AM)pinetester Wrote: BTW if anyone knows how to test mainline linux (should have no camera light issue) on pinephone please kindly tell me the steps. I still can't figure out the u-boot thing (guess I misunderstand something). I downloaded some of the pinephone developer images and then extract them but still not understand how it boots. Guess I am spoiled by all those bootable desktop linux distro that are so user friendly. Tried something like dd OS then dd u-boot bin to sd card thing but it didn't work.
The images that are available now are already all running mainline linux. The flashlight turning on thing is because the flashlight is on the same line as something from the eMMC flash. It doesn't happen when you boot an OS image from the sd card since uboot doesn't access the eMMC then.
The boot process for the A64 soc is documented on the sunxi wiki since it's the same for all A64 devices. (http://linux-sunxi.org/Mainline_U-Boot)