Hi all
please ignore previous mail ..
Referring the link for BeagleBoard xm
http://www.ibm.com/developerworks/linux/library/l-beagleboard-xm/
we have installed a "Basic image" of angstrom on it taken from this link
"Final image" of angstrom has been taken following the below link
http://processors.wiki.ti.com/index.php/Getting_Started_With_C6Run_On_Beagleboard
--------------------------------------------------------------------------------------------------------------------------------------------------------------
Now i want to recompile one kernel module for angstrom but i dont have source code/not even headers of kernel
available with me on BB ...to compile module for BB
Where
can i get angstrom source folder and how do i cross compile a kernel
module from ubuntu machine for Beagleboard arm machine
> --
> You received this message because you are subscribed to the Google Groups "Beagle Board" group.
> To post to this group, send email to beagl...@googlegroups.com.
> To unsubscribe from this group, send email to beagleboard...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/beagleboard?hl=en.
~/Git$ git clone git://gitorious.org/angstrom/angstrom-setup-scripts.git angstrom-setup-scripts
~/Git/angstrom-setup-scripts$ ./oebb.sh config beagleboard
~/Git/angstrom-setup-scripts$ ./oebb.sh updateNote that if you later switch platforms you need to manually delete the build/conf path, as the oebb.sh script does not create a new one if one already exists.
~/Git/angstrom-setup-scripts$ rm -Rf build/conf
ource the OpenEmbedded environment settings.
~/Git/angstrom-setup-scripts$ . ~/.oe/environment
~/Git/angstrom-setup-scripts$ bitbake base-image console-image
At this point, you will have a base console root filesystem and binary bootloader and kernel images in the angstrom-setup-scripts/build/tmp-angstrom_2008_1/deploy/glibc/images/beagleboard directory.
==============================================================================================================
Registered Office :
Flat No- 7,
73, Ashutosh Mukherjee Road,
Kolkata - 700025
ph : 08820074382 (preferred) / 09322156564
Ass No : 110720200429
Vat No. - 19415754062
> and after following these steps which take >24 hr i dont have angstrom
> source in my PC ..what i have is compiled image ...
> as i dont have knowhow of bitbake etc ..even ..please guide me if i am
> mistaken .....
see:
http://groups.google.com/group/beagleboard/msg/0898a8e9ce5af510
and yes, it takes long to build a full image, so just build
the kernel...
> Sorry kooyi ..perhaps i am not able to understand it ..
There's no 'y' in my last name.
> i have some confusion
[..]
> But I have already used below link ...which seem to suggest similar steps ...PLease correct me if i am wrong
> http://processors.wiki.ti.com/index.php/Getting_Started_With_C6Run_On_Beagleboard
Any wiki that provides "similar" steps is wrong and unsupported untill angstrom developers say otherwise. The instructions at http://www.angstrom-distribution.org/building-angstrom are maintained, checked regularly and kept up to date.
The above c6run wiki starts by pointing to the outdated git repo for the setupscripts, which doesn't bode well for the rest of the instructions.
regards,
Koen