blob: d1259e8bdfe5bf3a1551b26912e658607976d1bd (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
Assertion failed arp_table.c line 41 on raspberry pi fedora image boot up
OS Win XP pro, 32 bit SP3
Intel Core Duo, 4G RAM.
Qemu 1.0.1
Launch command:
qemu-system-arm.exe -M versatilepb -cpu arm1136-r2 -hda raspberrypi-fedora-remix-14-r1.img -kernel zImage-devtmpfs -m 192 -append "root=/dev/sda2" -vga std -net nic -net user -localtime
Starting HAL daemon: eth0: link up
Assert fires :
File : slirp\arp_table.c line 41
Expression (ip_addr & htonl(~0xf << 28))) 1=0
|