So far my adventures with the Beaglebone Black left something to be desired, so I decided to make my own ARM tool chain and try to get Fedora 20 to run properly on it. The easiest way to prepare code for the BBB is with Qemu. This way, one can make a native ARM system for test and debug on a fast computer and then one can simply copy the resultant programs over to the slow little BBB. Well, that is the idea anyway. Qemu On a Mac, installing Qemu is an adventure in and of itself, so I eventually called it quits and rather installed it on a Fedora 20 virtual machine on the Mac - a virtual machine inside a virtual machine. It makes my head hurt just to think about the computing contortions required underneath it all, but if it works, it works - except when it doesn't wanna... Therefore, start here: http://www.aeronetworks.ca/2014/01/fedora-20-on-virtualbox.html Instaling Qemu on Fedora is super simple, since it is very well supported: # yum install qemu -y which...
Autonomous planes, trains and cranes...