LSDK 21.08 component url/tag

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

LSDK 21.08 component url/tag

695件の閲覧回数
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

タグ(2)
0 件の賞賛
返信
3 返答(返信)

672件の閲覧回数
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 件の賞賛
返信

664件の閲覧回数
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 件の賞賛
返信

645件の閲覧回数
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 件の賞賛
返信