Luke_

Pinebook FEL

Jan 26th, 2017
498
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.49 KB | None | 0 0
  1. lukasz@Mint18PC ~/Pinebook/boot-tools $make pinebook_ums
  2. git clone --depth 1 --branch pine64-usb-mass-storage --single-branch https://github.com/ayufan-pine64/u-boot-pine64.git u-boot-pine64
  3. Cloning into 'u-boot-pine64'...
  4. remote: Counting objects: 9887, done.
  5. remote: Compressing objects: 100% (8776/8776), done.
  6. remote: Total 9887 (delta 1760), reused 3965 (delta 912), pack-reused 0
  7. Receiving objects: 100% (9887/9887), 15.73 MiB | 5.90 MiB/s, done.
  8. Resolving deltas: 100% (1760/1760), done.
  9. Checking connectivity... done.
  10. make -C u-boot-pine64 ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- sun50iw1p1_config
  11. make[1]: Entering directory '/home/lukasz/Pinebook/boot-tools/u-boot-pine64'
  12. Configuring for sun50iw1p1 - Board: sun50iw1p1, Options: SUN50IW1P1
  13. make[1]: Leaving directory '/home/lukasz/Pinebook/boot-tools/u-boot-pine64'
  14. make -C u-boot-pine64 ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- spl -j
  15. make[1]: Entering directory '/home/lukasz/Pinebook/boot-tools/u-boot-pine64'
  16. make[1]: arm-linux-gnueabihf-gcc: Command not found
  17. /bin/sh: 1: arm-linux-gnueabihf-gcc: not found
  18. dirname: missing operand
  19. Try 'dirname --help' for more information.
  20. GEN include/autoconf.mk.dep
  21. /bin/sh: 1: arm-linux-gnueabihf-gcc: not found
  22. GEN include/autoconf.mk
  23. /bin/sh: 1: arm-linux-gnueabihf-gcc: not found
  24. make -f spl_make fes
  25. make -f spl_make boot0
  26. /home/lukasz/Pinebook/boot-tools/u-boot-pine64/sunxi_spl/config.mk:4: /home/lukasz/Pinebook/boot-tools/u-boot-pine64/include/autoconf.mk: No such file or directory
  27. /bin/sh: 1: arm-linux-gnueabihf-gcc: not found
  28. /home/lukasz/Pinebook/boot-tools/u-boot-pine64/sunxi_spl/config.mk:4: /home/lukasz/Pinebook/boot-tools/u-boot-pine64/include/autoconf.mk: No such file or directory
  29. dirname: missing operand
  30. Try 'dirname --help' for more information.
  31. /bin/sh: 1: arm-linux-gnueabihf-gcc: not found
  32. spl_make:10: /home/lukasz/Pinebook/boot-tools/u-boot-pine64/include/autoconf.mk: No such file or directory
  33. spl_make:11: /home/lukasz/Pinebook/boot-tools/u-boot-pine64/include/autoconf.mk.dep: No such file or directory
  34. /home/lukasz/Pinebook/boot-tools/u-boot-pine64/sunxi_spl/config.mk:4: /home/lukasz/Pinebook/boot-tools/u-boot-pine64/include/autoconf.mk: No such file or directory
  35. dirname: missing operand
  36. Try 'dirname --help' for more information.
  37. spl_make:10: /home/lukasz/Pinebook/boot-tools/u-boot-pine64/include/autoconf.mk: No such file or directory
  38. spl_make:11: /home/lukasz/Pinebook/boot-tools/u-boot-pine64/include/autoconf.mk.dep: No such file or directory
  39. /bin/sh: 1: arm-linux-gnueabihf-gcc: not found/home/lukasz/Pinebook/boot-tools/u-boot-pine64/sunxi_spl/config.mk:4: /home/lukasz/Pinebook/boot-tools/u-boot-pine64/include/autoconf.mk: No such file or directory
  40.  
  41. dirname: missing operand
  42. Try 'dirname --help' for more information.
  43. /bin/sh: 1: arm-linux-gnueabihf-gcc: not found
  44. make[2]: *** No rule to make target '/home/lukasz/Pinebook/boot-tools/u-boot-pine64/include/autoconf.mk'. Stop.
  45. Makefile:864: recipe for target 'fes' failed
  46. make[1]: *** [fes] Error 2
  47. make[1]: *** Waiting for unfinished jobs....
  48. dirname: missing operand
  49. Try 'dirname --help' for more information.
  50. make[2]: *** No rule to make target '/home/lukasz/Pinebook/boot-tools/u-boot-pine64/include/autoconf.mk'. Stop.
  51. Makefile:862: recipe for target 'boot0' failed
  52. make[1]: *** [boot0] Error 2
  53. make[1]: Leaving directory '/home/lukasz/Pinebook/boot-tools/u-boot-pine64'
  54. Makefile:61: recipe for target 'u-boot-pine64/fes1_sun50iw1p1.bin' failed
  55. make: *** [u-boot-pine64/fes1_sun50iw1p1.bin] Error 2
Advertisement
Add Comment
Please, Sign In to add comment