07-23-2021, 12:10 AM
(07-22-2021, 01:40 PM)aemkai Wrote: Hello,
im a relative newbie to programming and wan't to have a own clock face.
I followed the build steps from Git - build and program and the build with a new face with some little changes was also successfull.[url=https://github.com/JF002/InfiniTime/blob/develop/doc/buildAndProgram.md][/url]
I wan't to programm the firmware by OTA/DFU, but my problem is, there wasn't a pinetime-mcuboot-app-dfu build.
The files build are:The dependencies as descriped on git are installed and additionally adafruit-nrfutil.
- pinetime-app-1.2.0.bin
- pinetime-app-1.2.0.hex
- pinetime-app-1.2.0.map
- pinetime-app-1.2.0.out
I prepare the build with
Code:cmake -DARM_NONE_EABI_TOOLCHAIN_PATH="/opt/gcc-arm-none-eabi/gcc-arm-none-eabi-10-2020-q4-major" -DNRF5_SDK_PATH="/opt/nRF5_SDK_15.3.0_59ac345" -DUSE_JLINK=0 -DNRFJPROG="/opt/nrfjprog/nrfjprog" -DCMAKE_BUILD_TYPE=Release -DBUILD_DFU=1 ../
and run the build with
in the build-directory.Code:make -j pinetime-app
What have i done wrong. How to get an pinetime-mcuboot-app-dfu.zip?
thanks in advance
add: cmake recognizes the DFU-Option as wanted:
Code:* Build DFU (using adafruit-nrfutil) : Enabled