[i.MX 8MN DDR4] how to build rootfs, kernel and how to flash rootfs, kernel image

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

[i.MX 8MN DDR4] how to build rootfs, kernel and how to flash rootfs, kernel image

ソリューションへジャンプ
2,030件の閲覧回数
bryan_hong
Senior Contributor I

Hello

I execute 'bitbake fsl-image-af-littlekernel' but below file did not re-generated.
   - fsl-image-af-littlekernel-imx8mnddr4ab2-20210814061807.rootfs.wic.bz2

how to re-generate rootfs file?

and let me know how to build only kernel image, and how to flash that kernel image to evk kit.

thanks
Bryan

0 件の賞賛
返信
1 解決策
2,014件の閲覧回数
bryan_hong
Senior Contributor I

@igorpadykov The documentation you mentioned doesn't explain how to update rootfs in detail.

Re-generate rootfs 
bitbake -c cleansstate fsl-image-af-littlekernel

bitbake fsl-image-af-littlekernel


Kernel modify, build, flash

bitbake -c compile -f linux-imx

bitbake linux-imx

bitbake -c cleansstate fsl-image-af-littlekernel

bitbake fsl-image-af-littlekernel

 

I think the above should be a guide.

元の投稿で解決策を見る

0 件の賞賛
返信
2 返答(返信)
2,015件の閲覧回数
bryan_hong
Senior Contributor I

@igorpadykov The documentation you mentioned doesn't explain how to update rootfs in detail.

Re-generate rootfs 
bitbake -c cleansstate fsl-image-af-littlekernel

bitbake fsl-image-af-littlekernel


Kernel modify, build, flash

bitbake -c compile -f linux-imx

bitbake linux-imx

bitbake -c cleansstate fsl-image-af-littlekernel

bitbake fsl-image-af-littlekernel

 

I think the above should be a guide.

0 件の賞賛
返信
2,020件の閲覧回数
igorpadykov
NXP Employee
NXP Employee

Hi Hong

 

for building and programming procedures one can refer to     i.MX Yocto Project User’s Guide​

i.MX Linux User’s Guide​

 

Best regards
igor

0 件の賞賛
返信