Altera_Forum
Honored Contributor
13 years agouClinux hangs at while booting
Hi all,
I have a zImage that works fine on my development board (3c120 DSP KIT). I'm not using the device tree approach but the older one, at this point we have no enough time to switch to device tree. Now I have to rebuilt this image for another custom board which has the same FPGA, a SDRAM ( 16 MB ), a SPI Flash and some other peripherals. I have compiled again the kernel with the new .ptf file and I've create the new zImage ( 3.4 MB ). The problem is that the board hangs after "Uncompressing Linux Kernel...ok, booting the kernel" Why? I know that there is a compression ratio of about 1:2, so I think that the uncompressed Linux image is large about 7 MB. The link offset I set is 0x00A00000, SDRAM Base address is 0x02000000. I hope you can help me...thanks in advance P.S. the sof works fine with a simple auto-generated .elf file (Hello World and Memory Test) without OS