openwrt-6.x/target/linux
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
..
adm5120
adm8668
amazon
ar7
ar71xx ar71xx: fix mtdpartsize macro in image Makefile (#14961) 2014-02-13 21:19:00 +00:00
at91
atheros atheros: change LINUX_VERSON from 3.8.13 to 3.10.28 2014-02-05 20:03:48 +00:00
au1000
avr32
bcm53xx bcm53xx: update the bcm53xx patches 2014-02-04 23:00:55 +00:00
brcm47xx brcm47xx: new patch adding arch workarounds.c 2014-02-04 23:32:01 +00:00
brcm63xx
brcm2708
cns3xxx
cns21xx
cobalt
ep93xx
gemini
generic kernel: rtl8306: update reset function 2014-02-15 22:54:35 +00:00
imx6 imx6: drop 3.12 support 2014-02-12 00:46:02 +00:00
iop32x
ixp4xx
kirkwood kirkwood: update support for ib62x0 2014-02-15 23:53:09 +00:00
lantiq lantiq: fix typo in pinctl driver 2014-02-15 22:54:34 +00:00
malta
mcs814x
mpc52xx
mpc83xx
mpc85xx
mvebu mvebu: enable NAND controller support 2014-02-11 02:16:04 +00:00
mxs upgrade 3.13 targets to 3.13.2, refresh patches 2014-02-13 13:27:14 +00:00
octeon
omap use the default package set 2014-02-14 10:09:07 +00:00
omap24xx additional musb fixups 2014-02-09 16:14:30 +00:00
orion
ppc40x
ppc44x
pxa
ramips
rb532
realview
sibyte
sparc
sunxi upgrade 3.13 targets to 3.13.2, refresh patches 2014-02-13 13:27:14 +00:00
uml
x86
x86_64 upgrade 3.13 targets to 3.13.2, refresh patches 2014-02-13 13:27:14 +00:00
xburst
Makefile