Hi there,
I cloned the OMAP kernel repsitory from tmlind and checked out in the
tag v2.6.33-rc8
so I did some pin mux config in the arch/arm/mach-omap2 :
board-omap3beagle.c
then I used the default kernel configuration:
make ARCH=arm CROSS_COMPILE=arm-none-linux-gnueabi- distclean
make ARCH=arm CROSS_COMPILE=arm-none-linux-gnueabi-
omap3_beagle_defconfig
make ARCH=arm CROSS_COMPILE=arm-none-linux-gnueabi- menuconfig //
in here I set everything that has to do with usb/ethernet adapters to
be built with the M (not built-in) I also activated the kernel pin mux
configuration.
make ARCH=arm CROSS_COMPILE=arm-none-linux-gnueabi- uImage modules
I got uImage in the folder arch/arm/boot
then I do
make ARCH=arm CROSS_COMPILE=arm-none-linux-gnueabi-
INSTALL_MOD_PATH=/media/rootfs modules_install
okay...I copied the uImage to my SD card as well...ands then when I
turn beagle board on I get:
## Booting kernel from Legacy Image at 80300000 ...
Image Name: Linux-2.6.33-rc8-dirty
Image Type: ARM Linux Kernel Image (uncompressed)
Data Size: 1947012 Bytes = 1.9 MB
Load Address: 80008000
Entry Point: 80008000
Verifying Checksum ... OK
Loading Kernel Image ... OK
OK
Starting kernel ...
Uncompressing Linux... done, booting the kernel.
AND IT FREEZES HERE....no idea what I did wrong...it's been 15minutes
and no response..from the board...I will give it some more time..
I have the board connected also to a digital monitor and the screen is
orange...so, it seems no kernel panic has occured....
I don't know what to do....any thoughts??
thank you very much, in advance.
Saul Andrade