We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
dragon pack
Hi. While running the make V=1 command. I get the following error:
make V=1
make V=1 [...] GPT:recovery : 2b000 3efff GPT:dsp0 : 3f000 3f7ff GPT:private : 3f800 3ffff GPT:UDISK : 40000 ffffffde update gpt file ok update mbr file ok -----------------dragon pack-------------------------- /home/jbordat/Documents/projects/turing-pi-2/turing-pi/br2t113pro/board/100ask/t113-pro/build-after.sh: line 21: /home/jbordat/Documents/projects/turing-pi-2/turing-pi/buildroot/output/images/dragon: cannot execute: required file not found make[1]: *** [Makefile:817: target-post-image] Error 127
The dragon binary is present:
dragon
ls -ail /home/jbordat/Documents/projects/turing-pi-2/turing-pi/buildroot/output/images/dragon 9554561 -rwxrwxrwx. 1 jbordat jbordat 137891 Apr 28 09:31 /home/jbordat/Documents/projects/turing-pi-2/turing-pi/buildroot/output/images/dragon
Any idea on this issue ?
The text was updated successfully, but these errors were encountered:
$ ls -ail buildroot/output/images/dragon 59159116 -rwxr-xr-x 1 wenyi wenyi 137891 Apr 17 21:05 buildroot/output/images/dragon $ md5sum -b buildroot/output/images/dragon 36235ceec5467f8133c5c4f009b9edb9 *buildroot/output/images/dragon
$ ls -ail buildroot/output/images/dragon
59159116 -rwxr-xr-x 1 wenyi wenyi 137891 Apr 17 21:05 buildroot/output/images/dragon
$ md5sum -b buildroot/output/images/dragon
36235ceec5467f8133c5c4f009b9edb9 *buildroot/output/images/dragon
My file size is different from yours, please check if the md5 is the same
Sorry, something went wrong.
Strange. I get the same md5sum as yours.
❯ ls -ail buildroot/output/images/dragon 8951697 -rwxr-xr-x. 1 jbordat jbordat 137891 May 4 21:55 buildroot/output/images/dragon ❯ md5sum -b buildroot/output/images/dragon 36235ceec5467f8133c5c4f009b9edb9 *buildroot/output/images/dragon
$ echo $SHELL /bin/bash $ ./buildroot/output/images/dragon Sam Liu 2012-10-31 Cantoness Dragon image.cfg sys_config.fex $
you try to run dragon
No branches or pull requests
Hi. While running the
make V=1
command. I get the following error:The
dragon
binary is present:Any idea on this issue ?
The text was updated successfully, but these errors were encountered: