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

Build failed, DD can not open file: out/target/product/opi_plus2e/sdcard.img : Directory or file does not exists #134

Closed mimoccc closed 3 years ago

mimoccc commented 3 years ago

FAILED: out/target/product/opi_plus2e/sdcard.img /bin/bash -c "PATH=/sbin:/bin:/usr/bin:\$PATH device/glodroid/platform/tools/gensdimg.sh -C=out/target/product/opi_plus2e -T=SD -P=s unxi out/target/product/opi_plus2e/sdcard.img" ===> Create raw disk image dd: nepodarilo sa otvoriť 'out/target/product/opi_plus2e/sdcard.img': Adresár alebo súbor neexistuje

mimoccc commented 3 years ago

Got it. First call : source ./build/envsetup.sh lunch make images Then: make sdcard

mimoccc commented 3 years ago

Got it.

It need to build first images.

source ./build/envsetup.sh lunch opi_plus2e-userdebug make images make sdcard

rsglobal commented 3 years ago

make sdcard is an old rule, and we are not using it anymore. Please refer to manual in the README.md for latest guidelines.