In your mail you use the following to build:
make menuconfig ARCH=arm CROSS_COMPILE=arm-eabi-
To build the kernel don't include menuconfig so it should be like this:
make ARCH=arm CROSS_COMPILE=arm-eabi-
or
make menuconfig ARCH=arm CROSS_COMPILE=arm-eabi- uImage
make menuconfig ARCH=arm CROSS_
Hi Sowmya,
Have to tried checking the available branches in repository?? Clone
the entire repository and then issue a GIT BRANCH -a command and see
the available branches and then checkout the correspoding one
On Apr 14, 5:33 pm, sowmya l s wrote:
> Hi,
> I tried to do the following using rep