Where LOADADDR is being used?

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

Where LOADADDR is being used?

Jump to solution
2,015 Views
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

Labels (1)
Tags (1)
0 Kudos
1 Solution
1,467 Views
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

View solution in original post

0 Kudos
3 Replies
1,467 Views
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 Kudos
1,468 Views
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 Kudos
1,467 Views
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 Kudos