Versions Compared

Key

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

...

This script is used to write the “bsp_demo” onto a flash device. ngultra_bsp_demo_programmer.py -c <configuration_file> A complete documentation of the configuration file may be found at configs/configs/here bsp_demo.schema.json

config.yml:

Code Block
languageyaml
linenumbersfalse
bl1:
    path: bsp_demo.bin
flash:
    number: 2
bitstream:
    bin: test_led.nxb
    src_addr: 0x100000
core_0:
    bin: test_led.bin
    src_addr: 0x200000

...

The script is used to write the BL1 & at least one bitstream or application. ngultra_bl1_programmer.py -c <configuration_file> A complete documentation of the configuration file may be found at configs/configs/here bl1.schema.json