Home
Name Modified Size InfoDownloads / Week
r34388 for HHV2B 2012-11-26
R34000 for HHV2B 2012-11-22
uboot for v3a 2012-04-19
2012-04-16-v3a 2012-04-16
2012-04-16 2012-04-16
2012-04-15 2012-04-16
Original Open Source 2012-01-09
openwrt-lantiq-ar9-BT3HHA-squashfs-readme.txt 2012-04-14 1.1 kB
openwrt-lantiq-danube-BTHOMEHUBV2B-squashfs.image 2012-04-14 3.1 MB
Patches-20120414.zip 2012-04-14 41.3 kB
openwrt-lantiq-ar9-BT3HHA-squashfs.image 2012-04-14 3.1 MB
openwrt-lantiq-danube-BTHOMEHUBV2B-squashfs.image.fordsltest 2012-04-14 3.1 MB
Patches-20120410.zip 2012-04-10 33.4 kB
openwrt-lantiq-danube-BTHOMEHUBV2B-readme.txt 2012-04-09 2.6 kB
openwrt-lantiq-danube-BTHOMEHUBV2BOPENRG-squashfs.image 2012-04-09 3.1 MB
ubootmod_bthhv2b_v2.zip 2012-01-05 932.8 kB
Totals: 16 Items   13.6 MB 0
Instructions:

Add serial port to HHV3A
Hack the hub and backup the whole flash (using dd)

reboot, and break into u-boot (in the first second)

in u-boot, type:

tftpboot 81000000 openwrt-lantiq-ar9-BT3HHA-squashfs.image
nand erase 0x068000 0x1f98000
nand write 0x81000000 0x068000 0x400000
bootm 0x81000000

once booted, you should get luci on 192.168.1.1

If you don't want to start form u-boot every time, you will need to change the ubtto startup to contain nand read for startup. see v2b instructions for more details

nand read 68000 81000000 400000
bootm 81000000

you can modify uboot config from linux if you install uboot-fw_envtools

then type:

fw_setenv openrgboot "dualimage; bootm $(openrg_start);"
fw_setenv nboot "nand read 0x81000000 0x68000 0x600000; bootm 0x81000000"
fw_setenv bootcmd "run nboot"

if it does not find fw_setenv (openwrt package may not be configured to create symlink), 
then do it in u-boot with:

setenv openrgboot 'dualimage; bootm $(openrg_start);'
setenv nboot 'nand read 0x81000000 0x68000 0x600000; bootm 0x81000000'
setenv bootcmd 'run nboot'
saveenv

Source: openwrt-lantiq-ar9-BT3HHA-squashfs-readme.txt, updated 2012-04-14