Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
tops
ops
Linux
Commits
a59150c5
Commit
a59150c5
authored
1 year ago
by
sixue.cheng
Browse files
Options
Download
Email Patches
Plain Diff
Update seting.sh
parent
c07ef603
fm7110-ubuntu-server
fm7110-ubuntu
No related merge requests found
Pipeline
#9279
failed with stages
in 5 minutes and 3 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
seting.sh
+3
-4
seting.sh
with
3 additions
and
4 deletions
+3
-4
seting.sh
+
3
-
4
View file @
a59150c5
#!/bin/bash
echo
"***********************DNS**********************************"
echo
"nameserver 8.8.8.8"
>>
/etc/resolv.conf
echo
"***********************更新内核**********************************"
cd
/
rm
-rf
updatefiles
*
...
...
@@ -22,6 +20,7 @@ rm -rf /boot/*
dpkg
-i
linux-image-5.15.0_5.15.0-1_riscv64.deb
rm
-rf
linux-image-5.15.0_5.15.0-1_riscv64.deb
echo
"***********************第四步**********************************"
cd
/root/updatefiles
&&
pwd
wget http://10.10.3.38:8082/artifactory/riscv/tools/cicd/roma-boot-conf.zip
unzip roma-boot-conf.zip
rm
-rf
roma-boot-conf.zip
...
...
@@ -56,8 +55,8 @@ rm -rf updatefiles
echo
"*****************第七步(无日志打印不死机)*******************"
df
-h
cd
/boot/extlinux
#
rm -rf extlinux.conf
#
wget http://10.10.3.38:8082/artifactory/riscv/JH7110/tools/roma-levellog/extlinux.conf
rm
-rf
extlinux.conf
wget http://10.10.3.38:8082/artifactory/riscv/JH7110/tools/roma-levellog/extlinux.conf
# emmc启动定制
# wget http://10.10.3.38:8082/artifactory/riscv/JH7110/SDK3.6.1/extlinux.conf
...
...
This diff is collapsed.
Click to expand it.
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
Menu
Projects
Groups
Snippets
Help