Skip to content
Snippets Groups Projects
Commit 55efa068 authored by Tobiasz Dryjański's avatar Tobiasz Dryjański
Browse files

Dodanie komend konsolowych zamiast VSC

parent af18911f
Branches
No related merge requests found
"windows: make (pca10059)"
make all
"windows: flashNordic"
scp -P 120%SWIM_NRF_GROUP% pca10059/s140/armgcc/_build/nrf52840_xxaa.hex ${config:userName}@153.19.49.102:/var/tmp && ssh -p 120%SWIM_NRF_GROUP% ${config:userName}@153.19.49.102 curl http://153.19.49.102:3001/resetNRF52v2/%SWIM_NRF_GROUP% && ssh -p 120%SWIM_NRF_GROUP% ${config:userName}@153.19.49.102 nrfutil pkg generate --hw-version 52 --sd-req 0x00 --debug-mode --application /var/tmp/nrf52840_xxaa.hex /var/tmp/dfu.zip && ssh -p 120%SWIM_NRF_GROUP% ${config:userName}@153.19.49.102 nrfutil dfu usb-serial -pkg /var/tmp/dfu.zip -p ${config:NrfMain} -b 115200 && ssh -p 120%SWIM_NRF_GROUP% ${config:userName}@153.19.49.102 rm /var/tmp/*.hex
"windows: flashNordicSD"
scp -P 120%SWIM_NRF_GROUP% pca10059/s140/armgcc/_build/nrf52840_xxaa.hex ${config:nrf52SDKPath}/components/softdevice/s140/hex/s140_nrf52_7.0.1_softdevice.hex ${config:userName}@153.19.49.102:/var/tmp && ssh -p 120%SWIM_NRF_GROUP% ${config:userName}@153.19.49.102 curl http://153.19.49.102:3001/resetNRF52v2/%SWIM_NRF_GROUP% && ssh -p 120%SWIM_NRF_GROUP% ${config:userName}@153.19.49.102 nrfutil pkg generate --hw-version 52 --sd-req 0x00 --sd-id 0xCA --softdevice /var/tmp/s140_nrf52_7.0.1_softdevice.hex --debug-mode --application /var/tmp/nrf52840_xxaa.hex /var/tmp/dfu.zip && ssh -p 120%SWIM_NRF_GROUP% ${config:userName}@153.19.49.102 nrfutil dfu usb-serial -pkg /var/tmp/dfu.zip -p ${config:NrfMain} -b 115200 && ssh -p 120%SWIM_NRF_GROUP% ${config:userName}@153.19.49.102 rm /var/tmp/*.hex
"windows: readUSB"
"ssh -p 120%SWIM_NRF_GROUP% ${config:userName}@153.19.49.102 -t minicom -D /dev/ttyACM0
"windows: readUsbSecondary"
ssh -p 120%SWIM_NRF_GROUP% ${config:userName}@153.19.49.102 -t minicom -D /dev/ttyACM1
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment