|
在skyeye(s3c4510b)上运行uC/OS有问题如下
----------------------------
nfo: armv3, arm7tdmi, 41007700, fff8ff00, 0
mach info: name s3c4510b, mach_init addr 0x813d958
nic[0] info: state=1, ethmod num=1, mac addr=0:4:3:2:1:f, hostip=10.0.0.1
nic_init_begin
tapif_init begin
tapif_init: fd 6
tapif_init: system("ifconfig tap0 inet 10.0.0.1");
tapif_init end
nic_init_end
SKYEYE: use arm7100 mmu ops
Connected to the simulator.
(SkyEye) lo
Loading section .text, size 0x14240 vma 0x1000000
Loading section .data, size 0x2270 vma 0x1016000
Start address 0x1000000
Transfer rate: 730496 bits in <1 sec.
(SkyEye) r
Starting program: /home/zhxf/embed/ucosii4skyeye/samples/lwip_on_ucos_test/lwip_on_ucos_test.elf
Program received signal SIGINT, Interrupt.
0x028bf4c4 in ?? ()
(SkyEye) where
#0 0x028bf4c4 in ?? ()
---------------------------------
配置如下:skyeye0.5.0 ucosii4skyeye-v1.8.3
配置文件:skyeye.conf:
#skyeye config file sample
cpu: arm7tdmi
mach: s3c4510b
mem_bank: map=M, type=R, addr=0x00000000, size=0x00200000
mem_bank: map=I, type=RW, addr=0x03ff0000, size=0x00100000
net: state=on, mac=0:4:3:2:1:f, ethmod=tuntap, hostip=10.0.0.1 |
|