Hi ,
I want to build ..\mesh\bootloader, I know must use CMAKE, but I do not know how to use CMAKE?
Could you tell me or show me the step,please?
Thanks!
Hi ,
I want to build ..\mesh\bootloader, I know must use CMAKE, but I do not know how to use CMAKE?
Could you tell me or show me the step,please?
Thanks!
Can you give me more details on what is failing and what you have done?
Hi Mttrinh,
uder ....\mesh\bootloader path, use command as follow:
cmake -G Ninja -DPLATFORM=nrf52840_xxAA -DGENERATE_SES_PROJECTS=ON -DBUILD_BOOTLOADER=ON -DCMAKE_BUILD_TYPE=Debug -DBOOTLOADER_DEBUG_ENABLE=ON -DTOOLCHAIN=gccarmemb ..

error as above.
I don't know how to do next.
Did you install all of these following tools?
Did you install all of these following tools?
Hi Mttrinh,
Installed:
1) CMAKE
2) Ninja
3) Python27 and Python35
4) Segger
5) armcc
I have already compiled and used command(ex:nrfutil) to examples before doing mesh bootolader.
everything else?
Thanks!