Hi,
I have a DVEVM daVinci board. I've configured the flash to boot up locally (load its own Kernel from flash) and mount itself a RAM Disk (again from flash). The process involved in this was fairly convoluted and for production I really just want a single flash image that our technitians can program the board with. It would contain the Uboot, envirenment variables, Kernel, and filesystem/RAMdisk.
Do you know how I can create such a thing? I have a JTAG emulator. Ideally I'd like to save my NOR flash as a binary file, and have the technicians reload it, the same way as Uboot is reloaded. I've tried using the 'Save Memory' feature in Code Composer Studio 3.3, but it doesn't work (random data).
What do you think?
Will.