Other Parts Discussed in Thread: UNIFLASH,
Tool/software:
Hello experts,
We are using the flash memory to store a table of information that we would like to have on each of the devices we manufacture. We have developed a custom board but are using the same flash chip as the IWRL6432BOOST board. It would be convenient to our manufacturing process if we could flash the aforementioned information to a specific location in the flash, even if we have to use a tool like Uniflash. Is there a way to specify the starting location from an external tool?
We hope this is possible because Uniflash has 4 locations, one each for a different META_IMAGE_x. We have also used the arprog_cmdline.py tool from the latest SDK and in looking at that code we believe it may be possible to specify a memory location to write to.
I should also add that we have been able to read and write to flash manually from the code running on the IWRL6432 but again, we want to use an external tool to be able to do the initial flashing.