Setting up U-Boot: Difference between revisions
Jump to navigation
Jump to search
(use 'Boot Select' instead of specific DIP switch number, fix typos, add KC705 bootloader area address/size) |
m (Replaced content with "== LX60, LX200, ML605, KC705 U-Boot Installation == === Loading initial image through xocd + xt-gdb === $ '''xt-gdb -n u-boot''' (xt-gdb) '''target remote localhos...") |
||
Line 1: | Line 1: | ||
== LX60, LX200, ML605, KC705 U-Boot Installation == | == LX60, LX200, ML605, KC705 U-Boot Installation == | ||
=== Loading initial image through xocd + xt-gdb === | |||
$ '''xt-gdb -n u-boot''' | |||
$ '''xt-gdb -n | |||
(xt-gdb) '''target remote localhost:20000 0''' | (xt-gdb) '''target remote localhost:20000 0''' | ||
(xt-gdb) '''reset''' | (xt-gdb) '''reset''' | ||
(xt-gdb) '''load''' | (xt-gdb) '''load''' | ||
(xt-gdb) '''continue''' | (xt-gdb) '''continue''' | ||
=== Flashing U-Boot image === | |||
U-Boot> '''protect off ...''' | |||
U-Boot> '''erase ...''' | |||
U-Boot> '''tftp u-boot.bin''' | |||
U-Boot> '''cp.b 2000000 F8000000 20000''' |
Revision as of 18:58, 2 March 2018
LX60, LX200, ML605, KC705 U-Boot Installation
Loading initial image through xocd + xt-gdb
$ xt-gdb -n u-boot (xt-gdb) target remote localhost:20000 0 (xt-gdb) reset (xt-gdb) load (xt-gdb) continue
Flashing U-Boot image
U-Boot> protect off ... U-Boot> erase ... U-Boot> tftp u-boot.bin U-Boot> cp.b 2000000 F8000000 20000