Commit a59150c5 authored by sixue.cheng's avatar sixue.cheng :speech_balloon:
Browse files

Update seting.sh

No related merge requests found
Pipeline #9279 failed with stages
in 5 minutes and 3 seconds
Showing with 3 additions and 4 deletions
+3 -4
#!/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
......
Markdown is supported
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