imx93evk rebuild kernel image and replace

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

imx93evk rebuild kernel image and replace

跳至解决方案
1,078 次查看
lykaios1203
Contributor II

! This is the command i build for the imx93evk

$ mkdir imx-yocto-bsp
$ cd imx-yocto-bsp
$ repo init -u https://github.com/nxp-imx/imx-manifest -b imx-linux-scarthgap -m imx-6.6.36-2.1.0.xml
$ repo sync
$ mkdir -p downloads
$ cd downloads
$ mkdir linux-imx; cd linux-imx
$ git clone https://github.com/nxp-imx/linux-imx.git
$ cd ../..
$ export BSPDIR=$(pwd)
$ DISTRO=fsl-imx-wayland MACHINE=imx93-11x11-lpddr4x-evk source imx-setup-release.sh -b buildwayland
$ bitbake imx-image-multimedia

after building finish, the directory
imx-yocto-bsp/buildwayland/tmp/sysroots-components/imx93_11x11_lpddr4x_evk/imx-boot/boot
will contain
imx-boot-imx93-11x11-lpddr4x-evk-sd.bin-flash_singleboot

! is using
$ sudo ./uuu -b emmc_all imx-boot-imx93-11x11-lpddr4x-evk-sd.bin-flash_singleboot
! a correct way to update the image that reflect the kernel changes i made in the linux-imx?

! what is the recommended way to only build the linux kernel and replace the kernel only,
is it
$ cd linux-imx
$ make imx93_11x11_evk_defconfig
$ make
! and which image should i burn specifically for replacing the kernel?

BR, Colin

 
 
 
 
0 项奖励
回复
1 解答
976 次查看
Rita_Wang
NXP TechSupport
NXP TechSupport

When you finish rebuild you can use the scp commend to copy the kernel images to your board

在原帖中查看解决方案

0 项奖励
回复
3 回复数
1,052 次查看
Rita_Wang
NXP TechSupport
NXP TechSupport

Here do you just need to rebuilt and update the kernel on the board?

0 项奖励
回复
1,034 次查看
lykaios1203
Contributor II
Yes, could you provide the steps that we can follow?
0 项奖励
回复
977 次查看
Rita_Wang
NXP TechSupport
NXP TechSupport

When you finish rebuild you can use the scp commend to copy the kernel images to your board

0 项奖励
回复