Re: [beagleboard] Run any Linux Program?

2014-06-13 Thread David Goodenough
On Thursday 12 June 2014 16:25:19 wowrampa...@gmail.com wrote:
> I have 1 question before I buy a Beagle Bone Black. It might seem stupid,
> but does it run every linux program? I know it's a development board, and
> that's where I got confused.
Well it depends on what you mean by every.

Linux run much the same on all the different architectures it is built for,
which varies between little SoCs like the one at the heart of the BeagleBone
Black up to IBM mainframes.  The trick is to choose a distribution that 
builds packages not just for one architecture (such as the Intel 386 family)
but for all of them.  Fortunately Debian - the current default for BBB - does
exactly this.

There are some programs it makes no sense to run on a BBB.  Big databases
need lots of disk space, and the BBB only has limited NAND and SD cards or
USB attached devices  But in principle, provided the program has not been
written to be architecture dependant (like assuming a particular word length
or endianness) or hardware dependant for something that is not available
on the BBB (PCI cards or SATA disks for example) then you should be fine.

How fast it will run is another matter.  The BBB has limited CPU and memory,
and swapping to NAND or SD card is not a good idea.

So the real question is what do you want to run.  The answer is probably yes,
but give us some real examples.

David

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
"BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[beagleboard] Run any Linux Program?

2014-06-13 Thread wowrampalli
I have 1 question before I buy a Beagle Bone Black. It might seem stupid, but 
does it run every linux program? I know it's a development board, and that's 
where I got confused.

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
"BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.