Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
laboratorium_SWIM
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Tobiasz Dryjański
laboratorium_SWIM
Commits
55efa068
Commit
55efa068
authored
11 months ago
by
Tobiasz Dryjański
Browse files
Options
Downloads
Patches
Plain Diff
Dodanie komend konsolowych zamiast VSC
parent
af18911f
Branches
Branches containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Commands.txt
+14
-0
14 additions, 0 deletions
Commands.txt
with
14 additions
and
0 deletions
Commands.txt
0 → 100644
+
14
−
0
View file @
55efa068
"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
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment