embox icon indicating copy to clipboard operation
embox copied to clipboard

lan9118 is not work on 'vexpress-a9' platform

Open anton-bondarev opened this issue 9 months ago • 0 comments

During running embox on QEMU with vexpress-a9 machine

make confload-arm/vexpress-a9
make
./scripts/qemu/auto_qemu

data exception happens

> ifconfig eth0 10.0.2.16 netmask 255.255.255.0 hw ether AA:BB:CC:DD:EE:02 up 
[debug] (lan9118_non_gpio_irq) LAN9118_MAC_CR: 1004000C
[debug] (lan9118_non_gpio_irq) Before set_macaddr: aa:bb:cc:dd:ee:2

[debug] (lan9118_non_gpio_irq) After set_macaddr: aa:bb:cc:dd:ee:2

> route add 10.0.2.0 netmask 255.255.255.0 eth0 
> route add default gw 10.0.2.10 eth0 
embox#[debug] (lan9118_non_gpio_irq) packet_len - 183
[debug] (lan9118_non_gpio_irq) packet_len - 203

Unresolvable data abort exception!
Fault status = 1
Fault address = 0x6224645a
r0   = 0x0
r1   = 0x0
r2   = 0x611c5928
r3   = 0x6224645a
r4   = 0x60081904
r5   = 0x0
r6   = 0x0
r7   = 0x0
r8   = 0x0
r9   = 0x0
r10  = 0x0
r11  = 0x611c5974
r12  = 0x611c5900
sp   = 0x611c5918
lr   = 0x6004ac7c
pc   = 0x6004b83c
cpsr = 0x6000011f

anton-bondarev avatar Jan 14 '25 14:01 anton-bondarev