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