<div dir="ltr">Hello everyone,<br><br>I have already booted hello.exe from sample applications by GRUB on an i386 machine. (As you know, hello.exe is in ELF format.)<br>But I am unable to boot it via U-Boot on Mini2440. I guess it is platform independent and it must be some problem either with U-Boot or my link script for RTEMS.<br>
I use tftp to transfer hello.exe on RAM and then use go 0x30000000 to execute it. I also tried 0x30000060, 0x30000100, and 0x30000160 but none of them working.<br>This is while I can execute hello.bin. (achieved by using arm-rtems4.10-objcopy command)<br>
Has any one have any experience of booting or running ELF files with U-Boot, specially when that ELF file is related to RTEMS?<br><br>Thanks in advance<br>SAeeD<br></div>