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)
commit0b0357b50eb313a2ba1f40cb4fecfa790be37b42
tree60f49d59d26b8404561bf4faf9b61cca27b08916
parent0c25f159fd44c20c13a37148ff91b283c307dcfe
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