MainframeReboot commented on issue #12356: URL: https://github.com/apache/nuttx/issues/12356#issuecomment-2116224512
Hi All, Thank you for your replies and the direction, I've definitely learned a lot. I have gone down the road of exporting NuttX, importing it into the `../apps` folder, making the apps and then exporting the romfs header. I then rebuild NuttX with this romfs header. I can confirm that from the debug messages that the file system is being mounted, no issues here. However, I do seem to run into problems whenit attempts to load the program `/bin/init`. The issues appear to occur at `up_relocateadd` with the error `up_relocateadd: ERROR: PCREL_HI20 at c0000022 bad:ffffffff40001000` then followed up with `elf_relocateadd: ERROR: Section 2 reloc 0: Relocation failed: -22`. I'm not quite sure what this means other than my address environments are incorrectly set? -- 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