Open PucklaJ opened 2 years ago
Tow-boot is not supported.
Is it on the todo to get supported? Tow-boot is the modern soulution for the PinePhone Pro's SPI and is even delivered as default SPI on new PPPs. So on these devices GloDroid is unable to install.
Unfortunately we have no free resources now to work on tow-boot integration. I also suspect that major changes have to be done from towboot side.
But we will accept necessary code changes to support tow-boot in case somebody offers it.
This is unfortunately becoming a problem, as newer PPPs come with Tow-boot from the factory, like mine did. I don't really understand well enough how the boot process works, or how Android works, to be of any assistance.
Out of interest, why don't we just have an SD card image to deploy to SD, rather than having to use adb and fastboot?
Makes sense. I need to go read the spec for what all the different images do.
This is unfortunately becoming a problem, as newer PPPs come with Tow-boot from the factory, like mine did. I don't really understand well enough how the boot process works, or how Android works, to be of any assistance.
I'm running into the same problem. I would love to try out Glodroid, but I am a bit scared of flashing back to U-Boot. I couldn't find a good tutorial to do this on the pinephone pro and don't want to push my luck by blind trying and ending up with a bricked device. I would love to see tow-boot support. Besides this could anyone provide me with a foolproof tutorial to flash back to U-Boot? Can I brick it by trying or am I overprotective?
Thanks :)
Unfortunately GloDroid and probably other native Rockchip images are not supported by the tow-boot.
Could we leave the issue open until there's some kind of resolution?
Sure, but opening this issue in the tow-boot issue tracker would be more productive.
Okay, I'll file it there as well and link back here.
EDIT: Link to tow-boot issue: https://github.com/Tow-Boot/Tow-Boot/issues/231
Out of interest, why don't we just have an SD card image to deploy to SD, rather than having to use adb and fastboot?
There is now an SD card image for the PinePhone Pro: https://github.com/GloDroidCommunity/pine64-pinephonepro/releases/download/2023w13/gd-lineageos-pinephonepro-userdebug-2023w13.sdcard.img.zip
just tried the sd card image, it still doesn't seem to work with tow boot but it should hopefully make support easier
rk2aw blob from Megous looks very promising. After installing on PPP's eeprom it reverses the boot probe order to SD, EMMC. I haven't tried it yet, but maybe someone here could do it and report feedback. https://xff.cz/kernels/rk2aw/rk2aw-rk3399-pinephone-pro/
I recently installed rk2aw on my PPP and can confirm that it boots just fine.
I flashed the
deploy-sd-for-emmc.img
ofgd-v0.7.5-pinephonepro-userdebug.tar.gz
onto the device while it was in USB Mass Storage mode, but when turning it on it vibrated 10 times and then shutdown. Is it even possible to flash GloDroid using TOW Boot or do I need to install UBoot again?I also tried to flash
deploy-sd.img
, but it had the same result.