Skip to content

Commit

Permalink
重新修复了图像问题
Browse files Browse the repository at this point in the history
  • Loading branch information
DannyRay019 committed Aug 23, 2024
1 parent e298646 commit 6b66dba
Show file tree
Hide file tree
Showing 11 changed files with 20 additions and 6 deletions.
Binary file added src/assert/飞腾派串口连接示意图.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions src/assert/飞腾派串口连接示意图.jpg:Zone.Identifier
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[ZoneTransfer]
ZoneId=3
HostUrl=https://github.com/
Binary file added src/assert/飞腾派启动ArceOS-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions src/assert/飞腾派启动ArceOS-1.png:Zone.Identifier
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[ZoneTransfer]
ZoneId=3
HostUrl=https://github.com/
Binary file added src/assert/飞腾派启动ArceOS-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions src/assert/飞腾派启动ArceOS-2.png:Zone.Identifier
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[ZoneTransfer]
ZoneId=3
HostUrl=https://github.com/
Binary file added src/assert/飞腾派启动ArceOS-3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions src/assert/飞腾派启动ArceOS-3.png:Zone.Identifier
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[ZoneTransfer]
ZoneId=3
HostUrl=https://github.com/
Binary file added src/assert/飞腾派图片.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions src/assert/飞腾派图片.jpg:Zone.Identifier
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[ZoneTransfer]
ZoneId=3
HostUrl=https://github.com/
11 changes: 5 additions & 6 deletions src/ch1-1.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@

1. 硬件准备:
* 飞腾派板子

![](https://github.com/chenlongos/raspi4-with-arceos-doc/blob/master/src/assert/%E9%A3%9E%E8%85%BE%E6%B4%BE%E5%9B%BE%E7%89%87.jpg?raw=true)
![structure](assert/飞腾派图片.jpg)

* 一张SD卡,放飞腾派官方镜像(uboot)
地址<https://pan.baidu.com/s/1pStiyqohrB3SxHAFFk8R6Q?pwd=dzdv#list/path=%2F%E9%A3%9E%E8%85%BE%E6%B4%BEv2.1%E8%B5%84%E6%96%99%E5%8C%85%EF%BC%88%E8%B5%84%E6%96%99%E5%8C%85%E5%A4%AA%E5%A4%A7%EF%BC%8C%E5%BB%BA%E8%AE%AE%E6%8C%91%E9%80%89%E4%B8%8B%E8%BD%BD%EF%BC%89%2F5-%E7%B3%BB%E7%BB%9F%E9%95%9C%E5%83%8F%2F1-Ubuntu_xfce%2F4GB%2F%E4%B9%8B%E5%89%8D%E7%89%88%E6%9C%AC>(在系统镜像>1-Ubuntu...>4GB>之前版本中的sd_boot_xfce_4GB_230726.img.tar.gz)
Expand All @@ -27,20 +26,20 @@

串口接法:接8、10、12号引脚位置,如图所示(8号代表TX,接RX;10号代表RX,接TX;12号接地线)

![](https://github.com/chenlongos/raspi4-with-arceos-doc/blob/master/src/assert/%E9%A3%9E%E8%85%BE%E6%B4%BE%E4%B8%B2%E5%8F%A3%E8%BF%9E%E6%8E%A5%E7%A4%BA%E6%84%8F%E5%9B%BE.jpg?raw=true)
![structure](assert/飞腾派串口连接示意图.jpg)

3. 在uboot倒计时结束前按任意键进入手动引导
* 输入`usb start` ,启用USB驱动来识别插入的USB设备(读U盘中的arceos)

![](https://github.com/chenlongos/raspi4-with-arceos-doc/blob/master/src/assert/%E9%A3%9E%E8%85%BE%E6%B4%BE%E5%90%AF%E5%8A%A8ArceOS-1.png?raw=true)
![structure](assert/飞腾派启动ArceOS-1.png)

* 输入`fatload usb 0 0x90100000 usb-hid_aarch64-phytium-pi.bin`,从插入的USB设备上下载ArceOS镜像

![](https://github.com/chenlongos/raspi4-with-arceos-doc/blob/master/src/assert/%E9%A3%9E%E8%85%BE%E6%B4%BE%E5%90%AF%E5%8A%A8ArceOS-2.png?raw=true)
![structure](assert/飞腾派启动ArceOS-2.png)

* 输入`go 0x90100000`加载ArceOS镜像

![](https://github.com/chenlongos/raspi4-with-arceos-doc/blob/master/src/assert/%E9%A3%9E%E8%85%BE%E6%B4%BE%E5%90%AF%E5%8A%A8ArceOS-3.png?raw=true)
![structure](assert/飞腾派启动ArceOS-3.png)

(这里是没有添加LOG=debug)

Expand Down

0 comments on commit 6b66dba

Please sign in to comment.