Getting imx6 linux kernel from git

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

Getting imx6 linux kernel from git

851 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 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

Labels (1)
Tags (1)
0 Kudos
1 Reply

614 Views
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 Kudos