Re: [PR] examples/elf: add possibility to create romfs image [nuttx-apps]

2025-04-18 Thread via GitHub
xiaoxiang781216 merged PR #3062: URL: https://github.com/apache/nuttx-apps/pull/3062 -- 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...

Re: [PR] examples/elf: add possibility to create romfs image [nuttx-apps]

2025-04-18 Thread via GitHub
Laczen commented on code in PR #3062: URL: https://github.com/apache/nuttx-apps/pull/3062#discussion_r2049483212 ## examples/elf/Kconfig: ## @@ -39,7 +39,7 @@ config EXAMPLES_ELF_EXTERN The file system is assumed to reside on some external media s

Re: [PR] examples/elf: add possibility to create romfs image [nuttx-apps]

2025-04-17 Thread via GitHub
Laczen commented on PR #3062: URL: https://github.com/apache/nuttx-apps/pull/3062#issuecomment-2813782060 > Thank you @Laczen very nice feature!! :-) > > Some trivial code formatting to be fixed (https://nuttx.apache.org/docs/latest/contributing/coding_style.html). > > Would it

Re: [PR] examples/elf: add possibility to create romfs image [nuttx-apps]

2025-04-17 Thread via GitHub
cederom commented on PR #3062: URL: https://github.com/apache/nuttx-apps/pull/3062#issuecomment-2813840163 > > Thank you @Laczen very nice feature!! :-) > > Some trivial code formatting to be fixed (https://nuttx.apache.org/docs/latest/contributing/coding_style.html). > > Would it be p

Re: [PR] examples/elf: add possibility to create romfs image [nuttx-apps]

2025-04-17 Thread via GitHub
cederom commented on code in PR #3062: URL: https://github.com/apache/nuttx-apps/pull/3062#discussion_r2049495857 ## examples/elf/Kconfig: ## @@ -39,7 +39,7 @@ config EXAMPLES_ELF_EXTERN The file system is assumed to reside on some external media

Re: [PR] examples/elf: add possibility to create romfs image [nuttx-apps]

2025-04-17 Thread via GitHub
cederom commented on code in PR #3062: URL: https://github.com/apache/nuttx-apps/pull/3062#discussion_r2049442404 ## examples/elf/Kconfig: ## @@ -39,7 +39,7 @@ config EXAMPLES_ELF_EXTERN The file system is assumed to reside on some external media

Re: [PR] examples/elf: add possibility to create romfs image [nuttx-apps]

2025-04-17 Thread via GitHub
nuttxpr commented on PR #3062: URL: https://github.com/apache/nuttx-apps/pull/3062#issuecomment-2812938926 [**\[Experimental Bot, please feedback here\]**](https://github.com/search?q=repo%3Aapache%2Fnuttx+13552&type=issues) Yes, this PR appears to meet the NuttX requirements,

[PR] examples/elf: add possibility to create romfs image [nuttx-apps]

2025-04-17 Thread via GitHub
Laczen opened a new pull request, #3062: URL: https://github.com/apache/nuttx-apps/pull/3062 Add the possibility to create a `romfs` image for an "external" file system. The `romfs.img` can directly be written to a configurable `mtdblock` device. ## Summary The elf loader can a