====================== U-boot info These are some info printed from the U-boot of the Lacie NetworkSpace (I accessed using 'clunc') Marvell>> help help ? - alias for 'help' base - print or set address offset boot - boot default, i.e., run 'bootcmd' bootd - boot default, i.e., run 'bootcmd' bootext2 dev:boot_part1,boot_part2 addr boot_image linux_dev_name bootm - boot application image from memory bootp - boot image via network using BootP/TFTP protocol bubt - Burn an image on the Boot Flash. cmp - memory compare cp - memory copy cpumap - Display CPU memory mapping settings. crc32 - checksum calculation date - get/set/reset date & time diskboot- boot from IDE device echo - echo args to console erase - erase FLASH memory exit - exit script ext2load- load binary file from a Ext2 filesystem ext2ls - list files in a directory (default /) flinfo - print FLASH memory information go - start application at address 'addr' help - print online help icrc32 - checksum calculation ide - IDE sub-system iloop - infinite loop on address range imd - i2c memory display imm - i2c memory modify (auto-incrementing) imw - memory write (fill) inm - memory modify (constant address) iprobe - probe to discover valid I2C chip addresses loop - infinite loop on address range lump - Wait for a LUMP md - memory display mflash - read, write or erase the Marvell Flash. mm - memory modify (auto-incrementing) mtest - simple RAM test mw - memory write (fill) nm - memory modify (constant address) pci - list and access PCI Configuration Space 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 resetenv - Return all environment variable to default. run - run commands in an environment variable saveenv - save environment variables to persistent storage setenv - set environment variables sflash - read, write or erase the external SPI Flash. test - minimal test like /bin/sh tftpboot- boot image via network using TFTP protocol version - print monitor version Marvell>> Marvell>> flinfo flinfo Bank # 1: Flash Base Address : 0xf8100000 Flash Mode : Parallel Flash Model : SUNOL 2 Sector Size : 4K Number of sectors : 64 Manufacturer ID : 7f7f7fe9 Device ID : 02a Device Revision : 2 Write Protection : Enabled Marvell>> pci pci Scanning PCI devices on bus 0 BusDevFun VendorId DeviceId Device Class Sub-Class _____________________________________________________________ 00.00.00 0x11ab 0x6082 Memory controller 0x80 Marvell>> printenv baudrate=115200 loads_echo=0 rootpath=/mnt/ARM_FS/ cpuName=926 CASset=min MALLOC_len=1 ethprime=egiga0 bootargs_root=root=/dev/nfs rw bootargs_end=:::DB88FXX81:egiga0:none image_name=uImage standalone=fsload 0x400000 $(image_name);setenv bootargs $(bootargs) root=/dev/mtdblock0 rw ip=$(ipaddr):$(serverip)$(bootargs_end); bootm 0x400000; eth1addr=00:00:00:00:51:82 usb0Mode=host ethact=egiga0 ethaddr=00:D0:4B:85:8C:DA stderr=serial enaDebugLed=yes enaMonExt=no enaFlashBuf=yes enaCpuStream=no disaMvPnp=no overEthAddr=no bootdelay=3 bootcmd=if lump 2; then ; else rundisk; fi kernel_addr=0x400000 boot_disk1=if disk ${kernel_addr} 0:A; then; else disk ${kernel_addr} 0:6; fi disk_disk=ide reset; run boot_disk1; bootm ${kernel_addr}; bootargs=console=ttyS0,115200 root=/dev/sda7 ro boardType=mv88F6082 productType=Aston reset=0 powerOffUnit=none ipaddr=192.168.0.28 ncip=192.168.0.100 serverip=192.168.0.100 stdin=nc stdout=nc