Hi there,
I have just begun to hack with a GK802 dongle.
For now I have built my own distro while using the u-boot which provided on github (
https://github.com/imx6-dongle/uboot-imx6dongle)
So far, everything works fine...
Now, I would like to adopt the following way of working with my device :
- Have an android installation on the internal sdcard
- Have my own linux distro on the external sdcard (but other users may find useful to have an ubuntu image provided by
Jasbir here)
My first sought was : "Not a big deal : Let's replace u-boot on the internal sdcard. This new u-boot will handle HDMI display, usb keyboard and let the user choose the boot device and/or it will try to load a script or kernel image from the external sdcard prior to the internal one (So I only have to insert/remove the external sdcard to choose which system is booted...)"
The provided u-boot I mentioned is already very capable but, as far I understand, it is not "android friendly" : I mean, it does not implement fastboot nor is it able to handle android image (booti command)
Can anyone confirm that only an "old" release of u-boot which is marked as deprecated (
https://github.com/imx6-dongle/uboot-imx) is able to deal with android ?
Is there already a merge of android features (mainly fastboot driver + booti I guess) in the uptodate u-boot ?
If not, does it make sense to try to merge them in the newest u-boot ?
I thank you very much for any tips or answers
Best regards
Stephan