Getting imx6 linux kernel from git

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

Getting imx6 linux kernel from git

1,536件の閲覧回数
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 返信

1,299件の閲覧回数
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 件の賞賛
返信