kirkwood: update support for ib62x0
authorluka <luka@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 15 Feb 2014 23:53:09 +0000 (23:53 +0000)
committerluka <luka@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 15 Feb 2014 23:53:09 +0000 (23:53 +0000)
commit16476be51e096e1ffa108e804d322c3e22ea76cf
tree7f3ffc92bd1c686b404525825235db64c77b91bf
parent62235c06381c64d7de3ad8187e1566dbba6c0d53
kirkwood: update support for ib62x0

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-ib62x0-rootfs.ubifs ; ubi write 0x800000 rootfs ${filesize} ; reset

Signed-off-by: Luka Perkov <luka@openwrt.org>
Tested-by: Luka Perkov <luka@openwrt.org>
CC: Imre Kaloz <kaloz@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39592 3c298f89-4303-0410-b956-a3cf2f4a3e73
target/linux/kirkwood/patches-3.10/110-ib62x0.patch