Where LOADADDR is being used?

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

Where LOADADDR is being used?

跳至解决方案
2,027 次查看
maniam
Contributor I

I am following the instructions in this link to change the Linux kernel configuration in NITROGEN6X board from Boundary Devices. My question is about exporting the LOADADDR in line 6.

rrrr.png

As far as I remember, LOADADDR variable is needed in creating a uImage in 'make uImage' command. But we are not making a uImage here. Where exactly the LOADADDR is being used? More specifically in which make command?

make zImage

make modules

make dtbs

make -C ubuntunize tarball

- Mani

标签 (1)
标记 (1)
0 项奖励
1 解答
1,479 次查看
gary_bisson
Senior Contributor III

Hi,

This post is outdated. The LOADADDR is indeed useless here. It will be updated within two weeks.

Regards,

Gary

在原帖中查看解决方案

0 项奖励
3 回复数
1,479 次查看
gusarambula
NXP TechSupport
NXP TechSupport

Hello Mani Amoozadeh,

Indeed zImage does not require the LOADADDR parameter as far as I know.

Perhaps it was kept there from previous documents from where this document is based. However, I would ask people from Boundary Devices to be sure.

gary_bisson would you know why this parameter (LOADADDR) is kept on the document below when making zImage?

https://boundarydevices.com/ubuntunizing-i-mx6-kernels/

Regards,

0 项奖励
1,480 次查看
gary_bisson
Senior Contributor III

Hi,

This post is outdated. The LOADADDR is indeed useless here. It will be updated within two weeks.

Regards,

Gary

0 项奖励
1,479 次查看
maniam
Contributor I

Thanks! I have one more question about the above commands. I have created a new question about it here: https://community.nxp.com/message/845384 

0 项奖励