Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #9829

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion bsp/cvitek/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,13 @@ export RTT_EXEC_PATH=/opt/riscv64-linux-musleabi_for_x86_64-pc-linux-gnu/bin
```shell
$ sudo apt install -y scons libncurses5-dev device-tree-compiler
```

具体环境的软件依赖版本及下载地址补充(欢迎大家一起添加条目):
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

请问为啥要安装 ssl?

而且这个 ubuntu 环境也过于古老了。现在都 2024 了

unbuntu 18:
openssl[libssl1.1]
(补充方法:
wget http://nz2.archive.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.1f-1ubuntu2.23_amd64.deb
sudo dpkg -i libssl1.1_1.1.1f-1ubuntu2.23_amd64.deb
)
## 4.3. 构建

异构芯片需单独编译每个核的 OS,在大/小核对应的目录下,依次执行:
Expand Down
Loading