Kernal compile

Hello Everyone

I build kernel according elinux
http://elinux.org/BeagleBoard#Linux_kernel

I tried cross-compile.
There was a error “not find arch/armconfigs/omap3_beagle_defconfig”.
So I tried
make ARCH=arm CROSS_COMPILE=arm-linux- omap2plus_defconfig

completed compile copy and boot.

But It has stoped.

[ 2.344726] mmcblk0: mmc0:e624 SU04G 3.69 GiB
[ 2.366516] mmcblk0: p1 p2

Do you have any advice.

CROSS_COMPILE=arm-linux- ?? And where is your root file system ??

Thank you,

Johnson

Quoting "Johnson Easow - ERS, HCL Tech" <Johnson.Easow@hcl.com>:

CROSS_COMPILE=arm-linux- ?? And where is your root file system ??

Why would you need to rebuild the Root FS if you just want to modify the kernel on a existing image?

I asked where is your root file system located, and not about rebuilding it.

Thank you,
Johnson

Quoting "Johnson Easow - ERS, HCL Tech" <Johnson.Easow@hcl.com>:

I asked where is your root file system located, and not about rebuilding it.

Telling by the history[1] I guess he already has a prebuilt root FS and just wants to compile a new kernel configuration. So in my opinion there is no relevance either in the root FS location nor building the root fs. But I might be wrong.

[1] http://groups.google.com/group/beagleboard/browse_thread/thread/ff00439c933e0ac6

Hello Easow
Hello Niederer again

Sorry for the little explanation.
I was, “Build an Ubuntu root file system with RootStock” according to article, I made the SD card of Ubuntu.
And it works fine.

The first partition
MLO
boot.scr
uEnv.txt
uImage
uInitrd

The second partition
There is rootfilesystem.

I was in the process of following.
ln -s arm-linux-gnueabi-gcc arm-linux-gcc
and another is the same

I want to control the pinmux from the kernel. It rebuilded the kernel.
So,I just swaped uImage to rebuild the kernel.

Location stopped, but maybe in the init process of the root file system, modified only uImage.

Little funny that both boot.scr and uEnv.txt are present. Can you post
the bootargs?

Thank you,
Johnson

The guide he's using has uEnv.txt setup to run boot.scr... :wink:
http://elinux.org/BeagleBoardUbuntu#U-Boot_Boot_Scripts

Not all boards in u-boot support using uEnv.txt..

Regards,