Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • The following will build the .bit file in your workspace/build/firmware<project> area (along with other files)
    Code Block
    cd workspace/firmware/<project>
    ../bin/mkbit/ ../../build/bootstrap/bin/ppc-rtems-<platform>-opt/bootLoader.elf <project>
    
  • Note that <project> in the last line does not include any file extension
  • There is no need to version control the .bit file

...