This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
products:sbc:common:development:edges-rockchip-linux-sdk [2024/12/31 02:00] nick |
products:sbc:common:development:edges-rockchip-linux-sdk [2025/07/22 05:55] (current) nick |
||
|---|---|---|---|
| Line 23: | Line 23: | ||
| ===== Get SDK ===== | ===== Get SDK ===== | ||
| - | 1. Download the base SDK packages here: [[https:// | + | 1. Download the base SDK packages here: [[https:// |
| <WRAP important > | <WRAP important > | ||
| You need to download all 5 compressed files: | You need to download all 5 compressed files: | ||
| Line 33: | Line 33: | ||
| </ | </ | ||
| + | <WRAP tip > | ||
| + | You can also download the [[dl> | ||
| + | |||
| + | ```shell | ||
| + | $ md5sum -c md5sum/* | ||
| + | khadas_edges_yocto_sdk_base.tar.gz00: | ||
| + | khadas_edges_yocto_sdk_base.tar.gz01: | ||
| + | khadas_edges_yocto_sdk_base.tar.gz02: | ||
| + | khadas_edges_yocto_sdk_base.tar.gz03: | ||
| + | khadas_edges_yocto_sdk_base.tar.gz04: | ||
| + | ``` | ||
| + | </ | ||
| 2. Create and enter the working directory: | 2. Create and enter the working directory: | ||
| Line 40: | Line 52: | ||
| 3. Decompress base SDK: | 3. Decompress base SDK: | ||
| + | |||
| ```shell | ```shell | ||
| $ cat path/ | $ cat path/ | ||
| Line 57: | Line 70: | ||
| ```shell | ```shell | ||
| + | $ cd .repo/repo | ||
| + | $ git pull | ||
| + | $ cd - | ||
| $ .repo/ | $ .repo/ | ||
| $ .repo/ | $ .repo/ | ||
| + | $ ls | ||
| + | Copyright_Statement.md | ||
| + | ``` | ||
| + | |||
| + | /* | ||
| + | 6. Sync large files: | ||
| + | |||
| + | ```shell | ||
| + | $ .repo/ | ||
| + | ``` | ||
| + | */ | ||
| + | |||
| + | 6. If you need to build Yocto, please disable the auto-detaching feature of git gc: | ||
| + | ```shell | ||
| + | $ git config --global gc.autoDetach false | ||
| ``` | ``` | ||
| - | 6. Create a work branch for each repository: | + | 7. Create a work branch for each repository: |
| ```shell | ```shell | ||
| $ .repo/ | $ .repo/ | ||
| Line 226: | Line 257: | ||
| khadas_rk3588s_edge2_debian_defconfig | khadas_rk3588s_edge2_debian_defconfig | ||
| khadas_rk3588s_edge2_yocto_defconfig | khadas_rk3588s_edge2_yocto_defconfig | ||
| - | rockchip_defconfig | ||
| - | rockchip_rk3588_evb1_lp4_v10_defconfig | ||
| - | rockchip_rk3588_evb7_v11_defconfig | ||
| - | rockchip_rk3588s_evb1_lp4x_v10_defconfig | ||
| | | ||
| | | ||
| Line 310: | Line 337: | ||
| ==== Install Docker ==== | ==== Install Docker ==== | ||
| - | |||
| Please refer to [[https:// | Please refer to [[https:// | ||
| ==== Add User to a Docker Group ==== | ==== Add User to a Docker Group ==== | ||
| - | |||
| ```shell | ```shell | ||
| Line 324: | Line 349: | ||
| You need to logout or reboot the system to take effect. | You need to logout or reboot the system to take effect. | ||
| </ | </ | ||
| - | |||
| - | |||
| - | ==== Check Docker ==== | ||
| - | |||
| - | |||
| - | ```shell | ||
| - | $ docker run hello-world | ||
| - | ``` | ||
| - | |||
| - | If you see the following print-out, Docker has installed successfully: | ||
| - | |||
| - | ```txt | ||
| - | Unable to find image ' | ||
| - | latest: Pulling from library/ | ||
| - | ca4f61b1923c: | ||
| - | Digest: sha256: | ||
| - | Status: Downloaded newer image for hello-world: | ||
| - | |||
| - | Hello from Docker! | ||
| - | This message shows that your installation appears to be working correctly. | ||
| - | |||
| - | To generate this message, Docker took the following steps: | ||
| - | 1. The Docker client contacted the Docker daemon. | ||
| - | 2. The Docker daemon pulled the " | ||
| - | (amd64) | ||
| - | 3. The Docker daemon created a new container from that image which runs the | ||
| - | executable that produces the output you are currently reading. | ||
| - | 4. The Docker daemon streamed that output to the Docker client, which sent it | ||
| - | to your terminal. | ||
| - | |||
| - | To try something more ambitious, you can run an Ubuntu container with: | ||
| - | $ docker run -it ubuntu bash | ||
| - | |||
| - | Share images, automate workflows, and more with a free Docker ID: | ||
| - | | ||
| - | |||
| - | For more examples and ideas, visit: | ||
| - | | ||
| - | ``` | ||
| ==== Build SDK in Docker ==== | ==== Build SDK in Docker ==== | ||
| Line 370: | Line 356: | ||
| ```shell | ```shell | ||
| - | $ cd ~/ | ||
| $ docker pull wesion/ | $ docker pull wesion/ | ||
| ``` | ``` | ||
| Line 377: | Line 362: | ||
| ```shell | ```shell | ||
| + | $ cd ~/ | ||
| $ docker run --rm -it --privileged --device=/ | $ docker run --rm -it --privileged --device=/ | ||
| | | ||
| Line 389: | Line 375: | ||
| ===== Install OS ===== | ===== Install OS ===== | ||
| - | |||
| ==== Preparation ==== | ==== Preparation ==== | ||
| - | |||
| 1. Copy upgrade tool to your local path | 1. Copy upgrade tool to your local path | ||
| Line 402: | Line 386: | ||
| 2. Put your Edge2 into upgrade mode. Ref: | 2. Put your Edge2 into upgrade mode. Ref: | ||
| - | ==== Install OS into eMMc ==== | + | ==== Install OS into eMMC ==== |
| + | Please check [[products: | ||
| - | ```shell | ||
| - | $ upgrade_tool uf < | ||
| - | ``` | ||
| ==== Partition Upgrade ==== | ==== Partition Upgrade ==== | ||
| Line 421: | Line 403: | ||
| $ sudo upgrade_tool di -uboot < | $ sudo upgrade_tool di -uboot < | ||
| ``` | ``` | ||
| - | ==== Upgrade | + | ==== Upgrade |
| Line 428: | Line 410: | ||
| ``` | ``` | ||
| - | ==== Upgrade | + | ==== Upgrade |