MainframeReboot opened a new issue, #12356: URL: https://github.com/apache/nuttx/issues/12356
Hi, I have NuttX starting up in kernel build but it fails to load the init ELF file and as such, nothing really happens:  I have read various documentation regarding building kernal apps which leads me down the road of performing a `make export` in the nuttx directory followed by a `make import` in the apps directory. This produces an apps/bin folder but the files contained in this folder are all over 4MB in size and the resulting `boot_romfsimg.h` file is over 40MB in size. Does this sound right? The resulting flat build outputs a binary that is <200kb in size so I am failing to understand why kernel build generates files this large. Is there an elegant way to do this? Any documentation that explains the proper way to build and run the NSH library in kernal mode? -- 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.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org