06-11-2021, 01:12 AM
(This post was last modified: 06-11-2021, 01:14 AM by dsimic.
Edit Reason: Added a quotation
)
(06-06-2021, 01:01 AM)kqlnut Wrote: That being said, to get to quicker results: Could you tell me what's the best way to go about converting those C arrays to proper firmware (.bin) files?
One possible way is to write some semi-throwaway C code that converts the firmware data from arrays into files. I already wrote the code that does the conversion, but I need to implement some additional checks (such as making sure that the firmware data is continuous) before making the code publicly available.