openwrtv3/target
John Crispin d5f87e193c add VG3503J support
this adds basic support. the bootloader on these units is locked down.

until we have a replacement we can do basic testing with these env variables in uboot.

set update_openwrt erase 0xb0020000 0xb073ffff \;tftp 0x81000000 openwrt-lantiq-xway-VG3503J-squashfs.image\;cp.b 0x81000000 0xb0020000 \$(filesize)
set bootcmd cp.b 0xb0020000 0x80002000 0x400000\; go 0x80002000

unfortunatley the bootloader ignores the bootcmd, so autobooting is not possible yet. you need to call "run bootcmd" by hand after each power cycle.

please note that the vdsl firmware is non redistributable. you can find it in the GPL drop that BT provides.

Signed-off-by: John Crispin <blogic@openwrt.org>

SVN-Revision: 36315
2013-04-11 19:18:07 +00:00
..
imagebuilder imagebuilder: use file_copy to deploy files/ in the image generation phase 2012-12-02 12:20:43 +00:00
linux add VG3503J support 2013-04-11 19:18:07 +00:00
sdk Fix feeds.conf.default when no SVN info present 2012-11-01 07:15:49 +00:00
toolchain add preliminary support for musl 2012-11-23 20:02:29 +00:00
Config.in buildroot: factor knowledge of a 64bits architecture 2013-04-05 12:36:19 +00:00
Makefile target: do not make target/*/install depend on target/*/compile - removes one redundant kernel build dir call on target/install 2012-06-06 17:24:05 +00:00