> Hi all,
>
> I'm stuck with how to get cross compiling environment running for
> beagle board on Ubuntu Linux.
> I've been using Linux for few years already, so I'm fairly familiar
> with working in the OS, but never really used it for any "serious
> development". (I have only made c++/Qt programs, but setting that up
> was just matter of apt-get...)
>
> Thus, I'm completely lost what I should do to get cross compiling
> environment running for Beagleboard/Angstrom.
> My BB is running Ansgrom from SD card that came with the device, and I
> can login to the OS ok via serial port.
> Can you provide simple instructions and necessary information in
> general to cross compiling ?
>
> I tried following instructions in http://www.angstrom-distribution.org/building-angstrom
> and have cloned the setup scripts, and executed
> "./oebb.sh machine beagleboard" and "./oebb.sh update" - but after
> this I don't understand what I should do.
Follow the rest of that guide, you stopped halfway step 2
i. Select the “Help->About Eclipse SDK” menu option
ii. The About dialog displays icons representing all plugins which are part of Eclipse.
i. Select the “Help->Install New Software…” menu option
ii. Select “Work with: All Available Sites” from the site list near the top of the dialog
iii. Select “Programming Tools->Eclipse C/C++ Development Tools” from the software list.
iv. Follow the dialog steps to install the tools.
i. cd /usr/lib
ii. sudo tar xzf ~/Downloads/qt-eclipse-integration-linux-x86-<version>.tar.gz
i. eclipse –clean
ii. Exit eclipse
i. cd /
ii. sudo tar –xjvf pathname/to/your/Angstrom/toolchain/tarball
i. File->New->C Project
i. Build Configurations->Manage…
ii. Select “New”
iii. Set the Name: to BeagleBoardRelease
iv. Set the Existing configuration to “Release”
v. Press “OK” and “OK” to leave the dialog
i. Select Properties
ii. Select C/C++ Build->Settings
iii. Reset the GCC C Compiler “Command:” to
/usr/local/angstrom/arm/bin/arm-angstrom-linux-gnueabi-gcc
iv. Add the following include path to the “Directories”
/usr/local/angstrom/arm/arm-angstrom-linux-gnueabi/usr/include
v. Reset the GCC C Linker “Command:” to
/usr/local/angstrom/arm/bin/arm-angstrom-linux-gnueabi-gcc
vi. Add the following library path to the “Libraries”
/usr/local/angstrom/arm/arm-angstrom-linux-gnueabi/lib
vii. Reset the GCC Assembler “Command:” to
/usr/local/angstrom/arm/bin/arm-angstrom-linux-gnueabi-as
i. Right-click on the “HelloBeagle” project folder
ii. Select “Build Configurations->Set Active->BeagleBoardRelease”
--
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.
08/13/2011 06:29 PM keltez�ssel, David Brault �rta:
> I got Angstrom booting on my BB-xM with DVI output, but I have run
> into a problem in attempting to change the output to s-video (for
> "Myvu Crystal personal media viewer" video glasses, which accept RCA
> composite video).
>
>
I have a beagleboard xm rev C too and I want to use it with an S-video
lcd display.
I use buildroot, I can make a system to works well on s-video, but eth
cannot works.
Unfortunately the original and Ubuntu kernel images isn't contains
/proc/config.gz, so I cannot get a good .config.
When I try to stand up eth0 with
ifconfig eth0 up it says: no such device
usb0 can start, but it cannot connect, because its want to use OTG port.
What is the magic with the ethernet on BB? What driver needs to load?
Where can I download a_working_ kernel config?
I found a lot of config files, but none of them can works on eth:(
-- thx Zoltan (Zamek) Zidarics programmer email:zam...@gmail.com
skype:zamek_z