|
@@ -101,12 +101,14 @@ Flashing boot.bin:
|
|
|
|
|
|
KD240 / KR260 Flashing Instructions:
|
|
KD240 / KR260 Flashing Instructions:
|
|
Flashing u-boot.itb:
|
|
Flashing u-boot.itb:
|
|
|
|
+ $ usb start
|
|
$ sf probe
|
|
$ sf probe
|
|
$ fatload usb 0 0x1000000 u-boot.itb
|
|
$ fatload usb 0 0x1000000 u-boot.itb
|
|
$ sf erase 0xf80000 +$filesize
|
|
$ sf erase 0xf80000 +$filesize
|
|
$ sf write 0x1000000 0xf80000 $filesize
|
|
$ sf write 0x1000000 0xf80000 $filesize
|
|
|
|
|
|
Flashing boot.bin:
|
|
Flashing boot.bin:
|
|
|
|
+ $ usb start
|
|
$ sf probe
|
|
$ sf probe
|
|
$ fatload usb 0 0x1000000 boot.bin
|
|
$ fatload usb 0 0x1000000 boot.bin
|
|
$ sf erase 0x200000 +$filesize
|
|
$ sf erase 0x200000 +$filesize
|