Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
ors-utils
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
ors-utils
Commits
e962c18d
Commit
e962c18d
authored
Jun 22, 2022
by
Joanne Hugé
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update scripts
parent
2b7f14dd
Changes
8
Show whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
1 addition
and
12 deletions
+1
-12
scripts/0-setup-hostname-passwd
scripts/0-setup-hostname-passwd
+0
-0
scripts/1-update
scripts/1-update
+0
-0
scripts/2-check-FPGA
scripts/2-check-FPGA
+0
-0
scripts/3-patch-FPGA
scripts/3-patch-FPGA
+1
-1
scripts/4-upgrade-FPGA
scripts/4-upgrade-FPGA
+0
-0
scripts/6-get-host-ID
scripts/6-get-host-ID
+0
-3
scripts/7-setup-re6st-slapos
scripts/7-setup-re6st-slapos
+0
-4
scripts/8-setup-playbook
scripts/8-setup-playbook
+0
-4
No files found.
scripts/
4
-setup-hostname-passwd
→
scripts/
0
-setup-hostname-passwd
View file @
e962c18d
File moved
scripts/
0
-update
→
scripts/
1
-update
View file @
e962c18d
File moved
scripts/
1
-check-FPGA
→
scripts/
2
-check-FPGA
View file @
e962c18d
File moved
scripts/
2
-patch-FPGA
→
scripts/
3
-patch-FPGA
View file @
e962c18d
#!/bin/bash
cd
/root/
openocd
;
cd
/root/
flash-trxsdr
;
./openocd/src/openocd
-s
./openocd/tcl
-f
pcie_radio.cfg
scripts/
3
-upgrade-FPGA
→
scripts/
4
-upgrade-FPGA
View file @
e962c18d
File moved
scripts/6-get-host-ID
deleted
100755 → 0
View file @
2b7f14dd
#!/bin/bash
systemctl restart lte
;
grep
-a
-m1
-h
-R
"Host ID"
/var/log/lte |
tail
-1
|
awk
'{print $3;}'
scripts/7-setup-re6st-slapos
deleted
100755 → 0
View file @
2b7f14dd
#!/bin/bash
mkdir
-p
/opt/amarisoft/.amarisoft
&&
cp
-r
~/.amarisoft/
*
/opt/amarisoft/.amarisoft/
;
bash /root/re6st
;
bash /root/slapos
scripts/8-setup-playbook
deleted
100755 → 0
View file @
2b7f14dd
#!/bin/bash
cd
slapos.package/playbook
;
ansible-playbook
-i
hosts ors.yml
;
ansible-playbook
-i
hosts ors-upgrade.yml
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment