LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware > Linux - Embedded & Single-board computer
User Name
Password
Linux - Embedded & Single-board computer This forum is for the discussion of Linux on both embedded devices and single-board computers (such as the Raspberry Pi, BeagleBoard and PandaBoard). Discussions involving Arduino, plug computers and other micro-controller like devices are also welcome.

Notices


Reply
  Search this Thread
Old 01-14-2015, 07:56 AM   #1
enine
Senior Member
 
Registered: Nov 2003
Distribution: Slackʍɐɹǝ
Posts: 1,486
Blog Entries: 4

Rep: Reputation: 282Reputation: 282Reputation: 282
Non Linux embedded/SBC/microcontrollers?


Is this a place or is there a better place to discuss systems such as microcontrollers which may not run Linux directly but we may do development/debugging/programming/etc on Linux.

I was looking at the Pic Microcontrollers again thinking my son may be interested in learning to program/build. They are too small and limited to run Linux themselves but Microchip has that mplab available for linux and I was researching to see what else might be available.

was wondering if this might be an appropriate place.
 
Old 01-14-2015, 08:43 PM   #2
michaelk
Moderator
 
Registered: Aug 2002
Posts: 25,680

Rep: Reputation: 5894Reputation: 5894Reputation: 5894Reputation: 5894Reputation: 5894Reputation: 5894Reputation: 5894Reputation: 5894Reputation: 5894Reputation: 5894Reputation: 5894
Check out ardunio. The development tools are open source java based. There are starter kits which might be what you are looking for.
 
Old 01-14-2015, 09:24 PM   #3
onebuck
Moderator
 
Registered: Jan 2005
Location: Central Florida 20 minutes from Disney World
Distribution: SlackwareŽ
Posts: 13,923
Blog Entries: 44

Rep: Reputation: 3158Reputation: 3158Reputation: 3158Reputation: 3158Reputation: 3158Reputation: 3158Reputation: 3158Reputation: 3158Reputation: 3158Reputation: 3158Reputation: 3158
Member response

Hi,

Possibly another one to look at: ODROID-C1 USA Vendor

Have fun & enjoy!
 
Old 01-15-2015, 06:51 AM   #4
enine
Senior Member
 
Registered: Nov 2003
Distribution: Slackʍɐɹǝ
Posts: 1,486

Original Poster
Blog Entries: 4

Rep: Reputation: 282Reputation: 282Reputation: 282
I've heard of the odroid, its a higher end running linux (I'm thinking of a U3 for my web server). I'm talking about simple controllers that can't run an OS like Linux like the Pic or Ardunio. Is there any interest in this, is a Linux forum like this a place where it could be discussed?
 
Old 01-15-2015, 07:44 AM   #5
rtmistler
Moderator
 
Registered: Mar 2011
Location: USA
Distribution: MINT Debian, Angstrom, SUSE, Ubuntu, Debian
Posts: 9,882
Blog Entries: 13

Rep: Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930
Within the LQ community there are the General forum (there's a Linux one and just a General one) and the Programming one where they're not specifically there for Linux. The issue with the General forum is that the topics are completely open. The issue with the Programming forum is that embedded questions may generally end up being referred back to this forum. Microchip is a good choice because MPLab is or was free whereas the Arduino stuff either has all kinds of complicated stuff you have to install just to use it, and then they limit the size of what you can compile. With Microchip I edit in emacs and then just use MPLab to program the device, or maybe debug too.

Once someone has an idea of non-OS embedded programming, I do also recommend looking at the Beaglebone to play with the interfaces like I2C, SPI, etc. I've found it helpful to be able to deal with those things under Linux as well as on the traditional embedded micros.

Linked In also has some very good embedded discussion groups.

My #1 recommendation for new learners of embedded is: "Don't use provided libraries!!!" Write your own code, it'll be smaller, likely more efficient, and you'll know exactly what it's doing, as well as learn by the act of doing it!!!"

Many's the time I've seen people make this cool little test invention just for the fun of it, but they get hung up because the I2C or UART is doing something weird and it ends up because they're using the system provided libraries (usually the free ones, commercially paid for ones actually aren't so bad and they have support).

That and buy/provide him with an O-Scope.
 
Old 01-15-2015, 08:55 AM   #6
onebuck
Moderator
 
Registered: Jan 2005
Location: Central Florida 20 minutes from Disney World
Distribution: SlackwareŽ
Posts: 13,923
Blog Entries: 44

Rep: Reputation: 3158Reputation: 3158Reputation: 3158Reputation: 3158Reputation: 3158Reputation: 3158Reputation: 3158Reputation: 3158Reputation: 3158Reputation: 3158Reputation: 3158
Moderator response

Quote:
Originally Posted by enine View Post
I've heard of the odroid, its a higher end running linux (I'm thinking of a U3 for my web server). I'm talking about simple controllers that can't run an OS like Linux like the Pic or Ardunio. Is there any interest in this, is a Linux forum like this a place where it could be discussed?
This forum is the right place for this type of discussion. Most devices of the type you are wanting to use will be interfaced to a system and not run the OS directly. You can get a variety of Ardunio interfaces that are supported and provide interactive expansion for the device.

Raspberry Pi has several interfaces supported sub-systems to provide the means of accessing the world. Homebrew is another way of developing interfaces for your control of a particular device.
Hope this helps.
Have fun & enjoy!
 
Old 01-15-2015, 09:50 AM   #7
enine
Senior Member
 
Registered: Nov 2003
Distribution: Slackʍɐɹǝ
Posts: 1,486

Original Poster
Blog Entries: 4

Rep: Reputation: 282Reputation: 282Reputation: 282
Thanks fellow slacker.

I'm interested in the stuff like Arduino and PIC and others. Used to mess around with the PIC in college and was into robotics, going to start playing around with it again.

I've downloaded Microchips MPLAB IDE, will go get the Arduino stuff now. There is a local computer store that added a hobby section that has ardiuno stuff, I'll have to run by there and have a look and see what all they have.

Just wondered if anyone else is interested or working on projects with these around here.

Ran over to the computer store at lunchtime and picked up a clearance Arduino micro. They also have some clones (inland) for really cheap as well.

Last edited by enine; 01-15-2015 at 12:39 PM.
 
Old 01-20-2015, 09:15 PM   #8
smeezekitty
Senior Member
 
Registered: Sep 2009
Location: Washington U.S.
Distribution: M$ Windows / Debian / Ubuntu / DSL / many others
Posts: 2,339

Rep: Reputation: 231Reputation: 231Reputation: 231
AVR is somewhat easier to develop for compared to PIC (in my experience)

Part of the reason is because of AVR-GCC
and a quite complete AVRLIBC available
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
SBC for embedded Linux project rowan.bradley Linux - Hardware 8 08-30-2011 10:20 PM
N00B help with an embedded SBC gints Linux - Newbie 4 07-18-2008 09:24 PM
ARM based WinCE/Embedded Linux Development Board (SBC) @ jointech.com.hk jointech Linux - Hardware 2 09-01-2007 12:44 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware > Linux - Embedded & Single-board computer

All times are GMT -5. The time now is 08:54 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration