Looking at my diagram J1 is for the battery of the real time clock , so you may have just killed off the RTC , But if you have connected your udoo...
try posting your env variables .. printenv
To make it boot from sata you use the uboot env variables :- setenv sataroot "/dev/sda1" setenv satadev 0 setenv satapart 1 setenv loaduimagesata...
From what can work out on my Debian system , this is with jp19 ? on :- ttymxc1 , is the serial micro usb connection ( cn6 ) , terminal debug .. (...
I think you will not be disappointed with the udoo if you want a good all-round multi use system and don`t start comparing it to single use boxes,...
I really don`t understand node.js / node-red right now or it could just be me not upstanding how it should be used. From my first attempt at...
Try installing usbutils , an using lsusb and see if you have a :- Bus 002 Device 005: ID 148f:5370 Ralink Technology, Corp. RT5370 Wireless...
I would say any quad core like the udoo is going to be better . The advantage are :- Double the ram of the PI a full 1 gb . A sata interface so...
The only way I found to backup uboot was printenv and work out how to put them back the same way. I made a set of rules how to do it , which I...
Network routing can be a complex subject matter , so I will give the bit you need to know. You are setting up what`s known as a private class C...
I think the two displays are a hdmi monitor and the panel , I guess it`s like having mouse / mices connected . There is not many hdmi touch screen...
Been playing with node-red the last couple of days , which is a bit of a resource hog to me. Using nearly a full core and 51 % memory to cycle a...
If I get the time tomorrow I will install the Ubuntu 12.04 LTS image on a spare SD card and see if I can install node.js with the same method...
No ... I`m running Debian wheezy . Yes ... You do need to use the "--without-snapshot" option , without it everything I tried give a segment fault...
I installed http://nodejs.org/dist/node-latest.tar.gz last night on my Debain udoo , I had a problems with segment faults at first , but found...
I installed node.js / johnny-five / node.red last night , and they look like a interesting way to control the udoo arduino side via firmata. I`m...
or if you don`t want to wait that long try using all 4 cores , which turns that 40 minutes to just over 10. try using "make -j4" instead of...
Did you get anywhere with this ? , sound like a good project to get working on the udoo.
YES and NO The IP address is never 0 or 255 for the last octave, so should be 192.168.0.1 to 254 , This is the way to get to the outside world...
I change "/etc/network/interfaces" use this for DHCP auto lo eth0 iface lo inet loopback iface eth0 inet dhcp And this for static auto lo eth0...
Separate names with a comma.