Luke_

Untitled

Jan 28th, 2017
487
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.98 KB | None | 0 0
  1. lukasz@Mint18PC ~/Pinebook/boot-tools $sudo make pinebook_write DISK=/dev/sdh1
  2. make -C u-boot-pine64 ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- sun50iw1p1_config
  3. make[1]: Entering directory '/home/lukasz/Pinebook/boot-tools/u-boot-pine64'
  4. Configuring for sun50iw1p1 - Board: sun50iw1p1, Options: SUN50IW1P1
  5. make[1]: Leaving directory '/home/lukasz/Pinebook/boot-tools/u-boot-pine64'
  6. sudo dd conv=notrunc bs=1k seek=8 of="/dev/sdh1" if=blobs/boot0_pinebook.bin
  7. 32+0 records in
  8. 32+0 records out
  9. 32768 bytes (33 kB, 32 KiB) copied, 0.00922204 s, 3.6 MB/s
  10. sudo dd conv=notrunc bs=1k seek=19096 of="/dev/sdh1" if=build/u-boot-sun50iw1p1-secure-with-pinebook-dtb.bin
  11. 936+0 records in
  12. 936+0 records out
  13. 958464 bytes (958 kB, 936 KiB) copied, 0.522575 s, 1.8 MB/s
  14. cd boot/ && sudo mcopy -v -s -m -i /dev/sdh1?1 * ::
  15. Can't open /dev/sdh1?1: No such file or directory
  16. Cannot initialize '::'
  17. Bad target ::
  18. Makefile:130: recipe for target 'pinebook_write' failed
  19. make: *** [pinebook_write] Error 1
Advertisement
Add Comment
Please, Sign In to add comment