方案B:直接下载,然后用go命令
1.下载ucos2
- [u-boot@MINI2440]# tftp 2440ucos2_W35.bin
- dm9000 i/o: 0x20000300, id: 0x90000a46
- DM9000: running in 16 bit mode
- MAC: 00:01:02:03:04:05
- operating at 100M full duplex mode
- Using dm9000 device
- TFTP from server 192.168.1.229; our IP address is 192.168.1.230
- Filename '2440ucos2_W35.bin'.
- Load address: 0x30008000
- Loading: T ################################
- done
- Bytes transferred = 462564 (70ee4 hex)
2.用go命令运行
- [u-boot@MINI2440]# go 30008000
- ## Starting application at 0x30008000 ...
- hello,FriendlyARM
|