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

Installation failure on orangepi plus2e #28

Closed hadimz closed 4 years ago

hadimz commented 4 years ago

When trying to power up Orangepi plue2e using sd card with the deploy-sd-for-emmc.img file, nothing shows up on the monitor and the flash-emmc.sh command ends in the following error.

rsglobal commented 4 years ago

Hello

Is your host pc mac or x86 linux?

hadimz commented 4 years ago

Hi, It's mac

rsglobal commented 4 years ago

Fastboot,adb and mk2fs binaries was compiled for linux only. You have to replace them with corresponding tools that built for mac. https://developer.android.com/studio/releases/platform-tools

hadimz commented 4 years ago

Thank you, I'll try it out. isn't the board supposed to boot from sd? its leds don't light up and nothing shows up on the monitor. is this expected?

hadimz commented 4 years ago

Thank you. It worked like a charm. I installed android platform tools and removed the './' from fastboot commands in the 'flash-emmc.sh' file and it resolved the issue.