Hi,
I got new beagle board-xM A3 rev.And i came to know that
there is no nand flash device on this board.I got 4GB mmc/sd card with
this board and it contains MLO,ramdisk.gz ,uImage and user.scr in its
first partition and root file system in its second partition.If I used
the uImage which came with board it works fine but I swapped with my
own linux kernel image It wont work and it will stop at uncompressing
linux.So can anyone please let me know the full procedure of booting
the board with new image.
Hi trey,
Ya the kernel which I compiled.I want that one to port on the
beagle board.I configured the kernel according to my project.So can
you please guide me how to do that.
Regards,
RV
You said you compiled a kernel. Did you compile the kernel on the
BeagleBoard or did you compile it on your Linux PC? If you compiled
it on your linux PC did you use the Angstrom toolchain to do it? http://www.angstrom-distribution.org/toolchains/
Why was it necessary to compile the kernel, what features were you
missing? Just curious.
I want to get kernel source to compiler for BB-xM too.
But I'm not see kernel source for BB-xM.
Do you have offer kernel source for user?
If I have kernel source code that I can build device driver on BB-xM.
beacuse it need kernel files to build.
Thanks.
I used the tool chain arm-2010q1-202-arm-none-linux-gnueabi-i686-
pc-linux-gnu.tar.bz2 to compile the linux.2.6.32 version.Is it
necessary to use the tool chain u mentioned above.
Regards,
RV