blob: fcea82040ddc45fb09e55d156f67add7bbb1d9b2 (
plain) (
blame)
1
2
3
4
5
6
|
U-Boot loader and related files for the Pine64 Quartz-A
To install this bootloader on an sdcard just do:
dd if=/usr/local/share/u-boot/u-boot-quartz-a/idbloader.img of=/path/to/sdcarddevice seek=64 bs=512 conv=sync
dd if=/usr/local/share/u-boot/u-boot-quartz-a/u-boot.itb of=/path/to/sdcarddevice seek=16384 bs=512 conv=sync
|