Khadas Docs

Amazing Khadas, always amazes you!

User Tools

Site Tools


products:sbc:common:development:edges-rockchip-linux-sdk

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
products:sbc:common:development:edges-rockchip-linux-sdk [2024/12/31 04:14]
nick [Get SDK]
products:sbc:common:development:edges-rockchip-linux-sdk [2025/02/27 20:08] (current)
gray [Get SDK] Add update repo
Line 33: Line 33:
 </WRAP> </WRAP>
  
 +<WRAP tip >
 +You can also download the [[dl>development/yocto/khadas_edges_yocto_sdk_base/md5sum/ | md5 checksum]] to verify the downloaded files:
 +
 +```shell
 +$ md5sum -c md5sum/*
 +khadas_edges_yocto_sdk_base.tar.gz00: OK
 +khadas_edges_yocto_sdk_base.tar.gz01: OK
 +khadas_edges_yocto_sdk_base.tar.gz02: OK
 +khadas_edges_yocto_sdk_base.tar.gz03: OK
 +khadas_edges_yocto_sdk_base.tar.gz04: OK
 +```
 +</WRAP>
  
 2. Create and enter the working directory: 2. Create and enter the working directory:
Line 58: Line 70:
  
 ```shell ```shell
 +$ cd .repo/repo
 +$ git pull
 +$ cd -
 $ .repo/repo/repo sync -l  $ .repo/repo/repo sync -l 
 $ .repo/repo/repo sync -c $ .repo/repo/repo sync -c
Line 64: Line 79:
 ``` ```
  
-6. Create a work branch for each repository: +6. Sync large files:
-```shell +
-$ .repo/repo/repo start khadas --all +
-``` +
-7. Sync large files+
  
 ```shell ```shell
Line 74: Line 85:
 ``` ```
  
-8. If you need to build Yocto, please disable the auto-detaching feature of git gc:+7. If you need to build Yocto, please disable the auto-detaching feature of git gc:
 ```shell ```shell
 $ git config --global gc.autoDetach false $ git config --global gc.autoDetach false
 +```
 +
 +8. Create a work branch for each repository:
 +```shell
 +$ .repo/repo/repo start khadas --all
 ``` ```
  
Line 239: Line 255:
  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 
  olddefconfig                      resolve any unresolved symbols in .config  olddefconfig                      resolve any unresolved symbols in .config
  savedefconfig                    save current config to defconfig  savedefconfig                    save current config to defconfig
Last modified: 2024/12/31 04:14 by nick