-
Access main menu:
Alt+F1 -
Open Terminal:
�Ctrl+Alt+T -
Fullscreen window toggle:
F11 -
Package manager
apt-getintro and handy stuff
- Setup Linux - handy link - the setup guide PDF
- Either use a SD Card or a micro USB. If so, go with this guide to connect the pcDuino to the PC.
- Grab latest v2 Kernel image from the pcDuino homepage.
- Grab latest Ubuntu +
update.shrepo from pcDuino homepage (same link) - Burn Kernel with Win32DiskImager on the SD Card.
- Insert SD Card into the pcDuino
- Power up board. RX LED will stay off. TX LED will blink slowely during burning, stop blinking when completed or blink rapidly when it failed.
- Either format SD card (Windows) or use PhoenixCard 3.06 (or similar) to "Format to normal"
- Copy Ubuntu +
update.shonto the SD Card (may take a while) - Insert the SD into the pcDuino
Now Linux/(L)Ubuntu 12.04 LTS should be accessible.
- Setup Wifi (lower right corner or just main menu und connection setup)
- Set keyboard to German (or whatever) layout
dpkg-reconfigure keyboard-configuration - Install Aptitude
sudo apt-get install aptitude sudo apt-get update(may take a while)- Install nano to make your life easier:
sudo apt-get install nanoorsudo aptitude install nano
We will then have: Linaro 12.07
- Setup
lirclike in this guide:sudo apt-get install lirc && sudo apt-get install lirc-x. If something went wrong through configuration, reconfigure it withsudo dpkg-reconfigure lirc - Add a Lirc > XBMC mapping file (to map Lirc/IR/remote buttons to XBMC buttons)
sudo touch .xbmc/userdata/Lircmap.xml - Search up the XBMC Buttons
- Search up the Lircd Button conf file:
cat /etc/lirc/lircd.conf. In there you will find oneincludethat points to example to/usr/share/lirc/remotes/asus/lircd/conf.asusdh. Justcatthe contents. Thenamefor each remote in that file will be thedevicein theLircmap.xmlfile for XBMC. Example: `sudo nano .xbmc/userdata/Lircmap.xml:
<lircmap>
<remote device="AsusDH">
<left>REV</left>
<right>KEY_FORWARD</right>
</remote>
</lircmap>
-
Yamaha - converting lirc codes tutorial, existing remote mappings, lirc on Pi tutorial, XBMC lirc setup
-
Additional Save some space and remove orphaned and not longer installed packages:
sudo apt-get autoclean && sudo apt-get autoremove
| Task | Power LED | TX LED | RX LED |
|---|---|---|---|
| Board boot up | On | Off | Off |
| Board boot up to Ubuntu | On | On | On |
| Good working board | On | On | On |
Board production date newer than 4th April 2013
| Linux Kernel | Power LED | TX LED | RX LED |
|---|---|---|---|
| Linux kernel is burning to flash | On | Blink Slowly | Off |
| Linux kernel burning is complete | On | Off | Off |
| Linux kernel burning is failed | On | Blink rapid | Off |
| Linux kernel is updated, wait for Ubuntu update | On | Blink slowly | On |
| Ubuntu | Power LED | TX LED | RX LED |
| Ubuntu image is burning to flash | On | Blink rapid | On |
| Ubuntu image burning is complete | On | Blink slowly | Blink slowly |
| Ubuntu image burning is failed | On | Blink rapid | Blink rapid |
Board production date older than 4th April 2013
| Linux Kernel | Power LED | TX LED | RX LED |
|---|---|---|---|
| Linux kernel is burning to flash | On | Off | Off |
| Linux kernel burning is complete | On | Off | Off |
| Linux kernel burning is failed | On | Off | Off |
| Linux kernel is updated, wait for Ubuntu update | On | Blink slowly | On |
| Ubuntu | Power LED | TX LED | RX LED |
| Ubuntu image is burning to flash | On | Blink rapid | On |
| Ubuntu image burning is complete | On | Blink slowly | Blink slowly |
| Ubuntu image burning is failed | On | Blink rapid | Blink rapid |