Live data from Hacker News

Linux on an 8-bit micro? (2012)

dmitry.gr

1–10 of 59 posts

Re: Linux on an 8-bit micro? (2012)

#3
"It is common to see newbies asking in microcontroller forums if they can run Linux on their puny little 8-bit micro. The results are usually laughter..."

The reason why...

"uARM is certainly no speed demon. It takes about 2 hours to boot to bash prompt ("init=/bin/bash" kernel command line). Then 4 more hours to boot up the entire Ubuntu ("exec init" and then login)."

It is so slow. Btw if you ever ask about system compiles of Elm on RaspberryPi which requires Haskell, you'll get similar responses.

Re: Linux on an 8-bit micro? (2012)

#6
post #3

"It is common to see newbies asking in microcontroller forums if they can run Linux on their puny little 8-bit micro. The results are usually laughter..." The reason why... "uARM is certainly no speed demon. It takes about 2 hours to boot to bash prompt ("init=/bin/bash" kernel command line). Then 4 more hours to boot up the entire Ubuntu ("exec init" and then login)." It is so slow. Btw if you ever ask about system…

Well, it's not so much that as the fact that Linux requires a 32-bit architecture (and preferably an MMU).

Re: Linux on an 8-bit micro? (2012)

#8
post #3

"It is common to see newbies asking in microcontroller forums if they can run Linux on their puny little 8-bit micro. The results are usually laughter..." The reason why... "uARM is certainly no speed demon. It takes about 2 hours to boot to bash prompt ("init=/bin/bash" kernel command line). Then 4 more hours to boot up the entire Ubuntu ("exec init" and then login)." It is so slow. Btw if you ever ask about system…

One is better using a programming language with a rich runtime when targeting such processors, but newbies aren't going to search for programming languages with bare metal toolchains.

Re: Linux on an 8-bit micro? (2012)

#9
More like Linux on 32-bit ARM, but running in an emulator on an 8-bit processor. I don't think this qualifies as “Running” Linux on an 8-bit processor.

I voiced the same complaint when somebody claimed to “run” Windows 3 on an Apple watch (IIRC), which also was achieved by running a standard PC-hardware emulator, and running Windows 3 on that.

These are somewhat interesting accomplishments, but the click-bait factor is high.

Post reply on HN