kirkwood: update support for ib62x0
authorLuka Perkov <luka@openwrt.org>
Sat, 15 Feb 2014 23:53:09 +0000 (23:53 +0000)
committerLuka Perkov <luka@openwrt.org>
Sat, 15 Feb 2014 23:53:09 +0000 (23:53 +0000)
commit2248807b072a5cf8c58b1a61accfb4f84ec6f842
tree7f3ffc92bd1c686b404525825235db64c77b91bf
parent2e2fb70cc5e96aa04c6a8c5baf05675d97eb4cde
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>
SVN-Revision: 39592
target/linux/kirkwood/patches-3.10/110-ib62x0.patch