Getting imx6 linux kernel from git

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

Getting imx6 linux kernel from git

1,071 次查看
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 git clone/checkout.

rrrr.png

The above commands ask to clone the whole repos and then checkout to one specific branch. So basically we have to download more than 1 GB of data and checkout to one branch. What I did was to go to the github repos and find the branch that I am looking for and download a zip of it. Everything goes well except the last command (make -C ubuntunize tarball). It gives me the following errors:

hhhhhhh.png

Interestingly, if I clone and then checkout, then everything compiles and the final tarball is created successfully. why is that?

Note: I am using the "boundary-imx_3.14.28_1.0.0_ga" branch.

- Mani

标签 (1)
标记 (1)
0 项奖励
回复
1 回复

834 次查看
gary_bisson
Senior Contributor III

Hi Mani,

It sounds like you haven't built your modules... Are you sure you've issued the following command before the ubuntunizing?

make zImage modules dtbs

Regards,

Gary

0 项奖励
回复