|
Hi all,I have a question about the build tool,
i wanted to use the build tool to make a debian/raspbian jessie image for my opiplus 2e board,
but when i run the tool it ends with the next errors:
raspbian jessie option:
- =======================================================
- Creating Ubuntu/Debian SD Card instalation for OrangePI
- =======================================================
- Creating root filesistem in local directory /home/alexander/OrangePiH3/output/linux-jessie...
- DEBOOTSTRAP, FIRST STAGE
- please wait \I: Retrieving InRelease
- please wait |I: Checking Release signature
- E: Release signed by unknown key (key id 9165938D90FDDD2E)
- OK.
- Creating "sources.list"
- Error while loading /bin/bash: No such file or directory
- ================================================
- ERROR on second-stage, instalation NOT FINISHED.
- ================================================
- alexander@debian:~/OrangePiH3$
Copy code debian jessie option:
- =======================================================
- Creating Ubuntu/Debian SD Card instalation for OrangePI
- =======================================================
- Creating root filesistem in local directory /home/alexander/OrangePiH3/output/linux-jessie...
- DEBOOTSTRAP, FIRST STAGE
- please wait \I: Retrieving InRelease
- please wait |I: Retrieving Release
- please wait -I: Retrieving Release.gpg
- I: Checking Release signature
- please wait \I: Valid Release signature (key id 75DDC3C4A499F1A18CB5F3C8CBF8D6FD518E17E1)
- please wait /I: Retrieving Packages
- please wait /I: Validating Packages
- please wait -I: Resolving dependencies of required packages...
- please wait \I: Resolving dependencies of base packages...
- please wait |I: Found additional required dependencies: acl adduser dmsetup insserv libaudit-common libaudit1 libbz2-1.0 libcap2 libcap2-bin libcryptsetup4 libdb5.3 libdebconfclient0 libdevmapper1.02.1 libgcrypt20 libgpg-error0 libkmod2 libncursesw5 libprocps3 libsemanage-common libsemanage1 libslang2 libsystemd0 libudev1 libustr-1.0-1 procps systemd systemd-sysv udev
- I: Found additional base dependencies: debian-archive-keyring gnupg gpgv libapt-pkg4.12 libffi6 libgmp10 libgnutls-deb0-28 libhogweed2 libicu52 libidn11 libnettle4 libp11-kit0 libpsl0 libreadline6 libstdc++6 libtasn1-6 libusb-0.1-4 readline-common
- I: Checking component main on http://ftp.hr.debian.org/debian...
- please wait /I: Retrieving acl 2.2.52-2
- please wait -I: Validating acl 2.2.52-2
- I: Retrieving libacl1 2.2.52-2
- please wait |I: Validating libacl1 2.2.52-2
- ... (no errors or warnings)
- please wait /I: Extracting libsmartcols1...
- I: Extracting libuuid1...
- I: Extracting mount...
- I: Extracting util-linux...
- please wait -I: Extracting liblzma5...
- please wait \I: Extracting zlib1g...
- OK.
- Creating "sources.list"
- DEBOOTSTRAP, SECOND-STAGE
- please wait \/second-stage: line 206: /bin/sleep: cannot execute binary file: Exec format error
- please wait |/second-stage: line 206: /bin/sleep: cannot execute binary file: Exec format error
- please wait //second-stage: line 206: /bin/sleep: cannot execute binary file: Exec format error
- please wait -/second-stage: line 206: /bin/sleep: cannot execute binary file: Exec format error
- please wait \/second-stage: line 206: /bin/sleep: cannot execute binary file: Exec format error
- please wait |/second-stage: line 206: /bin/sleep: cannot execute binary file: Exec format error
- please wait //second-stage: line 206: /bin/sleep: cannot execute binary file: Exec format error
- please wait -/second-stage: line 206: /bin/sleep: cannot execute binary file: Exec format error
- please wait \/second-stage: line 206: /bin/sleep: cannot execute binary file: Exec format error
- please wait |/second-stage: line 206: /bin/sleep: cannot execute binary file: Exec format error
- please wait //second-stage: line 206: /bin/sleep: cannot execute binary file: Exec format error
- please wait -/second-stage: line 206: /bin/sleep: cannot execute binary file: Exec format error
- please wait \/second-stage: line 206: /bin/sleep: cannot execute binary file: Exec format error
- please wait |/second-stage: line 206: /bin/sleep: cannot execute binary file: Exec format error
- please wait //second-stage: line 206: /bin/sleep: cannot execute binary file: Exec format error
- please wait -/second-stage: line 206: /bin/sleep: cannot execute binary file: Exec format error
- please wait \/second-stage: line 206: /bin/sleep: cannot execute binary file: Exec format error
- please wait |/debootstrap/debootstrap: line 382: /bin/cat: cannot execute binary file: Exec format error
- /second-stage: line 206: /bin/sleep: cannot execute binary file: Exec format error
- please wait //second-stage: line 206: /bin/sleep: cannot execute binary file: Exec format error
- ERROR.
- ================================================
- ERROR on second-stage, instalation NOT FINISHED.
- ================================================
- alexander@debian:~/OrangePiH3$
Copy code
I have tried a few things none of them worked.
Am i missing something?
i am running this script on a dedicated pc with a x64 cpu and debian 9.1.0 installed
I
|
|