[ TOP | Recently ]

2011-09-29 CTIO


クティオのスペルはctioと書くようだ。


ピン配置は写真左から、VCC,RX,GND,TX。38400bps。
とりあえずシリアルは取れたが、Ether生えてないんだよなぁ。どうしよう。kermitやらs-recordでserial経由で送れるっぽいのでなんとかなるか。

U-Boot 1.1.4 (Jan 23 2009 - 12:09:13)

U-Boot code: 00000000 -> 0001A50C  BSS: -> 0001F45C
CPU Clock: 200 MHz
1.8V Vdd Output: 1.793
2.5V Vdd Output: 2.531
RAM Configuration:
Bank #0: 00000000 32 MB
Flash Manufacturer: EON
Flash Device: MXLV640BB(8MB)
Flash:  8 MB
In:    serial
Out:   serial
Err:   serial
Hit any key to stop autoboot:  0 
Star Dorado2 # ?
?       - 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 Dorado2 # version

U-Boot 1.1.4 (Jan 23 2009 - 12:09:13)
Star Dorado2 # 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.0.1
baudrate    = 38400 bps
Star Dorado2 # printenv
bootargs=/dev/mtdblock3 ro cpufreq=200M rootfstype=squashfs console=ttyS0,38400 
bootcmd=go 0x10040000
bootdelay=3
baudrate=38400
ethaddr=00:0a:0b:0c:0d:10
ipaddr=192.168.0.1
serverip=192.168.0.100
netmask=255.255.255.0
stdin=serial
stdout=serial
stderr=serial

Environment size: 261/65532 bytes
Star Dorado2 # 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
Star Dorado2 # iminfo

## Checking Image at 00100000 ...
   Bad Magic Number
Star Dorado2 # flinfo

Bank # 1: EON MX29LV640BB (64Mbit)
  Size: 8 MB in 135 Sectors
  Sector Start Addresses:
    10000000 (RO) 10002000 (RO) 10004000 (RO) 10006000 (RO) 10008000 (RO)
    1000A000 (RO) 1000C000 (RO) 1000E000 (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     
Star Dorado2 # coninfo
List of available devices:
serial   80000003 SIO stdin stdout stderr 
Star Dorado2 # 


EOF