[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[microblaze-uclinux] ml401 kernel problem



I am trying to build a kernel image for ml401 board.

I am using the auto_config.in file from EDK.

And in the menuconfig, I used uclinux_auto platform.

 

When I download the image.bin file in the board I got an infinite loop with this output:

 

 

Linux version 2.4.32-uc0 (sharonf@localhost) (gcc version 3.4.1 ( Xilinx EDK 8.1 Build EDK_I.17 310506 ))

 #47 Tue Jun 13 11:17:18 IDT 2006

reserve_bootmem_core: address 10000000 below node_boot_start

reserve_bootmem_core: address 100ae000 below node_boot_start

On node 0 totalpages: 8192

zone(0): 8192 pages.

zone(1): 0 pages.

zone(2): 0 pages.

CPU: MICROBLAZE

Kernel command line: slab.c

Console: xmbserial on UARTLite

 

Linux version 2.4.32-uc0 (sharonf@localhost) (gcc version 3.4.1 ( Xilinx EDK 8.1 Build EDK_I.17 310506 ))

 #47 Tue Jun 13 11:17:18 IDT 2006

reserve_bootmem_core: address 10000000 below node_boot_start

reserve_bootmem_core: address 100ae000 below node_boot_start

On node 0 totalpages: 8192

zone(0): 8192 pages.

zone(1): 0 pages.

zone(2): 0 pages.

CPU: MICROBLAZE

Kernel command line: slab.c

Console: xmbserial on UARTLite

 

Linux version 2.4.32-uc0 (sharonf@localhost) (gcc version 3.4.1 ( Xilinx EDK 8.1 Build EDK_I.17 310506 ))

 #47 Tue Jun 13 11:17:18 IDT 2006

reserve_bootmem_core: address 10000000 below node_boot_start

reserve_bootmem_core: address 100ae000 below node_boot_start

On node 0 totalpages: 8192

zone(0): 8192 pages.

zone(1): 0 pages.

zone(2): 0 pages.

CPU: MICROBLAZE

Kernel command line: slab.c

Console: xmbserial on UARTLite

 

Somebody can help?