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
But I visited this site and my network is fine
My environment is ubuntu22.04 LTS
Solved! Go to Solution.
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
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
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
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.