Posts with the tag Arch Linux ARM
Installing FHEM on Arch Linux (ARM) – On a UDOO in my case
Here are the steps required to install FHEM on Arch Linux:
# We start by updating our system first: pacman -Syyu # We install 'make': pacman -S make # Now we create the user / group: fhem / fhem groupadd fhem useradd \ --system \ --create-home...
First Tests with UDOO Quad
Serial Communication from UDOO to builtin Arduino Due
http://www.udoo.org/forum/viewtopic.php?p=5631#p5631
stty -F /dev/ttymxc3 cs8 115200 ignbrk -brkint -icrnl -imaxbel -opost -onlcr -isig -icanon -iexten -echo -echoe -echok -echoctl -echoke noflsh -ixon -crtscts
Specs for the UDOO Quad
Source: http://elinux.org/UDOO#UDOO_Quad
Freescale i.MX6Quad, 4 x ARM® Cortex™-A9 core @ 1GHz with ARMv7A instruction set
GPU...