Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions icotest/config/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,13 +57,17 @@ sensor node:
firmware:
# Microcontroller identifier used for firmware upload
# Use “BGM113A256V2” for hardware version 1 and “BGM123A256V2” for version 2
chip: "BGM113A256V2"
chip: "BGM123A256V2"
locations:
# This list contain paths to firmware images, which will be uploaded to
# the node in the given order. Both `.s37` and `.hex` files are supported.
# Relative paths will be interpreted in relation to the current working
# directory. You can use `~` to refer to the user’s home directory.
- ~/Documents/Firmware/manufacturingImageSthv2.1.10.hex
- ~/Documents/Firmware/bootloader_old.s37
- ~/Documents/Firmware/v4_2_0.s37
- ~/Documents/Firmware/bootloader-v4_2_0.s37
- ~/Documents/Firmware/v4_2_0.s37

release name: Minion # Code name of the current firmware release

gtin: 0 # Global Trade Item Number
Expand Down