blob: 8614696a574d5dd11efaecafd84f8e1961f8d8ce [file] [log] [blame]
Paul Burton024fba52013-11-08 11:18:58 +00001MIPS Malta board
2
3How to flash using a MIPS Navigator Probe:
4
5 - Ensure that your Malta has jumper JP1 fitted. Without this jumper you will
6 be unable to flash your Malta using a Navigator Probe.
7
8 - Connect Navigator Console to your probe and Malta as usual.
9
10 - Within Navigator Console run the following commands:
11
James Hoganb2099d12014-03-04 14:48:42 +000012 source /path/to/u-boot/board/imgtec/malta/flash-malta-boot.tcl
Paul Burton024fba52013-11-08 11:18:58 +000013 reset
14 flash-boot /path/to/u-boot/u-boot.bin
15
Bin Menga1875592016-02-05 19:30:11 -080016 - You should now be able to reboot your Malta to a U-Boot shell.