kirkwood: update support for dockstar
authorLuka Perkov <luka@openwrt.org>
Sat, 15 Feb 2014 23:53:10 +0000 (23:53 +0000)
committerLuka Perkov <luka@openwrt.org>
Sat, 15 Feb 2014 23:53:10 +0000 (23:53 +0000)
commitc4babec485210166cc2641ba940eb294f3c40bfb
treebff0715242b565ebddf74d1cbf177d9e1c152eca
parent2248807b072a5cf8c58b1a61accfb4f84ec6f842
kirkwood: update support for dockstar

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-dockstar-rootfs.ubifs ; ubi write 0x800000 rootfs ${filesize} ; reset

Signed-off-by: Luka Perkov <luka@openwrt.org>
Tested-by: Alexander Couzens <lynxis@fe80.eu>
CC: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 39593
target/linux/kirkwood/base-files/etc/uci-defaults/01_leds
target/linux/kirkwood/patches-3.10/140-dockstar.patch [new file with mode: 0644]