LSDK 20.04 Generate new linux tarball fail

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

LSDK 20.04 Generate new linux tarball fail

606 Views
chhsu0229
Contributor II

I am working on generating the new kernel tarball with custom kernel to replace exit kernel on target board.

I followed the suggestion on page. 174 (Layerscape Software Development Kit User Guide, LSDK 20.04_290520)  "How to replace the default Linux kernel with custom kernel on target board".

The steps are:

1) flex-builder -c linux:custom -a arm64

2) flex-builder -c linux -a arm64

3) flex-builder -i mkbootpartition -a arm64

then, a new kernel tarball "<flexbuild-dir>/build/image/linux_5.4_LS_arm64_<timestamp>.tgz" should be generated, but it does not.

The result is showed as below,

Capture.JPG

Which step do I miss ?

Note,

On the LSDK 19.09, the kirnel tarball could be generated correctly.

 

Thanks

0 Kudos
2 Replies

603 Views
Pavel
NXP Employee
NXP Employee

It is a mistake in LSDK 2004 User Guide.

 

Correct statement is the follow:

The new kernel tarball <flexbuild-dir>/build/images/bootpartition_LS_arm64_lts_5.4_<timestamp>.tgz will be generated.

Have a great day,
Pavel Chubakov

0 Kudos

588 Views
chhsu0229
Contributor II

Hi Pavel,

On the LSDK 19.09, the kernel tarball could be generated correctly.

Capture.JPG

Thanks

0 Kudos