TimJTi opened a new issue, #3066: URL: https://github.com/apache/nuttx-apps/issues/3066
### Description I am adding enhancements to my custom image booting software (that copies the image from flash to internal SDRAM). As part of that I would like to expose `struct nxboot_img_header` and it's associated `struct nxboot_hdr_version `and `struct nxboot_img_version` via a public header file (apps/include/nxboot/nxboot.h). As an aside, these should be appended with _s but aren't currently, along with many others, I think? It will allow me to get the actual image size for copying rather than the entire "slot" size, as well as to be able to extract the image version information for use by my app. Can anyone see any problems with this? ### Verification - [x] I have verified before submitting the report. -- 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