Hi!
I have some trouble... I have dlink dwl-2100ap rev.A4 with flash s29al032d
With topic soft i compiled redboot. It's work, but i can not understand next error
+.. Resetting.
RedBoot startup
Could not find valid MAC address for enet1. Using default!
Ethernet eth1: MAC address 00:XX:f0:XX:XX:XX
IP: 192.168.1.51/255.255.255.0, Gateway: 192.168.1.1
Default server: 192.168.1.71, DNS server IP: 0.0.0.0
RedBoot(tm) bootstrap and debug environment [ROM]
Non-certified release, version v2_0 - built 23:16:43, May 22 2009
With changes made by Waldeck Schutzer <waldeck@dm.ufscar.br>
Copyright (C) 2000, 2001, 2002, Red Hat, Inc.
RAM: 0x80000400-0x80800000, 0x80000400-0x807e1000 available
FLASH: 0xbfc00000 - 0xbffe0000, 62 blocks of 0x00010000 bytes each.
RedBoot> fis list
Name FLASH addr Mem addr Length Entry point
RedBoot 0xBFC00000 0xBFC00000 0x00050000 0x00000000
RedBoot config 0xBFFC0000 0xBFFC0000 0x00001000 0x00000000
FIS directory 0xBFFD0000 0xBFFD0000 0x00010000 0x00000000
linux 0xBFC50000 0x80041000 0x00100000 0x80041000
Rootfs 0xBFD50000 0x80041000 0x00140000 0x00000000
RedBoot> fis load -d linux
Image loaded from 0x80041000-0x80290086
RedBoot> exec
Now booting linux kernel:
Base address 0x80080000 Entry 0x80041000
Cmdline :
Linux version 2.6.21.5 (ramponis@ramponis-desktop) (gcc version 4.1.2) #2 Thu Apr 17 13:37:48 CEST 2008
CPU revision is: 0001800a
Determined physical RAM map:
memory: 01000000 @ 00000000 (usable)
Initrd not found or empty - disabling initrd
Built 1 zonelists. Total pages: 4064
Kernel command line: console=ttyS0,9600 rootfstype=squashfs,jffs2 init=/etc/preinit
Primary instruction cache 16kB, physically tagged, 4-way, linesize 16 bytes.
Primary data cache 16kB, 4-way, linesize 16 bytes.
Synthesized TLB refill handler (20 instructions).
Synthesized TLB load handler fastpath (32 instructions).
Synthesized TLB store handler fastpath (32 instructions).
Synthesized TLB modify handler fastpath (31 instructions).
PID hash table entries: 64 (order: 6, 256 bytes)
Using 90.000 MHz high precision timer.
Dentry cache hash table entries: 2048 (order: 1, 8192 bytes)
Inode-cache hash table entries: 1024 (order: 0, 4096 bytes)
Memory: 13504k/16384k available (1955k kernel code, 2880k reserved, 292k data, 116k init, 0k highmem)
Mount-cache hash table entries: 512
NET: Registered protocol family 16
WARNING: No board configuration data found!
CPU 0 Unable to handle kernel paging request at virtual address 00000066, epc == 801445a4, ra == 802785b0
Oops[#1]:
Cpu 0
$ 0 : 00000000 1000c000 00000000 80290000
$ 4 : 00000066 80239c6c 00000006 00000000
$ 8 : 80264990 80260000 802a0000 802a0000
$12 : 802a0000 00000e00 80298d04 00000000
$16 : 00000066 8028ef7c 00000000 00000000
$20 : 00000000 00000000 00000000 00000000
$24 : 00000000 00000000
$28 : 802ec000 802edf58 00000000 802785b0
Hi : 00000059
Lo : b3d43000
epc : 801445a4 Not tainted
ra : 802785b0 Status: 1000c003 KERNEL EXL IE
Cause : 00801008
BadVA : 00000066
PrId : 0001800a
Modules linked in:
Process swapper (pid: 1, threadinfo=802ec000, task=802ebbe8)
Stack : 00000000 00000000 80287d50 80287bac 80290000 8028ef7c 00000000 00000000
80274664 80274664 00000000 00000000 00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
00000000 00000000 00000000 80044ff8 1000c003 00000000 00000000 00000000
00000000 80044fe8 73797376 69706300 f8414000 99d90010 08210000 10148000
...
Call Trace:[<80287d50>][<80287bac>][<80274664>][<80274664>][<80044ff8>][<80044fe8>]
Code: 27bd0020 08051170 00000000 <90830000> 90a20000 00621023 14400005 24840001 24a50001
Kernel panic - not syncing: Attempted to kill init!
I need help!