|
Lapsi Stethoscope 0.5.1+452
Lapsi Stethoscope Firmware
|
Run ./make_package.sh <build_directory> <build_type> to copy and create a package with hex and DFU files. Build type is just a name. Application DFU file: build/zephyr/app_update.bin Network DFU file: build/zephyr/net_core_app_update.bin Application hex file: build/merged.hex Network core hex file: build/hci_rpmsg/zephyr/merged_CPUNET.hex
Use nRF Connect Device Manager app.
How to flash .hex files with nrfjprog, refer to the documentation. The minimum version of nrfjprog supported is 10.21.0.
Flashing a new device:
version.conf is modified during build for current version number. This creates a dirty git tree unnecessarily. Putting the file to gitgnore isn't enough. To make Git really ignore the file run git update-index --assume-unchanged -- version.conf.
west flash --recover