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 [2025/02/27 20:08]
gray [Get SDK] Add update repo
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://dl.khadas.com/development/yocto/khadas_edges_yocto_sdk_base/ | khadas_edges_yocto_sdk_base.tar.gz0x]]+1. Download the base SDK packages here: [[https://dl.khadas.com/resources/development/yocto/khadas_edges_yocto_sdk_base/ | khadas_edges_yocto_sdk_base.tar.gz0x]]
 <WRAP important > <WRAP important >
 You need to download all 5 compressed files: You need to download all 5 compressed files:
Line 34: Line 34:
  
 <WRAP tip > <WRAP tip >
-You can also download the [[dl>development/yocto/khadas_edges_yocto_sdk_base/md5sum/ | md5 checksum]] to verify the downloaded files:+You can also download the [[dl>resources/development/yocto/khadas_edges_yocto_sdk_base/md5sum/ | md5 checksum]] to verify the downloaded files:
  
 ```shell ```shell
Line 79: Line 79:
 ``` ```
  
 +/*
 6. Sync large files: 6. Sync large files:
  
Line 84: Line 85:
 $ .repo/repo/repo forall -c 'git lfs pull' $ .repo/repo/repo forall -c 'git lfs pull'
 ``` ```
 +*/
  
-7. If you need to build Yocto, please disable the auto-detaching feature of git gc:+6. 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:+7. Create a work branch for each repository:
 ```shell ```shell
 $ .repo/repo/repo start khadas --all $ .repo/repo/repo start khadas --all
Last modified: 2025/02/27 20:08 by gray