So I decided to put the 0.1 release of freedombox on my dreamplug. I updated u-boot to the latest version in debian wheezy and copied the debian image to the internal sd. The boot process goes generally ok but I can only get partial networking. I made sure that I used the ssame mac address values for etho/eth1 as were used on the factory uboot. I can ping my plug and see open ssh ports but can't connect via ssh. I can't get network access from the plug itself/ping any outside ip address.
I reckon it's a uboot problem as my network interfaces look fine from the debian install. printenv gives:
Marvell>> printenv
baudrate=115200
bootcmd=${x_bootcmd_usb}; ${x_bootcmd_kernel}; ${x_bootcmd_initrd}; setenv bootargs ${x_bootargs} ${x_bootargs_root}; bootm 0x6400000 0x6900000;
bootdelay=3
eth1addr=F0:AD:4E:00:82:B8
ethact=egiga0
ethaddr=F0:AD:4E:00:82:B7
ipaddr=192.168.0.1
stderr=serial
stdin=serial
stdout=serial
x_bootargs=console=ttyS0,115200
x_bootargs_root=root=/dev/sda2 rootdelay=10
x_bootcmd_initrd=fatload usb 0 0x6900000 uInitrd
x_bootcmd_kernel=fatload usb 0 0x6400000 uImage
x_bootcmd_usb=usb start
What do we think?
Kris