Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[ARM® Cortex™]: Anyone play with the beagleboard yet?
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Gentoo on Alternative Architectures
View previous topic :: View next topic  
Author Message
second_exodous
Guru
Guru


Joined: 09 May 2003
Posts: 479
Location: Salt Lake City, UT USA

PostPosted: Thu Jul 17, 2008 2:52 am    Post subject: [ARM® Cortex™]: Anyone play with the beagleboard yet? Reply with quote

I was wondering if anyone has gotten Gentoo on the beagleboard up and running.

I'm not sure how easy they are to get a hold of, but the Open Pandora project uses the beagleboard with a gpu capable of opengl. Here are the specs for those not wanting to click on the link:

* ARM® Cortex™-A8 600Mhz+ CPU running Linux
* 430-MHz TMS320C64x+™ DSP Core
* PowerVR SGX OpenGL 2.0 ES compliant 3D hardware
* 800x480 4.3" 16.7 million colours touchscreen LCD
* Wifi 802.11b/g, Bluetooth & High Speed USB 2.0 Host
* Dual SDHC card slots & SVideo TV output
* Dual Analogue and Digital gaming controls
* 43 button QWERTY and numeric keypad
* Around 10+ Hours battery life

It will be out in a month or so, it sounds like the guys making it are doing it out of their basement, which is cool. There are tons of youtube videos, I have no idea what Linux they will be running, but if it's possible I'd like to get rid of what they have and run Gentoo on it.

I'm a n00b, I've been running Gentoo for years now but still hit snags and so fourth, so I'm not comfortable doing this on my own. Anyone want to get one at the same time as me and try this out? I thought maybe this would be a cool toy to get if you can't use Freerunner in your country.

I feel like I'm going to get some pretty negative responses, but I have to remember that the Gentoo forums are what switched me to Linux.

Just a thought,
Stan
Back to top
View user's profile Send private message
poly_poly-man
Advocate
Advocate


Joined: 06 Dec 2006
Posts: 2477
Location: RIT, NY, US

PostPosted: Thu Jul 17, 2008 3:42 am    Post subject: Reply with quote

crossdev an arm toolchain, build a stage tarball (or hope someone's done that), and make sure the bootloader will talk to the kernel.

No biggie...

Oh, and ask that pandora project for driver sources/binaries :D - it should run just fine, but it might take extra to support opengl.

EDIT: wait a minute - these are two different projects, with two very different sets of hardware... right?

poly-p man
_________________
iVBORw0KGgoAAAANSUhEUgAAA

avatar: new version of logo - see topic 838248. Potentially still a WiP.
Back to top
View user's profile Send private message
second_exodous
Guru
Guru


Joined: 09 May 2003
Posts: 479
Location: Salt Lake City, UT USA

PostPosted: Fri Jul 18, 2008 1:22 am    Post subject: Reply with quote

Well, they are, but they used the beagleboard as the reference for their design. As far as I can tell they use all the same hardware, so whatever works for beagleboard will work for the Pandora.
Back to top
View user's profile Send private message
orvtech
Tux's lil' helper
Tux's lil' helper


Joined: 28 Aug 2004
Posts: 115
Location: US. Florida

PostPosted: Thu Aug 21, 2008 6:32 pm    Post subject: Reply with quote

are there any advances on this topic ?
_________________
http://orvtech.com
http://www.linuxevolution.org
Back to top
View user's profile Send private message
FHavlak
n00b
n00b


Joined: 08 Oct 2008
Posts: 2

PostPosted: Wed Oct 08, 2008 9:58 pm    Post subject: Reply with quote

I purchased a Technologic Sysems TS-7800 ARM9 based SBC, the dev kit includes a completely functional and setup Debian installation. Pretty slick package.

It's going to be my main source of computing power for several robotics projects.

http://www.embeddedarm.com/products/board-detail.php?product=TS-7800
Back to top
View user's profile Send private message
orvtech
Tux's lil' helper
Tux's lil' helper


Joined: 28 Aug 2004
Posts: 115
Location: US. Florida

PostPosted: Wed Oct 08, 2008 10:01 pm    Post subject: Reply with quote

FHavlak wrote:
I purchased a Technologic Sysems TS-7800 ARM9 based SBC, the dev kit includes a completely functional and setup Debian installation. Pretty slick package.

It's going to be my main source of computing power for several robotics projects.

http://www.embeddedarm.com/products/board-detail.php?product=TS-7800
just out of curiosity ... why that one instead of a beagle board ?
_________________
http://orvtech.com
http://www.linuxevolution.org
Back to top
View user's profile Send private message
FHavlak
n00b
n00b


Joined: 08 Oct 2008
Posts: 2

PostPosted: Thu Oct 09, 2008 1:29 pm    Post subject: Reply with quote

orvtech wrote:
FHavlak wrote:
I purchased a Technologic Sysems TS-7800 ARM9 based SBC, the dev kit includes a completely functional and setup Debian installation. Pretty slick package.

It's going to be my main source of computing power for several robotics projects.

http://www.embeddedarm.com/products/board-detail.php?product=TS-7800
just out of curiosity ... why that one instead of a beagle board ?


Well, for starters I didn't see the beagleboard until now, and it looks like a decent alternative, but there are a couple reasons I'd probably still go with the TS-7800.

First, there exist a good number of daughterboard peripherals that operated on the PC 104 bus. For my projects I am anticipating having to manage a large number of sensors, and with the TS-7800 I can just add a daughterboard that has 24 12 bit ADC channels, that I can communicate with at 2 million samples per second.

Second, even with a PC 104 bus taking 64 pins of the 104 pin connectors, I've got a ton of general I/O pins available.

Third, before I purchased I had a few questions. My emails were answered by engineers in a very timely manner, and this is after they knew I was a hobbyist and not some guy planning to order ten thousand units.


That said, the beagleboard has advantages also:

dedicated I2C and SPI available ... easy high-speed communication with peripheral devices. It'd be fairly easy to go to digikey and find the parts you need to put together a simple many-channel ADC to communicate over I2C or SPI. It'd also be easy to get a ton of analog out channels that way. on the TS-7800 I don't have dedicated I2C. I can implement it in software and use one of the GPIO pairs, but I wouldn't be able to achieve the speeds that a dedicated I2C bus would. Instead, I'm mucking around looking at usb -> spi or i2c solutions.

Cheaper.

Faster processor (although I think that even the 500 mhz ARM9 will be overkill for what I'm working on).

At a glance, the beagleboard has better documentation.

I don't know. If I had known about the beagleboard, I might have gone with it. Hell, if I have a ton of problems with the TS-7800 I might grab a beagleboard anyway.

Looking at the beagleboard wiki, it looks like what's currently available (rev b) from digikey has a number of issues. If I decide to get one to play with it'll be after the community is sure that everything works.
Back to top
View user's profile Send private message
viridior
n00b
n00b


Joined: 08 Oct 2008
Posts: 2
Location: Alexandria, VA

PostPosted: Fri Nov 14, 2008 11:44 pm    Post subject: Gentoo Pandora Reply with quote

There is a project underway to get Gentoo on the pandora, still alpha since the pandora is not even out yet. https://launchpad.net/gentoo-arm-pandora
Back to top
View user's profile Send private message
ssvb
Tux's lil' helper
Tux's lil' helper


Joined: 06 Nov 2003
Posts: 96

PostPosted: Sun Apr 26, 2009 8:48 am    Post subject: Reply with quote

I just got gentoo installed my new beaglebord revision C (now it has 256MB of RAM and USB host added). Actually it wasn't a big accomplishment in any way because the process of installation is just as easy and straightforward as installing gentoo on desktop. There is ARM stage3 tarball available on gentoo mirrors.

It seems to be running fine and the amount of RAM is just enough for everything. It can be used as a normal desktop PC without any kind of embedded/crosscompilation magic :)
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Gentoo on Alternative Architectures All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum