I would like to use the same hardware to boot either Linux or Android with only environment variable changes.
Is Android dependent on any u-boot code not in a Linux u-boot build?
Thanks
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
I would like to use the same hardware to boot either Linux or Android with only environment variable changes.
Is Android dependent on any u-boot code not in a Linux u-boot build?
Thanks
If you do not need the 'fastboot' functionality, it should be possible to use the Linux u-boot for Android also.
Hi Donald,
On which platform you are working? Linux u-boot should work for android as well.
Thanks and Regards,
Pankaj Bharadiya
Using the Android SDK (not the linux SDK) is it possible to change the U-boot parameters to just boot the linux portion of Android, but not Andorid itself.
Goal is to have the host talk to Linux on the targets via terminal and then make some updates on the filesystem. Then reboot to change the u-boot parameters for android and finally boot android.
Is it something that would work?
thanks and best regards,
Anthony
AnBer said:Using the Android SDK (not the linux SDK) is it possible to change the U-boot parameters to just boot the linux portion of Android, but not Andorid itself.
It should be possible to boot a linux filesystem using the u-boot from Android SDK.
But the android filesystem is not at all compatible with the standard linux filesystem, so I don't think it is possible to "turn off" android functionality.
You could have a minimal linux filesystem on a separate partition and modify the u-boot args for the kernel uImage to use this partition instead of the regular android partition.