Skip to content

Commit

Permalink
feat: zero3: add buildroot build dependencies
Browse files Browse the repository at this point in the history
From #553.

Signed-off-by: Stephen Chen <[email protected]>
  • Loading branch information
RadxaStephen committed Nov 7, 2024
1 parent 810f26c commit 657e16d
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
12 changes: 12 additions & 0 deletions docs/zero/zero3/other-os/buildroot.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,18 @@ description: "Buildroot"

需要准备一台 Ubuntu 20.04/22.04 x86_64 主机。

也可以使用虚拟主机

- ubuntu-22.04.5-live-server-amd64 虚拟主机,带 120G 硬盘容量。

## 安装编译依赖包

```
sudo apt update
sudo apt install python2 git rsync gcc g++ make device-tree-compiler bc flex bison lz4 libssl-dev libgmp-dev libmpc-dev expect expect-dev file unzip bzip2 fakeroot bsdmainutils
sudo ln -s /bin/python2 /bin/python
```

## 获取 Rockchip 原始 SDK

- Mega:https://mega.nz/file/JugCGDDC#NNL5_qRDRr-NL6TS3F1FSzkoXFwRCwDTNTW3KAiTtpI
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,18 @@ description: "Buildroot"

We need one Ubuntu 20.04/22.04 x86_64 PC.

We can also use virtual machine

- ubuntu-22.04.5-live-server-amd64 virtual machine with 120G disk used.

## Install build dependencies

```
sudo apt update
sudo apt install python2 git rsync gcc g++ make device-tree-compiler bc flex bison lz4 libssl-dev libgmp-dev libmpc-dev expect expect-dev file unzip bzip2 fakeroot bsdmainutils
sudo ln -s /bin/python2 /bin/python
```

## Get rockchip original SDK

- Mega: https://mega.nz/file/JugCGDDC#NNL5_qRDRr-NL6TS3F1FSzkoXFwRCwDTNTW3KAiTtpI
Expand Down

0 comments on commit 657e16d

Please sign in to comment.