YuzukiTsuru / OpenixCard

Open Source Version of Allwinner PhoenixCard to Dump, Unpack, Flash Allwinner IMG Files on Linux
GNU General Public License v2.0
169 stars 22 forks source link

Generated img file can't be used on etcher #49

Closed benjamimgois closed 2 months ago

benjamimgois commented 2 months ago

Hi ! I'm trying to generate a image of OrangePi_Android on Arch Linux and just discovered openixcard. I installed the latest version from the AUR and used to command

openixCard -d OrangePi_Zero3_Android12_v1.0.img

The original image is 1.2GB and the generated image is 3.4GB, so i guess openixcard did it's magic. Unfortunatly the i got an error when trying to write it to my SD on balena etcher.

image

What am i doing wrong ?

Thanks for you work !

lis6502 commented 2 months ago

As for Etcher - i would launch it from command line to obtain all goodies over STDERR which you might miss. As for generated image - not OrangePI but opencardix generates perfectly dd'able images for my Lichee RV. Unless dd fails i'd file a bug rather to Etcher than Opencardix

YuzukiTsuru commented 2 months ago

OpenixCard not support any Android image. The private gpt table issue cannot be resolved

benjamimgois commented 2 months ago

Thanks for the infor @YuzukiTsuru , so the problem is with the private gpt table. So, i guess i'll have to virtualize windows. Thanks for the help !