LSDK 21.08 component url/tag

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

LSDK 21.08 component url/tag

201 Views
Alik_Y1
Contributor II

Dear Experts,

I am using  using LSDK  21.08, and prototyping on ls1028ardb.

It seems like yocto_poky componenet    has wrong url in configs/sdk.yml
when trying to make firmware with:
FETCH_PREBUILT_LSDK_RFS: y
flag.

Ii execute flex-builder -i mkfw -m ls1028ardb -b sd


Flexbuild   failed to  download  (i tried to download manually as well, with no success):

url: git://git.yoctoproject.org/poky.git
tag: yocto-3.3.1

I changed url to:

url: https://github.com/yoctoproject/poky.git
same tag: 
yocto-3.3.1


Please confirm that it is is correct url and i am downloading the same thing?

If not ,what url should i use?

Best regards 

Alik

Tags (2)
0 Kudos
3 Replies

178 Views
Oswalag
NXP TechSupport
NXP TechSupport

Hello, you don't have to modify the url, I've replicated the same process without modifications, it seems like an error with your project, please try to delete your file and try again following the steps below:

4.3.2 How to download Flexbuild

Go to Downloads tab at www.nxp.com/lsdk. Download Layerscape Software Development Kit - . Enter log in details, accept the agreement to download the flexbuild source tarball in the name format flexbuild_.tgz (in this case LSDK21.08) 

Oswalag_3-1707931622373.png

 

$ tar xf flexbuild_.tgz

$ cd flexbuild_<version>

$ source setup.env

$ flex-builder -h

please see my results below:

Oswalag_0-1707930693869.png

Oswalag_1-1707930752173.png

The images are successfully generated when running flex-builder -i mkfw -m ls1028ardb -b sd:

Oswalag_2-1707931501531.png

 

 

0 Kudos

170 Views
Alik_Y1
Contributor II

My mistake,

FETCH_PREBUILT_LSDK_RFS  flag should be no

FETCH_PREBUILT_LSDK_RFS: n

Build linux etx_nxp_kernel_5.10.35.0 in /home/alik/WORK/TEST_NXP/etx_nxp_build/build/linux/linux/arm64/LS [Done]
DISTRO TYPE: yocto
DISTRO SCALE: tiny
SOCFAMILY: LS
DISTRO TYPE: yocto
DISTRO SCALE: tiny
DISTRO TYPE: yocto
DISTRO SCALE: tiny
Cloning into '/home/alik/WORK/TEST_NXP/etx_nxp_build/components/rfs/yocto-poky'...
fatal: unable to connect to git.yoctoproject.org:
git.yoctoproject.org[0: 38.129.16.172]: errno=Connection timed out

0 Kudos

151 Views
Oswalag
NXP TechSupport
NXP TechSupport

I've tried with:

FETCH_PREBUILT_LSDK_RFS: n

no issue from my side, I were able to build the images by running flex-builder -i mkfw -m ls1028ardb -b sd

Oswalag_0-1708463956573.png

Oswalag_1-1708464104589.png

 

0 Kudos