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.
471 stars 67 forks source link

[Raspberry Pi4] flash-sd.sh is hung on MAC OSX #182

Closed dhoomakethu closed 1 year ago

dhoomakethu commented 2 years ago

Hello I am trying to flash https://github.com/GloDroid/glodroid_manifest/releases/tag/v0.7.0 on to rasberry pi4 . Here are the steps I followed.

The script is struck at the flashing gpt .

./flash-sd.sh
+ fastboot flash gpt deploy-gpt.img

Fastboot version

fastboot --version
fastboot version 31.0.3-7562133

How long it generally takes to flash the image ? And is there a limitation of doing fastboot from Mac osx ?

dhoomakethu commented 2 years ago

Looks like an issue with Mac. I could get this working after using a linux machine.

powenn commented 2 years ago

Looks like an issue with Mac. I could get this working after using a linux machine.

https://github.com/powenn/glodroid_manifest/tree/master/MacOS-ShellScript

rsglobal commented 1 year ago

Newer releases are shipped with a sdcard image. Also, fastboot is no longer formatting partitions, which reduces the native tools required and makes it possible to flash on every OS.