Adafruit Releases Educational Linux Distro For Raspberry Pi
ptorrone writes "Open-source hardware company Adafruit has released a Linux Raspberry Pi distro for hardware hacking and teaching electronics. This distro comes with SPI, I2C, & OneWire WiFi. It also has some things to make overall hacking easier, such as sshd on startup (with key generation on first boot) and Bonjour (so you can simply ssh raspberrypi.local from any computer on the local network). The distro is called Occidentalis v0.1. Rubus occidentalis (the black raspberry) is derived from Raspbian Wheezy, and is available for download here."
Who would have thought it?
http://www.geoffreylandis.com
Adafruit are great. They produced an enhanced clone of the legendary Roland TB-303 bass synth and sequencer, then open sourced the circuit diagrams. Unlike the dozens of prevous 303 clones, they actually cloned the sequencer which was as essential to the appeal of the machine as the synth section.
I wish they would just recommend the ArchARM image already; the whole Arch philosophy syncs up so well with the Pi. What could they possibly offer that isn't easily "hackable" into a fresh install of just about any distro anyway? They recommend it as a learning tool when the true learning tool is being left with absolutely nothing at install. What teaches you more than leaving your partition table in shambles or getting a little too comfortable with sudo and mixing up the arguments to dd? In the end it doesn't make a whole lot of difference, but ArchARM has the ssh daemon running at startup (and doesn't the Debian image as well?): this isn't a feature.
Looks nice, but it seems the download link (Amazon S3 mirror) isn't working. I keep getting HTTP 403 Forbidden. Try back later I guess.
I was wondering what this is. Turns out slashdot/the submitter didn't understand "one wire, and wifi".
I love Adafruit. I love my Pi. But how is this news. Its just a slightly modified distro with a couple of extra kernel drivers compiled up. If they'd built them as DEBs then they could have just been dpkged in to wheezy anyway.
...is support for SPI and I2C. I'm hoping they've also applied (and tested) some of the latest kernel patches for GPIO interrupt support for the Pi. Only thing that makes this news for me is that I don't have waste the time side-building my own distro to get all this working (not to mention having a friendly ARM cross compiler, although crosstool helps with that immensely). I've grown really lazy as my years in Linux usage increase. Let the development begin.
Let me know when I can have one of these delivered next day via amazon, until then I don't care about the PI.
Got Code?