Hacker News new | ask | show | jobs
by morganvachon 3376 days ago
According to the article, it wasn't a working laptop, he bought it off eBay for £15 as a parts machine. His only requirement was a working screen and keyboard since he planned to gut it for the Pi.

I was thinking about doing something like this myself a while back, and my oldest laptop, a Dell Latitude CPx with a PIII 500MHz CPU, would be ideal since I could reuse the power supply and batteries (it has two battery bays) with a simple charge controller/voltage converter. But, the laptop is in nearly mint condition and runs so well I can't bear to destroy it. It's easily as fast as the newest Pi, and it runs OpenBSD very well, which will likely never be ported to the Pi.

2 comments

Definitely get you on 'not fussing with it' and cost/effort - but for completeness:

There are other small SoC/Maker boards would fit the bill:

https://www.openbsd.org/armv7.html

And people are working on Pi support, after all:

http://marc.info/?l=openbsd-cvs&m=147059203101111&w=2

I was under the impression that Theo had put a hard "fuck no" on ever porting OpenBSD to the Pi until Broadcom fully opens up the hardware (full documentation and blob-free booting). While Broadcom has been releasing documentation, there are no official plans that I'm aware of for ever booting the Pi without the firmware blob.

Don't get me wrong, I will gladly welcome OpenBSD on the Pi if it ever happens; one of my favorite OSes on one of my favorite platforms. But I'm not holding my breath.

As for other SoCs/boards; there simply is no other board with the combination of support, community, power, cost efficiency, and versatility that the Pi enjoys. Pretty much any other SBC is lacking in one or more areas critical to making such an endeavor worthwhile. The only thing that comes close is the Nvidia Jetson TX2, and it's cost prohibitive for this kind of project when you can get a mainstream AMD64 ultrabook for half the price of that board alone.

Broadcom released documentation and driver source code for VideoCore in 2014 so it should be easier to port things to the RPi now: https://en.wikipedia.org/wiki/Free_and_open-source_graphics_...

AFAIK Linux distribution for the RPi still use the closed-source bootloader, which is some commercial RTOS that needs to sit on a FAT partition and runs on the VideoCore chip (!). There is work on a Free Software bootloader: https://github.com/christinaa/rpi-open-firmware

> According to the article, it wasn't a working laptop, he bought it off eBay for £15 as a parts machine. His only requirement was a working screen and keyboard since he planned to gut it for the Pi.

Ah, I missed that part and mistook "everything seems to be in order" to mean that this is a working laptop. My apologies.