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
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)
$ tar xf flexbuild_.tgz
$ cd flexbuild_<version>
$ source setup.env
$ flex-builder -h
please see my results below:
The images are successfully generated when running flex-builder -i mkfw -m ls1028ardb -b sd:
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
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