Ok, I have uboot running:
[DANUBE Boot]:y
Go to Memory Address: (default:0x80002000) : 0x
Jump to address 0x80002000 ...
U-Boot 2010.03 (Oct 28 2010 - 21:50:55)
Board: Danube/Twinpass/Vinax-VE V1.5, DDR Speed 166 MHz, CPU Speed 333 MHz
DRAM: 64 MB
Flash: 8 MB
*** Warning - bad CRC, using default environment
Net:
searching for rtl8306 switch ... lq_cpe_eth
Type "run flash_nfs" to mount root filesystem over NFS
Hit any key to stop autoboot: 0
ARV4518 => ?
? - alias for 'help'
base - print or set address offset
bdinfo - print Board Info structure
boot - boot default, i.e., run 'bootcmd'
bootd - boot default, i.e., run 'bootcmd'
bootm - boot application image from memory
bootp - boot image via network using BOOTP/TFTP protocol
cmp - memory compare
cp - memory copy
crc32 - checksum calculation
echo - echo args to console
editenv - edit environment variable
erase - erase FLASH memory
flinfo - print FLASH memory information
go - start application at address 'addr'
help - print command description/usage
httpd - httpd - start webserver
iminfo - print header information for application image
itest - return true/false on integer compare
loop - infinite loop on address range
md - memory display
mii - MII utility commands
mm - memory modify (auto-incrementing address)
mtest - simple RAM read/write test
mw - memory write (fill)
nm - memory modify (constant address)
ping - send ICMP ECHO_REQUEST to network host
printenv- print environment variables
protect - enable or disable FLASH write protection
rarpboot- boot image via network using RARP/TFTP protocol
reset - Perform RESET of the CPU
run - run commands in an environment variable
saveenv - save environment variables to persistent storage
setenv - set environment variables
sleep - delay execution for some time
source - run script from memory
tftpboot- boot image via network using TFTP protocol
version - print monitor version
ARV4518 => version
U-Boot 2010.03 (Oct 28 2010 - 21:50:55)
ARV4518 => printenv
bootcmd=run flash_flash
bootdelay=5
baudrate=115200
loads_echo=
ipaddr=192.168.2.1
serverip=192.168.2.101
preboot=echo;echo Type \"run flash_nfs\" to mount root filesystem over NFS;echo
rootpath="/export"
gatewayip=192.168.2.254
netmask=255.255.255.0
ram_addr=0x80500000
kernel_addr=0xb007d000
mtdparts=mtdparts=ifx-nor:128k(brnboot)ro,256k(brn_env)ro,58k(uboot)ro,58k(uboot_env)ro,64k(kernel),-(rootfs)
flashargs=setenv bootargs rootfstype=squashfs,jffs2
nfsargs=setenv bootargs root=/dev/nfs rw nfsroot=${serverip}:${rootpath}
addip=setenv bootargs ${bootargs} ip=${ipaddr}:${serverip}:${gatewayip}:${netmask}:${hostname}:${netdev}:off
addmisc=setenv bootargs ${bootargs} init=/etc/preinit console=ttyS1,115200 ethaddr=${ethaddr} ${mtdparts}
flash_flash=run flashargs addip addmisc;bootm ${kernel_addr}
flash_nfs=run nfsargs addip addmisc;bootm ${kernel_addr}
net_flash=run load_kernel flashargs addip addmisc;bootm ${ram_addr}
net_nfs=run load_kernel nfsargs addip addmisc;bootm ${ram_addr}
load_kernel=tftp ${ram_addr} ${tftppath}openwrt-ifxmips-uImage
update_uboot=tftp 0x80500000 ${tftppath}u-boot.bin;era 0xb0060000 +${filesize};cp.b 0x80500000 0xb0060000 ${filesize}
update_openwrt=tftp ${ram_addr} ${tftppath}openwrt-ifxmips-squashfs.image;era ${kernel_addr} +${filesize};cp.b ${ram_addr} ${kernel_addr} ${filesize}
bootcmd=bootm 0xb007d000
stdin=serial
stdout=serial
stderr=serial
ethaddr=73:8f:e6:46:7a:b0
ethact=lq_cpe_eth
ver=U-Boot 2010.03 (Oct 28 2010 - 21:50:55)
Environment size: 1480/65532 bytes
ARV4518 => bdinfo
boot_params = 0x83E9FFB8
memstart = 0x80000000
memsize = 0x04000000
flashstart = 0xB0000000
flashsize = 0x00800000
flashoffset = 0x00000000
ethaddr = 73:8f:e6:46:7a:b0
ip_addr = 192.168.2.1
baudrate = 115200 bps
However the network doesn't work. I didn't look at it before, but this board uses a different switch, an atheros ar8216
Edit: btw, the wifi chip is an ar9223 (though I'm not really interested in wifi, wife banned it at home )
(Last edited by pippolippi on 31 Oct 2010, 15:12)