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

Unable to flash glodroid 0.8.0 to pinephone pro's sd card #215

Closed Pethon closed 1 year ago

Pethon commented 2 years ago

I'm using pinephone pro developer model. I already flashed deploy-sd.img to sd card first. After I connected pinephone pro to macbook, I ran ./flash-sd.sh which got an error below.

 $ ./flash-sd.sh
+ fastboot flash gpt deploy-gpt.img
Sending 'gpt' (128 KB)                             OKAY [  0.008s]
Writing 'gpt'                                      OKAY [  0.029s]
Finished. Total time: 0.071s
+ fastboot flash bootloader bootloader-sd.img
Sending 'bootloader' (16352 KB)                    OKAY [  0.747s]
Writing 'bootloader'                               OKAY [  3.144s]
Finished. Total time: 3.914s
+ fastboot flash uboot-env env.img
Sending 'uboot-env' (256 KB)                       OKAY [  0.013s]
Writing 'uboot-env'                                OKAY [  0.052s]
Finished. Total time: 0.093s
+ fastboot reboot
Rebooting                                          OKAY [  0.001s]
Finished. Total time: 0.001s
+ set +x
+ fastboot oem format
ERROR: could not clear input pipe; result e00002ed, ignoring...
ERROR: could not clear output pipe; result e00002d8, ignoring....
ERROR: usb_write failed with status e00002d9
FAILED (Write to device failed (No such file or directory))
fastboot: error: Command failed

Please help. Thank you.

rsglobal commented 2 years ago

Hi,

Can you share UART output?

Pethon commented 2 years ago

@rsglobal Sorry for lacking of reply. But I have no idea what is UART and how to get it. Can you guide me some command to get that output, or give me some link where I can read about this UART.

Thank you.

rsglobal commented 2 years ago

https://pine64.com/product/pinebook-pinephone-pinetab-serial-console/

rsglobal commented 1 year ago

The PPP project has moved to https://github.com/GloDroidCommunity/pine64-pinephonepro Please check the latest release and reopen the issue if it is still relevant.