DEPMOD 3.10.53-1.1.0_ga-wandboard-06048-g286b4ef-dirty

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

DEPMOD 3.10.53-1.1.0_ga-wandboard-06048-g286b4ef-dirty

314 Views
srinivasaporam
Contributor II

Hi,

We have got linux source code which we are cross-compiling and then deploying it to the SD card.

We are using following steps:

export CC=`pwd`/gcc-linaro-arm-linux-gnueabihf-4.9-2014.09_linux/bin/arm-linux-gnueabihf-

make ARCH=arm CROSS_COMPILE=${CC} distclean

make ARCH=arm CROSS_COMPILE=${CC} wandboard_defconfig

make ARCH=arm CROSS_COMPILE=${CC}

from this we are getting .config file, zImage etc.

then we are compiling modules as below:

make ARCH=arm CROSS_COMPILE=${CC}

sudo make ARCH=arm CROSS_COMPILE=${CC} INSTALL_MOD_PATH=/media/rootfs/ modules_install

then in /media/rootfs/lib/modules it is creating  '3.10.53-1.1.0_ga-wandboard-06048-g286b4ef-dirty' folder .

Why it is creating -dirty folder. What is wrong we are doing. how to resolve this issue.

this is creating problem how resolve this.

Labels (2)
0 Kudos
0 Replies