tizen 2.3.1 release
[platform/kernel/u-boot.git] / debian / README.Debian
1 == Installation ==
2
3 At this point, you must install U-Boot to flash yourself.
4
5 Some examples using mtd-utils:
6
7 SheevaPlug:
8
9  sudo flash_eraseall /dev/mtd0
10  sudo nandwrite -p /dev/mtd0 /usr/lib/u-boot/sheevaplug/u-boot.kwb
11
12 GuruPlug:
13
14  sudo flash_eraseall /dev/mtd0
15  sudo nandwrite -p /dev/mtd0 /usr/lib/u-boot/guruplug/u-boot.kwb
16
17 MX53LOCO:
18
19  sudo dd bs=1024 if=u-boot.imx of=/dev/sdX seek=1
20
21 == U-Boot environment tools ==
22
23 fw_printenv / fw_setenv read /etc/fw_env.config for configuration.
24