SDK code download failed for bsp34.0

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

SDK code download failed for bsp34.0

212 Views
program_without_code
Junior Contributor III
 
Bsp34.0 download failure URL is as follows:

But bsp34.0.1 can be downloaded:

https://github.com/nxp-auto-linux/auto_yocto_bsp/tree/bsp34.0.1

What is the difference between bsp34.0.1 and bsp34.0? How to download bsp34.0?

Please help me, thank you!

Tags (1)
0 Kudos
1 Reply

178 Views
chenyin_h
NXP Employee
NXP Employee

Hello, @program_without_code

Thanks for the questions

  1. The BSP34.0 could be downloaded referencing the steps below:

git clone https://github.com/nxp-auto-linux/linux-bsp-utils.git

cd linux-bsp-utils/codeaurora_migration

./migrate.sh --full --work_path ./BSP34 --release_branch release/bsp34.0

cd BSP34/auto-bsp

repo sync

Then the BSP34.0 could be ready for use.

  1. You may check the commit information for the differences between the BSP34.0 and BSP34.0.1, the main difference is that the BSP34.0.1 updated the URL with the github, instead of the previous codeaurora.

Hope it helps.

 

Best Regards

Chenyin

0 Kudos