Yocto project: meaning of machine file (.conf) variable

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

Yocto project: meaning of machine file (.conf) variable

386 次查看
rprronad
Contributor III

Dear Experts,

 I need some clarity about uboot configuration in the machine file(below) variable and its assignment.

1. UBOOT_CONFIG ??= "sd ${@bb.utils.contains('MACHINE_FEATURES', 'optee', 'sd-optee', '', d)}"

2. UBOOT_MACHINE

3. UBOOT_CONFIG[sd] =

for above variable i went through the yocto project mega manual, but i couldn't get clarity & purpose so someone plz tell me about those variables usage in the machine file.



Thanks & Regards,
Ravikumar

0 项奖励
5 回复数

346 次查看
rprronad
Contributor III

Hi @Chavira Thanks for your response. 


Yes, I'm referring the one of the MACHINE (.conf file), the notation of above function is different then Yocto documentation. 

So How the above function will works in the meta-layer for different storage (sd, qspi, emmc, etc)? 



Regards,

Ravikumar

0 项奖励

332 次查看
Chavira
NXP TechSupport
NXP TechSupport

Hi @rprronad!
Thank you for contacting NXP Support!

Sorry for my misunderstanding.

I recommend not modifying that file, by default the Yocto is configured for "SD card" That configuration works for eMMC and SD Card boot, to add another configuration you can do it local.conf file, the additional configurations depend on the machine that you are using.

Please check chapter 5.5 of our Yocto Users Guide "U-Boot configuration" to see the configurations available depending on the board that you are using

https://www.nxp.com/docs/en/user-guide/IMX_YOCTO_PROJECT_USERS_GUIDE.pdf

Best Regards!
Chavira

322 次查看
rprronad
Contributor III

Hi @Chavira 
Thanks for your response & sharing information.

1. Is there any shell script (.sh file) for copying the Linux source images(.dtb, zImage) into SD Card rootfs file system (EXT4, FAT) in the IMX6ULL Processor family?

 

2. What are all the procedure need to follow for the creation of SD Card ?

 

Thanks & Regards, 

Ravikumar 

 

 

0 项奖励

259 次查看
Chavira
NXP TechSupport
NXP TechSupport

Hi @rprronad! 

You can flash your board using the UUU tool.

 

You can download the UUU tool at the link below:

 

https://github.com/nxp-imx/mfgtools/releases/tag/uuu_1.5.165

 

The procedure for SD cards can be under the UUU tool or done manually following the steps described in our Linux User Guide.

 

https://www.nxp.com/docs/en/user-guide/IMX_LINUX_USERS_GUIDE.pdf

 

Best Regards!

Chavira

0 项奖励

368 次查看
Chavira
NXP TechSupport
NXP TechSupport

Hi @rprronad!

Thank you for contacting NXP Support!

 

Are you referring to a local.conf file?

 

You can see the function of the file in the Yocto documentation.

 

Best Regards!

Chavira