Tiny Core Linux

Tiny Core Base => Raspberry Pi => Topic started by: emz229 on February 03, 2013, 05:39:16 PM

Title: Getting Started with PiCore
Post by: emz229 on February 03, 2013, 05:39:16 PM
Greetings everyone! I have just switched from raspbian to PiCore and have to say Im very impressed with the 7 second boot time (to console) and see a lot of potential with this project! Im a little curious though about what the capabilities are of this simple install. I will be using the Pi for an embedded project, and would like to know what the kernel is capable of and how I would interface the GPIO pins. Any information on getting started from here would be much appreciated!  :D
Title: Re: Getting Started with PiCore
Post by: bmarkus on February 04, 2013, 12:52:24 AM
Hi emz229

welcome on board. While install is simple it doesn't mean it is less capable that more complicated and bigger systems :) Its kernel is practically the same 3.2.27 as Raspbian except miner differences required by piCore (for example no loop devices in Raspbian).

GPIO can be handled on the same way. Which language you are planning to use to manipulate GPIO?
Title: Re: Getting Started with PiCore
Post by: emz229 on February 04, 2013, 03:09:04 PM
I'm decent with c++ and currently learning the details with c. I've read about some people using perl but I don't know the first thing about perl. I guess the question is what language has the most capable libraries? Is there one that's easier to interface the hardware, and what's the data rate capability of the SDI pins? (I'm attempting fuel injection and there's a lot of sensors to gather data from and timing is critical.)
Title: Re: Getting Started with PiCore
Post by: Rich on February 04, 2013, 06:44:38 PM
Hi emz229
These might be of some interest to you:
http://codeandlife.com/2012/07/03/benchmarking-raspberry-pi-gpio-speed/
http://raspberrypi.stackexchange.com/questions/699/what-spi-frequencies-does-raspberry-pi-support
http://www.raspberrypi.org/phpBB3/viewtopic.php?f=44&t=24224
Title: Re: Getting Started with PiCore
Post by: bmarkus on February 04, 2013, 11:41:44 PM
Regarding HW details, see

http://www.raspberrypi.org/
Title: Re: Getting Started with PiCore
Post by: emz229 on February 05, 2013, 05:26:03 AM
Excellent resources guys thankyou! I will post details as the project progresses!  :D