How to change fdtfile and build image?

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

How to change fdtfile and build image?

Jump to solution
6,043 Views
Ichi_
Contributor I

Hi All

My kernel is 5.4.70 and use imx8mq-evk.

I can use the command setenv under uboot to change the content of fdtfile from

imx8mq-evk.dtb to imx8mq-evk-dcss-adv7535.dtb and run. 

I want the build image to be fixed in imx8mq-evk-dcss-adv7535.dtb after booting.

I looked for u-boot-imx/1_2020.04-r0/git/include/configs/imx8mq_evk.h file but the

content only saw fdt_file=imx8mq-evk.dtb and no fdtfile.

Which file should I modify?Thanks.

0 Kudos
Reply
1 Solution
5,861 Views
pengyong_zhang
NXP Employee
NXP Employee

HI @Ichi_ 

Please try to use the attachment file test.

B.R

View solution in original post

0 Kudos
Reply
16 Replies
5,837 Views
pengyong_zhang
NXP Employee
NXP Employee

Hi @Ichi_ 

Glad to listen this, haha. Maybe it's you flash the error .bin file. Anyway, If you have any further question, you can contact me anytime for free. 

B.R

0 Kudos
Reply
5,862 Views
pengyong_zhang
NXP Employee
NXP Employee

HI @Ichi_ 

Please try to use the attachment file test.

B.R

0 Kudos
Reply
5,843 Views
Ichi_
Contributor I

Hi @pengyong_zhang 

I cannot use the file you provided for burning. It will stay at the stage shown in the picture below.

Ichi__0-1730966248921.png

However, after I used bitbake-image-multimedia to replace the file in the uuu folder with the imx-boot-imx8mqevk-sd.bin-flash_evk generated, I could successfully see that fdt_file was set to imx8mq-evk-dcss-adv7535.dtb after booting.

Thank you very much

0 Kudos
Reply
5,887 Views
pengyong_zhang
NXP Employee
NXP Employee

Hi, @Ichi_ 

It is strange, i have tested this on my EVK board, It works fine. Please use the "devtool modify u-boot-imx" command change your code. Or you can compile the Uboot separately.

B.R

0 Kudos
Reply
5,880 Views
Ichi_
Contributor I

Hi @pengyong_zhang 

Thank you for your continued attention to this issue.

I tried compiling uboot separately but got the same result(fdtfile=imx8mq-evk.dtb).

In addition, I got information from imx8mq evk

"Loading Environment from MMC... *** Warning - bad CRC, using default environment"

Complete information as attachments.

Which bsp version do you use? Has the same warning occurred?

Thanks.

0 Kudos
Reply
5,934 Views
pengyong_zhang
NXP Employee
NXP Employee

hi @Ichi_

Sorry, my server has some issue now, so i can not reproduce your question.

Could you please use our latest BSP code and retry?

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

bitbake imx-image-multimedia

 

B.R

 

0 Kudos
Reply
5,922 Views
Ichi_
Contributor I

Hi @pengyong_zhang 

 

My environment has a newer version Linux 6.6.23_2.0.0.

I have modified fdtfile=imx8mq-evk-dvss-adv7535.dtb in imx8mq_evk.h as shown below:

Ichi__0-1730884021125.png

the imx8mq_evk.h path is build-wayland/tmp/work/imx8mqevk-poky-linux/

u-boot-imx/2024.04/inxlude/config/imx8mq_evk.h

But the situation is the same as before. read the fdtfile from uboot is imx8mq-evk.dtb

Ichi__1-1730884401243.png

 

 

0 Kudos
Reply
5,957 Views
pengyong_zhang
NXP Employee
NXP Employee

HI @Ichi_ 

ok,  i will reproduce your issue on my site, and will give you the feedback ASAP.

0 Kudos
Reply
5,973 Views
pengyong_zhang
NXP Employee
NXP Employee

hi @Ichi_ 

Please share how did you compile the Image and flash it to your board?

B.R

0 Kudos
Reply
5,970 Views
Ichi_
Contributor I

Hi @pengyong_zhang 

The kernel is imx-yocto-L5.4.70_2.3.0

After modifying the imx8mq_evk.h file I executed the following command:

    1  bitbake -c cleanall imx-image-multimedia

    2  bitbake -c compile -f u-boot-imx

    3  bitbake -c deploy -f u-boot-imx

    4  bitbake -c compile -f linux-imx

    5  bitbake -c deploy -f linux-imx

    6  bitbake imx-image-multimedia

And I use uuu tool for programming, the command is sudo uuu uuu.auto

Ichi__0-1730793723715.png

In addition, I can use this process to enable panel and touch drivers and actions.

thank you very much

 

0 Kudos
Reply
5,986 Views
pengyong_zhang
NXP Employee
NXP Employee

hI @Ichi_ 

It's the same thing, fdt_file is fdtfile.

B.R

0 Kudos
Reply
5,982 Views
Ichi_
Contributor I

Hi @pengyong_zhang 

I have set fdt_file to imx8mq-evk-dcss-adv7535.dtb and re-burned.

Ichi__2-1730787578023.png

 

But after boot, the fdtfile is still imx8mq-evk.dtb.

Ichi__1-1730787263594.png

Thanks for your continued replies.

0 Kudos
Reply
5,997 Views
pengyong_zhang
NXP Employee
NXP Employee

HI @Ichi_ 

Please use the latest uboot version, and change the  "fdtfile=imx8mq-evk.dtb\0" \ on  imx8mq_evk.h file.

B.R

0 Kudos
Reply
5,994 Views
Ichi_
Contributor I

Hi @pengyong_zhang 

 

Thank you for your reply.

As mentioned before I found the u-boot-imx/1_2020.04-r0/git/include/configs/imx8mq_evk.h file, but the content only shows fdt_file=imx8mq-evk.dtb, no fdtfile.

0 Kudos
Reply
6,011 Views
pengyong_zhang
NXP Employee
NXP Employee

hi @Ichi_ 

When you change the fdtfile in uboot, you should type "saveenv" command to save it .

B.R

 

0 Kudos
Reply
6,006 Views
Ichi_
Contributor I

Hi @pengyong_zhang 

 

Thank you for your reply.

What I want is that the fdtfile after bitbake imx-image-multimedia is imx8mq-evk-dcss-adv7535.dtb without having to modify it through uboot commands.

Do you know how to modify it?

 

0 Kudos
Reply
%3CLINGO-SUB%20id%3D%22lingo-sub-1986866%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3EHow%20to%20change%20fdtfile%20and%20build%20image%3F%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-1986866%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CP%3EHi%20All%3C%2FP%3E%3CP%3EMy%20kernel%20is%205.4.70%20and%20use%20imx8mq-evk.%3C%2FP%3E%3CP%3EI%20can%20use%20the%20command%20setenv%20under%20uboot%20to%20change%20the%20content%20of%20fdtfile%20from%3C%2FP%3E%3CP%3Eimx8mq-evk.dtb%20to%20imx8mq-evk-dcss-adv7535.dtb%20and%20run.%26nbsp%3B%3C%2FP%3E%3CP%3EI%20want%20the%26nbsp%3Bbuild%20image%20to%20be%20fixed%20in%20imx8mq-evk-dcss-adv7535.dtb%20after%20booting.%3C%2FP%3E%3CP%3EI%20looked%20for%20u-boot-imx%2F1_2020.04-r0%2Fgit%2Finclude%2Fconfigs%2Fimx8mq_evk.h%20file%20but%20the%3C%2FP%3E%3CP%3Econtent%20only%20saw%20fdt_file%3Dimx8mq-evk.dtb%20and%20no%20fdtfile.%3C%2FP%3E%3CP%3EWhich%20file%20should%20I%20modify%3FThanks.%3C%2FP%3E%3C%2FLINGO-BODY%3E%3CLINGO-SUB%20id%3D%22lingo-sub-1989982%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3ERe%3A%20How%20to%20change%20fdtfile%20and%20build%20image%3F%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-1989982%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CP%3EHi%26nbsp%3B%3CA%20href%3D%22https%3A%2F%2Fcommunity.nxp.com%2Ft5%2Fuser%2Fviewprofilepage%2Fuser-id%2F240135%22%20target%3D%22_blank%22%3E%40Ichi_%3C%2FA%3E%26nbsp%3B%3C%2FP%3E%0A%3CP%3EGlad%20to%20listen%20this%2C%20haha.%20Maybe%20it's%20you%20flash%20the%20error%20.bin%20file.%20Anyway%2C%20If%20you%20have%20any%20further%20question%2C%20you%20can%20contact%20me%20anytime%20for%20free.%26nbsp%3B%3C%2FP%3E%0A%3CP%3EB.R%3C%2FP%3E%3C%2FLINGO-BODY%3E%3CLINGO-SUB%20id%3D%22lingo-sub-1989956%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3ERe%3A%20How%20to%20change%20fdtfile%20and%20build%20image%3F%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-1989956%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CP%3EHi%26nbsp%3B%3CA%20href%3D%22https%3A%2F%2Fcommunity.nxp.com%2Ft5%2Fuser%2Fviewprofilepage%2Fuser-id%2F202673%22%20target%3D%22_blank%22%3E%40pengyong_zhang%3C%2FA%3E%26nbsp%3B%3C%2FP%3E%3CP%3EI%20cannot%20use%20the%20file%20you%20provided%20for%20burning.%20It%20will%20stay%20at%20the%20stage%20shown%20in%20the%20picture%20below.%3C%2FP%3E%3CP%3E%3CSPAN%20class%3D%22lia-inline-image-display-wrapper%20lia-image-align-inline%22%20image-alt%3D%22Ichi__0-1730966248921.png%22%20style%3D%22width%3A%20400px%3B%22%3E%3Cspan%20class%3D%22lia-inline-image-display-wrapper%22%20image-alt%3D%22Ichi__0-1730966248921.png%22%20style%3D%22width%3A%20400px%3B%22%3E%3Cimg%20src%3D%22https%3A%2F%2Fcommunity.nxp.com%2Ft5%2Fimage%2Fserverpage%2Fimage-id%2F309162i9DEEB1B47BF7D33C%2Fimage-size%2Fmedium%3Fv%3Dv2%26amp%3Bpx%3D400%22%20role%3D%22button%22%20title%3D%22Ichi__0-1730966248921.png%22%20alt%3D%22Ichi__0-1730966248921.png%22%20%2F%3E%3C%2Fspan%3E%3C%2FSPAN%3E%3C%2FP%3E%3CP%3EHowever%2C%20after%20I%20used%20bitbake-image-multimedia%20to%20replace%20the%20file%20in%20the%20uuu%20folder%20with%20the%20imx-boot-imx8mqevk-sd.bin-flash_evk%20generated%2C%20%3CSTRONG%3EI%20could%20successfully%20see%20that%20fdt_file%20was%20set%20to%20imx8mq-evk-dcss-adv7535.dtb%20after%20booting.%3C%2FSTRONG%3E%3C%2FP%3E%3CP%3EThank%20you%20very%20much%3C%2FP%3E%3C%2FLINGO-BODY%3E%3CLINGO-SUB%20id%3D%22lingo-sub-1989816%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3ERe%3A%20How%20to%20change%20fdtfile%20and%20build%20image%3F%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-1989816%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CP%3EHI%26nbsp%3B%3CA%20href%3D%22https%3A%2F%2Fcommunity.nxp.com%2Ft5%2Fuser%2Fviewprofilepage%2Fuser-id%2F240135%22%20target%3D%22_blank%22%3E%40Ichi_%3C%2FA%3E%26nbsp%3B%3C%2FP%3E%0A%3CP%3EPlease%20try%20to%20use%20the%20attachment%20file%20test.%3C%2FP%3E%0A%3CP%3EB.R%3C%2FP%3E%3C%2FLINGO-BODY%3E%3CLINGO-SUB%20id%3D%22lingo-sub-1989749%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3ERe%3A%20How%20to%20change%20fdtfile%20and%20build%20image%3F%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-1989749%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CP%3EHi%26nbsp%3B%3CA%20href%3D%22https%3A%2F%2Fcommunity.nxp.com%2Ft5%2Fuser%2Fviewprofilepage%2Fuser-id%2F202673%22%20target%3D%22_blank%22%3E%40pengyong_zhang%3C%2FA%3E%26nbsp%3B%3C%2FP%3E%3CP%3EThank%20you%20for%20your%20continued%20attention%20to%20this%20issue.%3C%2FP%3E%3CP%3EI%20tried%20compiling%20uboot%20separately%20but%20got%20the%20same%20result(fdtfile%3Dimx8mq-evk.dtb).%3C%2FP%3E%3CP%3EIn%20addition%2C%20I%20got%20information%20from%20imx8mq%20evk%3C%2FP%3E%3CP%3E%22Loading%20Environment%20from%20MMC...%20***%20Warning%20-%20bad%20CRC%2C%20using%20default%20environment%22%3C%2FP%3E%3CP%3EComplete%20information%20as%20attachments.%3C%2FP%3E%3CP%3EWhich%20bsp%20version%20do%20you%20use%3F%20Has%20the%20same%20warning%20occurred%3F%3C%2FP%3E%3CP%3EThanks.%3C%2FP%3E%3C%2FLINGO-BODY%3E%3CLINGO-SUB%20id%3D%22lingo-sub-1989622%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3ERe%3A%20How%20to%20change%20fdtfile%20and%20build%20image%3F%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-1989622%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CP%3EHi%2C%26nbsp%3B%3CA%20href%3D%22https%3A%2F%2Fcommunity.nxp.com%2Ft5%2Fuser%2Fviewprofilepage%2Fuser-id%2F240135%22%20target%3D%22_blank%22%3E%40Ichi_%3C%2FA%3E%26nbsp%3B%3C%2FP%3E%0A%3CP%3EIt%20is%20strange%2C%20i%20have%20tested%20this%20on%20my%20EVK%20board%2C%20It%20works%20fine.%20Please%20use%20the%20%22devtool%20modify%20u-boot-imx%22%20command%20change%20your%20code.%20Or%20you%20can%20compile%20the%20Uboot%20separately.%3C%2FP%3E%0A%3CP%3EB.R%3C%2FP%3E%3C%2FLINGO-BODY%3E%3CLINGO-SUB%20id%3D%22lingo-sub-1988706%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3ERe%3A%20How%20to%20change%20fdtfile%20and%20build%20image%3F%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-1988706%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CP%3EHi%26nbsp%3B%3CA%20href%3D%22https%3A%2F%2Fcommunity.nxp.com%2Ft5%2Fuser%2Fviewprofilepage%2Fuser-id%2F202673%22%20target%3D%22_blank%22%3E%40pengyong_zhang%3C%2FA%3E%26nbsp%3B%3C%2FP%3E%3CBR%20%2F%3E%3CP%3EMy%20environment%20has%20a%20newer%20version%20Linux%206.6.23_2.0.0.%3C%2FP%3E%3CP%3EI%20have%20modified%20fdtfile%3Dimx8mq-evk-dvss-adv7535.dtb%20in%20imx8mq_evk.h%20as%20shown%20below%3A%3C%2FP%3E%3CP%3E%3CSPAN%20class%3D%22lia-inline-image-display-wrapper%20lia-image-align-inline%22%20image-alt%3D%22Ichi__0-1730884021125.png%22%20style%3D%22width%3A%20400px%3B%22%3E%3Cspan%20class%3D%22lia-inline-image-display-wrapper%22%20image-alt%3D%22Ichi__0-1730884021125.png%22%20style%3D%22width%3A%20400px%3B%22%3E%3Cimg%20src%3D%22https%3A%2F%2Fcommunity.nxp.com%2Ft5%2Fimage%2Fserverpage%2Fimage-id%2F308889i7196732055571229%2Fimage-size%2Fmedium%3Fv%3Dv2%26amp%3Bpx%3D400%22%20role%3D%22button%22%20title%3D%22Ichi__0-1730884021125.png%22%20alt%3D%22Ichi__0-1730884021125.png%22%20%2F%3E%3C%2Fspan%3E%3C%2FSPAN%3E%3C%2FP%3E%3CP%3Ethe%26nbsp%3Bimx8mq_evk.h%20path%20is%20build-wayland%2Ftmp%2Fwork%2Fimx8mqevk-poky-linux%2F%3C%2FP%3E%3CP%3Eu-boot-imx%2F2024.04%2Finxlude%2Fconfig%2Fimx8mq_evk.h%3C%2FP%3E%3CP%3EBut%20the%20situation%20is%20the%20same%20as%20before.%20read%20the%20fdtfile%20from%20uboot%20is%20imx8mq-evk.dtb%3C%2FP%3E%3CP%3E%3CSPAN%20class%3D%22lia-inline-image-display-wrapper%20lia-image-align-inline%22%20image-alt%3D%22Ichi__1-1730884401243.png%22%20style%3D%22width%3A%20400px%3B%22%3E%3Cspan%20class%3D%22lia-inline-image-display-wrapper%22%20image-alt%3D%22Ichi__1-1730884401243.png%22%20style%3D%22width%3A%20255px%3B%22%3E%3Cimg%20src%3D%22https%3A%2F%2Fcommunity.nxp.com%2Ft5%2Fimage%2Fserverpage%2Fimage-id%2F308895i076B119EDBAD9933%2Fimage-size%2Fmedium%3Fv%3Dv2%26amp%3Bpx%3D400%22%20role%3D%22button%22%20title%3D%22Ichi__1-1730884401243.png%22%20alt%3D%22Ichi__1-1730884401243.png%22%20%2F%3E%3C%2Fspan%3E%3C%2FSPAN%3E%3C%2FP%3E%3CBR%20%2F%3E%3CBR%20%2F%3E%3C%2FLINGO-BODY%3E%3CLINGO-SUB%20id%3D%22lingo-sub-1988499%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3ERe%3A%20How%20to%20change%20fdtfile%20and%20build%20image%3F%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-1988499%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CP%3Ehi%26nbsp%3B%3CA%20href%3D%22https%3A%2F%2Fcommunity.nxp.com%2Ft5%2Fuser%2Fviewprofilepage%2Fuser-id%2F240135%22%20target%3D%22_blank%22%3E%40Ichi_%3C%2FA%3E%3C%2FP%3E%0A%3CP%3ESorry%2C%20my%20server%20has%20some%20issue%20now%2C%20so%20i%20can%20not%20reproduce%20your%20question.%3C%2FP%3E%0A%3CP%3ECould%20you%20please%20use%20our%20latest%20BSP%20code%20and%20retry%3F%3C%2FP%3E%0A%3CP%3Erepo%20init%20-u%20%3CA%20href%3D%22https%3A%2F%2Fgithub.com%2Fnxp-imx%2Fimx-manifest%22%20target%3D%22_blank%22%20rel%3D%22nofollow%20noopener%20noreferrer%22%3Ehttps%3A%2F%2Fgithub.com%2Fnxp-imx%2Fimx-manifest%3C%2FA%3E%20-b%20imx-linux-scarthgap%20-m%20imx-6.6.36-2.1.0.xml%3C%2FP%3E%0A%3CP%3Erepo%20sync%3C%2FP%3E%0A%3CP%3Ebitbake%26nbsp%3B%3CSPAN%3Eimx-image-multimedia%3C%2FSPAN%3E%3C%2FP%3E%0A%3CBR%20%2F%3E%0A%3CP%3EB.R%3C%2FP%3E%0A%3CBR%20%2F%3E%3C%2FLINGO-BODY%3E%3CLINGO-SUB%20id%3D%22lingo-sub-1988387%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3ERe%3A%20How%20to%20change%20fdtfile%20and%20build%20image%3F%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-1988387%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CP%3EHI%26nbsp%3B%3CA%20href%3D%22https%3A%2F%2Fcommunity.nxp.com%2Ft5%2Fuser%2Fviewprofilepage%2Fuser-id%2F240135%22%20target%3D%22_blank%22%3E%40Ichi_%3C%2FA%3E%26nbsp%3B%3C%2FP%3E%0A%3CP%3Eok%2C%26nbsp%3B%20i%20will%20reproduce%20your%20issue%20on%20my%20site%2C%20and%20will%20give%20you%20the%20feedback%20ASAP.%3C%2FP%3E%3C%2FLINGO-BODY%3E%3CLINGO-SUB%20id%3D%22lingo-sub-1987789%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3ERe%3A%20How%20to%20change%20fdtfile%20and%20build%20image%3F%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-1987789%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CP%3EHi%26nbsp%3B%3CA%20href%3D%22https%3A%2F%2Fcommunity.nxp.com%2Ft5%2Fuser%2Fviewprofilepage%2Fuser-id%2F202673%22%20target%3D%22_blank%22%3E%40pengyong_zhang%3C%2FA%3E%26nbsp%3B%3C%2FP%3E%3CP%3EThe%20kernel%20is%20imx-yocto-L5.4.70_2.3.0%3C%2FP%3E%3CP%3EAfter%20modifying%20the%26nbsp%3B%3CSPAN%3Eimx8mq_evk.h%3C%2FSPAN%3E%20file%20I%20executed%20the%20following%20command%3A%3C%2FP%3E%3CP%3E%26nbsp%3B%20%26nbsp%3B%201%26nbsp%3B%20bitbake%20-c%20cleanall%20imx-image-multimedia%3C%2FP%3E%3CP%3E%26nbsp%3B%20%26nbsp%3B%202%26nbsp%3B%26nbsp%3Bbitbake%20-c%20compile%20-f%20u-boot-imx%3C%2FP%3E%3CP%3E%26nbsp%3B%20%26nbsp%3B%203%26nbsp%3B%26nbsp%3Bbitbake%20-c%20deploy%20-f%20u-boot-imx%3C%2FP%3E%3CP%3E%26nbsp%3B%20%26nbsp%3B%204%26nbsp%3B%26nbsp%3Bbitbake%20-c%20compile%20-f%20linux-imx%3C%2FP%3E%3CP%3E%26nbsp%3B%20%26nbsp%3B%205%26nbsp%3B%26nbsp%3Bbitbake%20-c%20deploy%20-f%20linux-imx%3C%2FP%3E%3CP%3E%26nbsp%3B%20%26nbsp%3B%206%26nbsp%3B%20bitbake%20imx-image-multimedia%3C%2FP%3E%3CP%3EAnd%20I%20use%20uuu%20tool%20for%20programming%2C%20the%20command%20is%20sudo%20uuu%20uuu.auto%3C%2FP%3E%3CP%3E%3CSPAN%20class%3D%22lia-inline-image-display-wrapper%20lia-image-align-inline%22%20image-alt%3D%22Ichi__0-1730793723715.png%22%20style%3D%22width%3A%20400px%3B%22%3E%3Cspan%20class%3D%22lia-inline-image-display-wrapper%22%20image-alt%3D%22Ichi__0-1730793723715.png%22%20style%3D%22width%3A%20400px%3B%22%3E%3Cimg%20src%3D%22https%3A%2F%2Fcommunity.nxp.com%2Ft5%2Fimage%2Fserverpage%2Fimage-id%2F308660i51CF9AEC7D662F0F%2Fimage-size%2Fmedium%3Fv%3Dv2%26amp%3Bpx%3D400%22%20role%3D%22button%22%20title%3D%22Ichi__0-1730793723715.png%22%20alt%3D%22Ichi__0-1730793723715.png%22%20%2F%3E%3C%2Fspan%3E%3C%2FSPAN%3E%3C%2FP%3E%3CP%3EIn%20addition%2C%20I%20can%20use%20this%20process%20to%20enable%20panel%20and%20touch%20drivers%20and%20actions.%3C%2FP%3E%3CP%3Ethank%20you%20very%20much%3C%2FP%3E%3CBR%20%2F%3E%3C%2FLINGO-BODY%3E%3CLINGO-SUB%20id%3D%22lingo-sub-1987763%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3ERe%3A%20How%20to%20change%20fdtfile%20and%20build%20image%3F%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-1987763%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CP%3Ehi%26nbsp%3B%3CA%20href%3D%22https%3A%2F%2Fcommunity.nxp.com%2Ft5%2Fuser%2Fviewprofilepage%2Fuser-id%2F240135%22%20target%3D%22_blank%22%3E%40Ichi_%3C%2FA%3E%26nbsp%3B%3C%2FP%3E%0A%3CP%3EPlease%20share%20how%20did%20you%20compile%20the%20Image%20and%20flash%20it%20to%20your%20board%3F%3C%2FP%3E%0A%3CP%3EB.R%3C%2FP%3E%3C%2FLINGO-BODY%3E%3CLINGO-SUB%20id%3D%22lingo-sub-1987684%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3ERe%3A%20How%20to%20change%20fdtfile%20and%20build%20image%3F%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-1987684%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CP%3EHi%26nbsp%3B%3CA%20href%3D%22https%3A%2F%2Fcommunity.nxp.com%2Ft5%2Fuser%2Fviewprofilepage%2Fuser-id%2F202673%22%20target%3D%22_blank%22%3E%40pengyong_zhang%3C%2FA%3E%26nbsp%3B%3C%2FP%3E%3CP%3EI%20have%20set%20fdt_file%20to%20imx8mq-evk-dcss-adv7535.dtb%20and%20re-burned.%3C%2FP%3E%3CP%3E%3CSPAN%20class%3D%22lia-inline-image-display-wrapper%20lia-image-align-inline%22%20image-alt%3D%22Ichi__2-1730787578023.png%22%20style%3D%22width%3A%20400px%3B%22%3E%3Cspan%20class%3D%22lia-inline-image-display-wrapper%22%20image-alt%3D%22Ichi__2-1730787578023.png%22%20style%3D%22width%3A%20400px%3B%22%3E%3Cimg%20src%3D%22https%3A%2F%2Fcommunity.nxp.com%2Ft5%2Fimage%2Fserverpage%2Fimage-id%2F308634iCFB996BF254ED8C8%2Fimage-size%2Fmedium%3Fv%3Dv2%26amp%3Bpx%3D400%22%20role%3D%22button%22%20title%3D%22Ichi__2-1730787578023.png%22%20alt%3D%22Ichi__2-1730787578023.png%22%20%2F%3E%3C%2Fspan%3E%3C%2FSPAN%3E%3C%2FP%3E%3CBR%20%2F%3E%3CP%3EBut%20after%20boot%2C%20the%20fdtfile%20is%20still%20imx8mq-evk.dtb.%3C%2FP%3E%3CP%3E%3CSPAN%20class%3D%22lia-inline-image-display-wrapper%20lia-image-align-inline%22%20image-alt%3D%22Ichi__1-1730787263594.png%22%20style%3D%22width%3A%20400px%3B%22%3E%3Cspan%20class%3D%22lia-inline-image-display-wrapper%22%20image-alt%3D%22Ichi__1-1730787263594.png%22%20style%3D%22width%3A%20400px%3B%22%3E%3Cimg%20src%3D%22https%3A%2F%2Fcommunity.nxp.com%2Ft5%2Fimage%2Fserverpage%2Fimage-id%2F308627iEFAAB6D4B6A6237A%2Fimage-size%2Fmedium%3Fv%3Dv2%26amp%3Bpx%3D400%22%20role%3D%22button%22%20title%3D%22Ichi__1-1730787263594.png%22%20alt%3D%22Ichi__1-1730787263594.png%22%20%2F%3E%3C%2Fspan%3E%3C%2FSPAN%3E%3C%2FP%3E%3CP%3EThanks%20for%20your%20continued%20replies.%3C%2FP%3E%3C%2FLINGO-BODY%3E%3CLINGO-SUB%20id%3D%22lingo-sub-1987644%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3ERe%3A%20How%20to%20change%20fdtfile%20and%20build%20image%3F%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-1987644%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CP%3EhI%26nbsp%3B%3CA%20href%3D%22https%3A%2F%2Fcommunity.nxp.com%2Ft5%2Fuser%2Fviewprofilepage%2Fuser-id%2F240135%22%20target%3D%22_blank%22%3E%40Ichi_%3C%2FA%3E%26nbsp%3B%3C%2FP%3E%0A%3CP%3EIt's%20the%20same%20thing%2C%20fdt_file%20is%20fdtfile.%3C%2FP%3E%0A%3CP%3EB.R%3C%2FP%3E%3C%2FLINGO-BODY%3E%3CLINGO-SUB%20id%3D%22lingo-sub-1987615%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3ERe%3A%20How%20to%20change%20fdtfile%20and%20build%20image%3F%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-1987615%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CP%3EHi%26nbsp%3B%3CA%20href%3D%22https%3A%2F%2Fcommunity.nxp.com%2Ft5%2Fuser%2Fviewprofilepage%2Fuser-id%2F202673%22%20target%3D%22_blank%22%3E%40pengyong_zhang%3C%2FA%3E%26nbsp%3B%3C%2FP%3E%3CBR%20%2F%3E%3CP%3E%3CSPAN%3EThank%20you%20for%20your%20reply.%3C%2FSPAN%3E%3C%2FP%3E%3CP%3EAs%20mentioned%20before%20I%20found%20the%20u-boot-imx%2F1_2020.04-r0%2Fgit%2Finclude%2Fconfigs%2Fimx8mq_evk.h%20file%2C%20but%20the%20content%20only%20shows%20%3CSTRONG%3Efdt_file%3C%2FSTRONG%3E%3Dimx8mq-evk.dtb%2C%20no%20%3CSTRONG%3Efdtfile%3C%2FSTRONG%3E.%3C%2FP%3E%3C%2FLINGO-BODY%3E%3CLINGO-SUB%20id%3D%22lingo-sub-1987563%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3ERe%3A%20How%20to%20change%20fdtfile%20and%20build%20image%3F%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-1987563%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CP%3EHI%26nbsp%3B%3CA%20href%3D%22https%3A%2F%2Fcommunity.nxp.com%2Ft5%2Fuser%2Fviewprofilepage%2Fuser-id%2F240135%22%20target%3D%22_blank%22%3E%40Ichi_%3C%2FA%3E%26nbsp%3B%3C%2FP%3E%0A%3CP%3EPlease%20use%20the%20latest%20uboot%20version%2C%20and%20change%20the%26nbsp%3B%20%22fdtfile%3Dimx8mq-evk.dtb%5C0%22%20%5C%20on%26nbsp%3B%26nbsp%3Bimx8mq_evk.h%20file.%3C%2FP%3E%0A%3CP%3EB.R%3C%2FP%3E%3C%2FLINGO-BODY%3E%3CLINGO-SUB%20id%3D%22lingo-sub-1987499%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3ERe%3A%20How%20to%20change%20fdtfile%20and%20build%20image%3F%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-1987499%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CP%3EHi%26nbsp%3B%3CA%20href%3D%22https%3A%2F%2Fcommunity.nxp.com%2Ft5%2Fuser%2Fviewprofilepage%2Fuser-id%2F202673%22%20target%3D%22_blank%22%3E%40pengyong_zhang%3C%2FA%3E%26nbsp%3B%3C%2FP%3E%3CBR%20%2F%3E%3CP%3EThank%20you%20for%20your%20reply.%3C%2FP%3E%3CP%3EWhat%20I%20want%20is%20that%20the%20fdtfile%20after%20bitbake%20imx-image-multimedia%20is%20%3CSPAN%3Eimx8mq-evk-dcss-adv7535.dtb%3C%2FSPAN%3E%20without%20having%20to%20modify%20it%20through%20uboot%20commands.%3C%2FP%3E%3CP%3EDo%20you%20know%20how%20to%20modify%20it%3F%3C%2FP%3E%3CBR%20%2F%3E%3C%2FLINGO-BODY%3E%3CLINGO-SUB%20id%3D%22lingo-sub-1987491%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3ERe%3A%20How%20to%20change%20fdtfile%20and%20build%20image%3F%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-1987491%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CP%3Ehi%26nbsp%3B%3CA%20href%3D%22https%3A%2F%2Fcommunity.nxp.com%2Ft5%2Fuser%2Fviewprofilepage%2Fuser-id%2F240135%22%20target%3D%22_blank%22%3E%40Ichi_%3C%2FA%3E%26nbsp%3B%3C%2FP%3E%0A%3CP%3EWhen%20you%20change%20the%20fdtfile%20in%20uboot%2C%20you%20should%20type%20%22saveenv%22%20command%20to%20save%20it%20.%3C%2FP%3E%0A%3CP%3EB.R%3C%2FP%3E%0A%3CBR%20%2F%3E%3C%2FLINGO-BODY%3E