Lines Matching full:build

19 ## Build POSIX CLI
22 ./script/cmake-build posix
25 If built successfully, the binary should be found at: `build/posix/src/posix/ot-cli`.
33 #### Build subsubsection
36 # Only build RCP so that it goes faster
37 ./script/cmake-build simulation -DOT_APP_CLI=OFF -DOT_APP_NCP=OFF -DOT_FTD=OFF -DOT_MTD=OFF
42 **NOTE** Assuming the build system is 64bit Linux, you can use the normal OpenThread CLI as describ…
45 ./build/posix/src/posix/ot-cli 'spinel+hdlc+forkpty://build/simulation/examples/apps/ncp/ot-rcp?for…
52 #### Build subsubsection
54 To build and program the device with RCP application, complete the following steps:
74 4. Build the RCP example for the hardware platform and the transport of your choice:
79 rm -rf build
80 script/build nrf52840 USB_trans -DOT_BOOTLOADER=USB
86 rm -rf build
87 script/build nrf52840 UART_trans
90 This creates an RCP image at `build/bin/ot-rcp`.
95 arm-none-eabi-objcopy -O ihex build/bin/ot-rcp build/bin/ot-rcp.hex
108 --application build/bin/ot-rcp.hex --application-version 1 build/bin/ot-rcp.zip
115 nrfutil dfu usb-serial -pkg build/bin/ot-rcp.zip -p /dev/ttyACM0
122 nrfjprog -f nrf52 --chiperase --program build/bin/ot-rcp.hex --reset
139 ./build/posix/src/posix/ot-cli 'spinel+hdlc+uart:///dev/ttyACM0?uart-baudrate=115200'
147 # build daemon mode core stack for POSIX
148 ./script/cmake-build posix -DOT_DAEMON=ON
150 ./build/posix/src/posix/ot-daemon 'spinel+hdlc+forkpty://build/simulation/examples/apps/ncp/ot-rcp?…
152 ./build/posix/src/posix/ot-daemon 'spinel+hdlc+uart:///dev/ttyACM0?uart-baudrate=115200'
154 ./build/posix/src/posix/ot-ctl