openwrtv3/target/linux/kirkwood
Luka Perkov 0b0357b50e 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
2014-02-15 23:53:09 +00:00
..
base-files/etc/uci-defaults kirkwood: update support for iconnect 2014-02-15 23:53:08 +00:00
image kirkwood: update support for iconnect 2014-02-15 23:53:08 +00:00
patches-3.10 kirkwood: update support for ib62x0 2014-02-15 23:53:09 +00:00
profiles kirkwood: update support for iconnect 2014-02-15 23:53:08 +00:00
base-files.mk kirkwood: use uci-defaults to configure different boards 2012-05-29 16:39:15 +00:00
config-3.10 kirkwood: include ext4 support by default 2013-11-24 23:07:34 +00:00
Makefile kernel: update 3.10 to 3.10.28 2014-01-26 11:30:34 +00:00