[U-Boot-Users] Re:Booting Linux stops at Starting Kernel, perhaps an endian problem

Hello, We make the following to create the Linux and file system image:
${ELINOS_BIN_PREFIX}-objcopy -O binary $kerneldir/vmlinux boot/vmlinux.bin gzip -9f boot/vmlinux.bin mkimage -n 'Multi-File Image' -O linux -T multi -C gzip -A $ELINOS_CPU -a $MKIMAGE_LOAD_ADDRESS -e $MKIMAGE_ENTRY_ADDRESS -d boot/vmlinux.bin.gz:$image_file boot/${ELINOS_DOSNAME}.img
We've compared vmlinux.bin(First step) and the information in Load Address (0xa0008000), once the u-boot has passed the control to kernel but commenting the sentence "theKernel(0,arch_number)".
We've also tryed to create an uncompressed kernel image but the result is the same. We don't know where the problem is!!
Any help would be appreciated!!
Thanks in advance
Best regards,
Sonia
_________________________________________________________________ Déjanos tu CV y recibe ofertas de trabajo en tu buzón. Multiplica tus oportunidades con MSN Empleo. http://www.msn.es/Empleo/

In message BAY15-F6Q9cAgjHXwKH00000379@hotmail.com you wrote:
We've compared vmlinux.bin(First step) and the information in Load Address (0xa0008000), once the u-boot has passed the control to kernel but commenting the sentence "theKernel(0,arch_number)".
We've also tryed to create an uncompressed kernel image but the result is the same. We don't know where the problem is!!
We don't know either since we have zero information about your system or what exactly you did.
Any help would be appreciated!!
Attach a debugger. If you don't have one, buy one.
Best regards,
Wolfgang Denk
participants (2)
-
Sonia Martinez Baro
-
Wolfgang Denk