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)
commitbf26a4d174d50d0258e79949bed37d296d892a38
tree7f3ffc92bd1c686b404525825235db64c77b91bf
parentb24acf0794c999ef600a25fbd2485e69a823b346
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