Altera_Forum
Honored Contributor
16 years agorbf into firmware binary
I am trying to use MicroBlaster to program the contents of an RBF file embedded into firmware to a Cyclone2. I am using Freescale Codewarrior and a MCF52254 mcu.
I can handle the I/O port side of the MicroBlaster customization, but I'm not sure how to handle the file side of things. Specifically: a) include the .rbf file in my project for inclusion into the firmware binary b) perform fopen, fseek, f[etc] functions on this file (or create wrappers that appear to do what these functions do). There is no filesystem, per se, in my firmware. I have looked at the MicroBlaster for Coldfire example on Altera's microblaster page, but it doesn't even compile for me. I also think it uses a filesystem. Thanks for any advice or sample projects.