I have followed the posts on the site, downloading the newIT image from the site and burning it on a SD card, setting the u-boot setting, still can not boot
Upgraded u-boot about 5 times, used many env setting, yet I can not boot
used
NewIT-Dreamplug-Debian-Squeeze-4Gb-30Aug11.img
from this forum
https://newit.co.uk/forum/index.php/topic,2491.0.htmlin osx 10.9
sudo dd if=NewIT-Dreamplug-Debian-Squeeze-4Gb-30Aug11.img of=/dev/disk4
got this SD
/dev/disk4
#: TYPE NAME SIZE IDENTIFIER
0: FDisk_partition_scheme *7.9 GB disk4
1: DOS_FAT_16 dp-kern 54.2 MB disk4s1
2: Linux 3.9 GB disk4s2
* the actual size of the SD is 8G
my u-boot
Marvell>> version
U-Boot 2011.12 (Mar 11 2012 - 18:50:54)
Marvell-DreamPlug
gcc (Debian 4.6.3-1) 4.6.3
GNU ld (GNU Binutils for Debian) 2.22
used the boot sequence from
https://www.spinifex.com.au/plugs/dphowtos.htmlBTW - tried about 5 different sequence from google search
my printenv
Marvell>> printenv
baudrate=115200
bootcmd=run db_init db_runbs; run db_bootcmd; run db_runas; run db_bootcmd
bootdelay=3
db_arg=console=ttyS0,115200 rootwait panic=10
db_bootcmd=run db_setarg db_load db_bootmem
db_bootmem=bootm ${loadaddr}
db_init=setenv mainlineLinux yes; setenv arcNumber 2659; usb start
db_load=mw ${loadaddr} 0 1000; fatload usb ${dev}:${part} ${loadaddr} uImage
db_loads=mw ${soaddr} 0 1000; fatload usb ${dev}:${part} ${soaddr} boot.scr
db_runas=echo loading sda script; setenv dev 0; setenv kdev /dev/sda2; run db_loads db_runs
db_runbs=echo loading sdb script; setenv dev 1; setenv kdev /dev/sdb2; run db_loads db_runs
db_runs=echo executing script; source ${soaddr}
db_setarg=setenv bootargs ${db_arg} root=${kdev}
dev=1
eth1addr=F0:AD:4E:00:90:A0
ethaddr=F0:AD:4E:00:90:9F
kdev=/dev/sdb2
loadaddr=0x6400000
part=1
soaddr=0x1600000
x_bootargs=console=ttyS0,115200
x_bootargs_root=root=/dev/sda2 rootdelay=10
x_bootcmd_ethernet=ping 192.168.2.1
x_bootcmd_kernel=fatload usb 0 0x6400000 uImage
x_bootcmd_usb=usb start
Environment size: 1075/4092 bytes
can not load
Marvell>> reset
resetting ...
U-Boot 2011.12 (Mar 11 2012 - 18:50:54)
Marvell-DreamPlug
SoC: Kirkwood 88F6281_A1
DRAM: 512 MiB
WARNING: Caches not enabled
SF: Detected MX25L1605D with page size 64 KiB, total 2 MiB
In: serial
Out: serial
Err: serial
Net: egiga0, egiga1
88E1116 Initialized on egiga0
88E1116 Initialized on egiga1
Hit any key to stop autoboot: 0
(Re)start USB...
USB: Register 10011 NbrPorts 1
USB EHCI 1.00
scanning bus for devices... 4 USB Device(s) found
scanning bus for storage devices... 2 Storage Device(s) found
loading sdb script
** Can't read from device 1 **
** Unable to use usb 1:1 for fatload **
** Can't read from device 1 **
** Unable to use usb 1:1 for fatload **
loading sda script
reading boot.scr
** Unable to read "boot.scr" from usb 0:1 **
reading uImage
** Unable to read "uImage" from usb 0:1 **
Marvell>>
HELP
thanks a lot