lupyuen commented on issue #15916: URL: https://github.com/apache/nuttx/issues/15916#issuecomment-2691741795
> On the A53 cores, we're running a Debian-based Linux distribution and using remoteproc to boot firmware on the MAIN R5F core. The system expects firmware in ELF format, but when attempting to boot the ELF output of the NuttX kernel, I encounter the following error Sorry are we using U-Boot Bootloader to boot NuttX? If so then our NuttX Image should have a Linux Kernel Header, instead of an ELF Header: https://lupyuen.github.io/articles/uboot#linux-kernel-header Wonder if "remoteproc" is meant for booting NuttX over the network? On RISC-V Devices we use TFTP on U-Boot to boot NuttX, maybe this will help: https://lupyuen.github.io/articles/sg2000#boot-nuttx-over-tftp -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org