GloDroid / glodroid_manifest

Android port that aims to bring both user- and developer-friendly experience in using AOSP with a set of single-board computers (SBC), phones and other devices.
472 stars 66 forks source link

Script to install on emmc #7

Closed AndriiZ closed 4 years ago

AndriiZ commented 4 years ago

It is possible to install Armbian to emmc https://docs.armbian.com/User-Guide_Getting-Started/#how-to-install-to-emmc-nand-sata-usb It is also possible to burn LibreELEC image to emmc for LibreELEC I think, it is possible to burn Android to emmc, but probably it will require some extra work.

rsglobal commented 4 years ago

I hope to fix u-boot fastboot gadget driver. After that we could use classic way to flash Android to emmc.

hostkit commented 4 years ago

have you ever thought of using dd command to install to emmc? Maybe working

rsglobal commented 4 years ago

Changes in the next branch contains all necessary adjustments to enable boot from EMMC. But for flashing you have to use dd (from armbian image on SDCARD and Android on USB for example).

hadimz commented 4 years ago

Can you please elaborate how we can install using Armbian on SD card? I tried booting from SD while having the android img file on a usb stick. I used dd command to write the image to emmc but it didn't boot when I removed the SD card and restarted. Do I need to use another tool than dd or did I do something wrong?

AndriiZ commented 4 years ago

Provided binary image for OPi3 large than internal emmc, so burn with dd fail. Subsequent boot fails.

hadimz commented 4 years ago

can this version be installed on the internal storage of orange pi plus 2e?

rsglobal commented 4 years ago

eMMC works on plus2e and opi3 now. You can build next branch to try it. I will post release soon.