linux bsp download

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 
1,996件の閲覧回数
jiajun_cheng
Contributor III

Hi,nxp team:

When I referred to this document "TP-S32G-VNP-RDB3.pdf" to download the Linux BSP, I encountered the following problem, as shown in the figure below

jiajun_cheng_0-1730771051613.pngjiajun_cheng_1-1730771070187.png

But I visited this site and my network is fine

jiajun_cheng_2-1730771127743.png

My environment is ubuntu22.04 LTS 

S32G3 

タグ(1)
0 件の賞賛
返信
1 解決策
1,962件の閲覧回数
chenyin_h
NXP Employee
NXP Employee

Hello, @jiajun_cheng 

Thanks for your post.

I did not met such issue on local host(20.04), and tody I find a Ubuntu22.04 host to further test on it, but cannot reproduce the issue.

Seems it is a network connection issue, may I know if you could have another trial?

 

BR

Chenyin

元の投稿で解決策を見る

0 件の賞賛
返信
3 返答(返信)
1,960件の閲覧回数
GuilhermeS32G
Contributor III

Hello @jiajun_cheng ,

 

Although the Google Repo tool may be convenient for Downloading the sources, it is not strictly essential.

Alternatively, you may try to manually clone the Git repos of the Yocto layers and checkout the correct commit id.

I see that you are trying to download the BSP 38.0 sources.

So, according to:

https://github.com/nxp-auto-linux/auto_yocto_bsp/blob/release/bsp38.0/default.xml

you can run the following commands:

mkdir sources && cd sources
git clone https://git.yoctoproject.org/meta-freescale/ && cd meta-freescale && git checkout 6f04cf1fce13c9852d4ec86b66a3858c42b7c7c9 && cd ..
git clone https://git.openembedded.org/meta-python2 && cd meta-python2 && git checkout f02882e2aa9279ca7becca8d0cedbffe88b5a253 && cd ..
git clone https://git.yoctoproject.org/meta-security && cd meta-security && git checkout d398cc6ea6716afd3a3a6e88ad8fbdc89510ef23 && cd ..
git clone https://git.yoctoproject.org/meta-virtualization && cd meta-virtualization && git checkout b3b3dbc67504e8cd498d6db202ddcf5a9dd26a9d && cd ..
git clone https://git.openembedded.org/meta-openembedded && cd meta-openembedded && git checkout bdad2a789e30703a825b876279665720d06d55dc && cd ..
git clone https://git.yoctoproject.org/poky/ && cd poky && git checkout f53ab3a2ff206a130cdc843839dd0ea5ec4ad02f && cd ..
git clone https://github.com/nxp-auto-linux/meta-alb/ && cd meta-alb && git checkout 814fa233f9d5e4502090b38bd4a64d15650328e1 && cd .. && cp meta-alb/nxp-setup-alb.sh .

 

And this is equivalent to the repo functionality.

 

Best regards,

Guilherme

0 件の賞賛
返信
1,963件の閲覧回数
chenyin_h
NXP Employee
NXP Employee

Hello, @jiajun_cheng 

Thanks for your post.

I did not met such issue on local host(20.04), and tody I find a Ubuntu22.04 host to further test on it, but cannot reproduce the issue.

Seems it is a network connection issue, may I know if you could have another trial?

 

BR

Chenyin

0 件の賞賛
返信
1,940件の閲覧回数
jiajun_cheng
Contributor III

Hi, @chenyin_h @GuilhermeS32G :

Thank you for your suggestions. My problem has been solved. It was due to network fluctuations. I can use it after using a VPN.

タグ(1)
0 件の賞賛
返信