Commit 9064b8ce by Zeng Rixuan

no message

parent 61e2a3d4
...@@ -325,27 +325,41 @@ scp hellowordl@192.168.0.115:/root/zjftest ...@@ -325,27 +325,41 @@ scp hellowordl@192.168.0.115:/root/zjftest
![1638345976175](README.assets/1638345976175.png) ![1638345976175](README.assets/1638345976175.png)
`mv sda1 sda` 指令更改文件名,提示错误 解决问题,继续步骤操作
```
root@ls1012a-ek200:/run/media# mv sda1 sda
mv: cannot move 'sda1' to 'sda': Device or resource busy
```
uboot中board信息与教程中不符 uboot中board信息与教程中不符
![1638350839909](README.assets/1638350839909.png) ![1638350839909](README.assets/1638350839909.png)
试一下强制执行,该命令行不是uboot命令行,无法执行 另外自动化重装过程中出现以下错误:
![1638429069060](README.assets/1638429069060.png)
![1638351127630](README.assets/1638351127630.png) ![1638429258123](README.assets/1638429258123.png)
暂时不知错误的原因和影响,等技术人员答复。继续往下执行,重新上电就去uboot指令行,
```
setenv rcv_key disable; saveenv
```
之后输入 boot 继续启动。
#### 6.2.3重新拷入文件
执行完上述重刷系统后,root目录下文件被重置,root内容如下
![1638430478517](README.assets/1638430478517.png)
将此前备份的文件用scp重新拷入
```
scp -r dotnet5 user@192.168.0.115:/root
```
在scp传输过程中出现严重警告
scanning bus 0 for devices... cannot reset port 2!? ![1638433587781](README.assets/1638433587781.png)
Device not responding to set address.
9 **解决:**[(13条消息) IT IS POSSIBLE THAT SOMEONE IS DOING SOMETHING NASTY! 解决办法_evolve17的博客-CSDN博客](https://blog.csdn.net/weixin_44545265/article/details/88362272)
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