orangepi-xunlong / OrangePi_Build

The official build system for Orange Pi, support A64, RDA, RK3399
GNU General Public License v2.0
356 stars 180 forks source link

Build ERROR: Run `./create_image` failed #61

Closed makeobj closed 4 years ago

makeobj commented 5 years ago

The board is OrangePiZero. The error is as follows:

Creating root filesistem in local directory linux-xenial...

DEBOOTSTRAP, FIRST STAGE OK.
Creating "sources.list" Error while loading /bin/bash: No such file or directory

ERROR on second-stage, instalation NOT FINISHED.

Is there a solution?

HuangXinf commented 5 years ago

because no debootstrap command in create_image, so wget command no execute. you try: sudo apt-get install debootstrap

orangepi-xunlong commented 4 years ago

Now that you're ready to use the latest code, go back to OrangePi_Build and download OrangePi Zero's Linux SDK.