# Steps to get the bootROM code compiled for Secondary boot
Step 1: Compile the Utilities using the in the Utils\utils_src using "make all"

Step 2: Move the exe files generated to the parent folder (Secondaryboot)

Step 3: TO compile the romprase code you need the standard GNU bison and flex files. The Makefile in the Utils\romparse_src\romparse should be used to compile the code.

Step 4: Move the romparse.exe file generated to the parent folder.

Step 5: Run the build.bat file and the resulting i2crom.bat file should be loaded in the EEPROM. 