I'm attempting to install a modern embedded linux OS on a 3.5" single-board computer (SBC), made by Advantech, the PCM-9375. It uses an AMD Geode processor, and has lots of connectors, but the main one we need is the PC/104 connector, because we have a PC/104 board for a laser rangefinder we use. After some investigation, I found that Cliff Blake at BEC systems has successfully used OpenEmbedded and the Anstrom distribution on this SBC. I'm going to attempt the same thing myself, then go beg for help. :) First, I upgraded my box to Ubuntu Hardy Heron, 8.04 Next, follow the Anstrom build page : Get bitbake and OpenEmbedded I look at the GettingStarted wiki page , and it points to OE and your Distro , which says make sure Dash is not /bin/sh. It was on my system, so I did: " sudo dpkg-reconfigure dash " and select No when it asks you to install dash as /bin/sh. as instructed. Next install a bunch of stuff. I checked these off in System .. Administration .. Synaptic
Comments