diff options
author | Luka Perkov <luka@openwrt.org> | 2014-02-15 23:53:10 +0000 |
---|---|---|
committer | Luka Perkov <luka@openwrt.org> | 2014-02-15 23:53:10 +0000 |
commit | 58fa3f8fdf12baf8a71176216675512d86cf2f16 (patch) | |
tree | a45faebc53410b09326ad88fb9575c4c79aa78a6 /package/boot/uboot-kirkwood/Makefile | |
parent | 0b0357b50eb313a2ba1f40cb4fecfa790be37b42 (diff) | |
download | upstream-58fa3f8fdf12baf8a71176216675512d86cf2f16.tar.gz upstream-58fa3f8fdf12baf8a71176216675512d86cf2f16.tar.bz2 upstream-58fa3f8fdf12baf8a71176216675512d86cf2f16.zip |
kirkwood: update support for dockstar
The board is optimized for ubi(fs) and boots OpenWrt without changes to uboot
environment if OpenWrt's uboot package is used. In order to flash the image run
following commands in uboot shell:
nand erase 0x200000 0xfe00000
ubi part root ; ubi remove rootfs ; ubi create rootfs
tftpboot 0x800000 openwrt-kirkwood-dockstar-rootfs.ubifs ; ubi write 0x800000 rootfs ${filesize} ; reset
Signed-off-by: Luka Perkov <luka@openwrt.org>
Tested-by: Alexander Couzens <lynxis@fe80.eu>
CC: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 39593
Diffstat (limited to 'package/boot/uboot-kirkwood/Makefile')
0 files changed, 0 insertions, 0 deletions