U-Boot 1.1.4 (Nov 27 2008 - 10:23:35) U-Boot code: 00000000 -> 000195D4 BSS: -> 0001E528 CPU Clock: 200 MHz 1.8V Vdd Output: 1.793 2.5V Vdd Output: 2.531 ==== PCI Device List Start ==== bus:00 device:02 function:00 vendor:1814 device_id:0302 class:0280 interrupt:06 ==== PCI Device List End ==== RAM Configuration: Bank #0: 00000000 32 MB Flash Manufacturer: MXIC Flash Device: MXLV640BT(8MB) Flash: 8 MB *** Warning - bad CRC, using default environment In: serial Out: serial Err: serial Hit any key to stop autoboot: 1 0 Star Vela # help ? - alias for 'help' autoscr - run script from memory 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 coninfo - print console devices and information cp - memory copy crc32 - checksum calculation echo - echo args to console erase - erase FLASH memory flinfo - print FLASH memory information go - start application at address 'addr' help - print online help iminfo - print header information for application image imls - list all images found in flash itest - return true/false on integer compare loadb - load binary file over serial line (kermit mode) loads - load S-Record file over serial line loop - infinite loop on address range md - memory display mm - memory modify (auto-incrementing) mtest - simple RAM test mw - memory write (fill) nfs - boot image via network using NFS protocol nm - memory modify (constant address) pci - list and access PCI Configuration Space 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 tftpboot- boot image via network using TFTP protocol version - print monitor version Star Vela # bdinfo arch_number = 0x0000038E env_t = 0x00000000 boot_params = 0x00000100 DRAM bank = 0x00000000 -> start = 0x00000000 -> size = 0x02000000 ethaddr = 00:0A:0B:0C:0D:10 ip_addr = 192.168.1.1 baudrate = 38400 bps Star Vela # flinfo Bank # 1: MXIC MX29LV640BT (64Mbit) Size: 8 MB in 135 Sectors Sector Start Addresses: 10000000 (RO) 10010000 (RO) 10020000 (RO) 10030000 10040000 10050000 10060000 10070000 10080000 10090000 100A0000 100B0000 100C0000 100D0000 100E0000 100F0000 10100000 10110000 10120000 10130000 10140000 10150000 10160000 10170000 10180000 10190000 101A0000 101B0000 101C0000 101D0000 101E0000 101F0000 10200000 10210000 10220000 10230000 10240000 10250000 10260000 10270000 10280000 10290000 102A0000 102B0000 102C0000 102D0000 102E0000 102F0000 10300000 10310000 10320000 10330000 10340000 10350000 10360000 10370000 10380000 10390000 103A0000 103B0000 103C0000 103D0000 103E0000 103F0000 10400000 10410000 10420000 10430000 10440000 10450000 10460000 10470000 10480000 10490000 104A0000 104B0000 104C0000 104D0000 104E0000 104F0000 10500000 10510000 10520000 10530000 10540000 10550000 10560000 10570000 10580000 10590000 105A0000 105B0000 105C0000 105D0000 105E0000 105F0000 10600000 10610000 10620000 10630000 10640000 10650000 10660000 10670000 10680000 10690000 106A0000 106B0000 106C0000 106D0000 106E0000 106F0000 10700000 10710000 10720000 10730000 10740000 10750000 10760000 10770000 10780000 10790000 107A0000 107B0000 107C0000 107D0000 107E0000 107F0000 107F2000 107F4000 107F6000 107F8000 107FA000 107FC000 107FE000 Star Vela # printenv bootcmd=go 0x10030000 bootdelay=1 baudrate=38400 ethaddr=00:0a:0b:0c:0d:10 ipaddr=192.168.1.1 serverip=192.168.1.100 netmask=255.255.255.0 stdin=serial stdout=serial stderr=serial Environment size: 180/65532 bytes Star Vela # imls Star Vela # pci Scanning PCI devices on bus 0 BusDevFun VendorId DeviceId Device Class Sub-Class _____________________________________________________________ 00.00.00 0xeeee 0x0000 Does not fit any class 0x00 00.02.00 0x1814 0x0302 Network controller 0x80 Star Vela # go 0x10030000 ## Starting application at 0x10030000 ... Uncompressing Linux...................................................................................................................... done, booting the kernel. Linux version 2.6.16-star (root@richdeb) (gcc version 3.4.6) #1 Tue Oct 6 14:42:54 CST 2009 CPU: FA526id(wb) [66015261] revision 1 (ARMv4)