07-22-2021, 01:40 PM
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:
I prepare the build with
and run the build with
in the build-directory.
What have i done wrong. How to get an pinetime-mcuboot-app-dfu.zip?
thanks in advance
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:
- 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
Code:
make -j pinetime-app
What have i done wrong. How to get an pinetime-mcuboot-app-dfu.zip?
thanks in advance