Unfortunately no one can be told what fun_plug is - you have to see it for yourself.
You are not logged in.
Pages: 1
Hi,
To break into U-BOOT monitor type the two keys <space bar> "1" within 3 seconds.
That is the Space Key and the number 1
Offline
nice, worked like a charm.
Reseting !!
** LOADER **
** MARVELL BOARD: RD-88F5181-POS-NAS LE
U-Boot 1.1.1 (Nov 13 2006 - 14:01:34) Marvell version: 1.4.2
DRAM CS[0] base 0x00000000 size 64MB
DRAM Total size 64MB
[8192kB@ff800000] Flash: 8 MB
Addresses 20M - 0M are saved for the U-Boot usage.
Mem malloc Initialization (20M - 16M): Done
*** Warning - bad CRC, using default environment
Soc: MV88F5181 Rev 3
CPU: ARM926 (Rev 0) running @ 500Mhz
SysClock = 166Mhz , TClock = 166Mhz
Init usb device.
PCI 0: PCI Express Root Complex Interface
PCI 1: Conventional PCI, speed = 33000000
Hit any key to stop autoboot: 0
Marvell>>
Marvell>> ?
? - alias for 'help'
bootm - boot application image from memory
cp - memory copy
echo - echo args to console
erase - erase FLASH memory
loadb - load binary file over serial line (kermit mode)
md - memory display
printenv- print environment variables
run - run commands in an environment variable
setenv - set environment variables
So it looks like we can try creating our own firmware now... very cool indeed!
Last edited by tobyg (2007-02-15 02:28:51)
Offline
Pages: 1