hope somebody can give me a hint. I'm compiling kernel 2.6.29 for mini2440 (the one that was delivered with the update on 2009-04-15). Then, if i want to load kernel with uBoot 1.3.2 on mini2440, an error message occurs that ID is not known with following output:
Code: Select all
NAND read: device 0 offset 0x100000, size 0x1b2108
1777928 bytes read: OK
## Booting kernel from Legacy Image at 32000000 ...
Image Name: Linux-2.6.29
Created: 2009-04-16 15:44:44 UTC
Image Type: ARM Linux Kernel Image (uncompressed)
Data Size: 1777864 Bytes = 1.7 MB
Load Address: 30008000
Entry Point: 30008000
Verifying Checksum ... OK
Loading Kernel Image ... OK
OK
Starting kernel ...
Uncompressing Linux................................................................................................................... done, booting the kernel.
Error: unrecognized/unsupported machine ID (r1 = 0x000007cf).
Available machine support:
ID (hex) NAME
000000c1 SMDK2410
0000015b IPAQ-H1940
0000039f Acer-N35
00000290 Acer-N30
0000014b Simtec-BAST
000002a8 Nex Vision - Otom 1.1
00000400 AML_M5900
000001db Thorcom-VR1000
00000454 QT2410
000003fe SMDK2413
000003f1 SMDK2412
00000377 S3C2413
00000474 VSTMS
000002de Simtec-Anubis
0000034a Simtec-OSIRIS
00000250 IPAQ-RX3715
000002a9 NexVision - Nexcoder 2440
0000043c SMDK2443
Please check your kernel config and/or bootloader.
Can someone give me an advice?
Thanks, Peter