How to automatically run program on Intel Galileo startup?
Hi all, Anyone did this before?I am using Eclipse to debug and run program on Intel Galileo gen2.However every time after I reboot the board the program will not start. I believe this need some...
View ArticleRe: DHT workaround for Galileo and Galileo Gen2 using 2 pins instead of one
There is only one way to connect a DHT22...Of course, the other proper solutiuon would be this:Don't use a Computer System (Galileo, BeaglBone, R-PI etc) when you really just need a Micro Controller...
View Articlehow to compile kernel
thank you for providing ~800MB of source code and patches. but where is a readme which i can follow to compile my own kernel with the config i want?
View ArticleRe: 10Gbps Thunderbolt networking for Windows 8.1 driver update? When?
@TeamBLU4KYou're right mate.It has been more than 3 years since Thunderbolt went out, and nevertheless it's not still usable between 2 PCs. I do not find it normal.Thanks for informing us of the...
View ArticleRe: unable to use IoT SDK under Linux
do i need to add some symbolic link to my python2.7 files ?
View ArticleRe: DN2820FYK no kb or mouse function after windows 7 repair disk is loaded
something very interesting.... I have my lg dvd drive and Logitech unifying receiver in the 2 usb 2 ports and my external hd on the usb 3 port. with this set up...when the repair disk loads...NO KB...
View ArticleRe: how to print on edison stdout via arduino IDE(sketch.elf)
Hi jzd, I was able to send to port ttyMFD2 the output of command date by using the Arduino IDE. I used the following command: system(“date >> /dev/ttyMFD2”); The idea of this is to send the...
View ArticleRe: Using Eclipse to build and debug projects for Edison.
Thanks for the link! Looks like it should have most of the information I am looking for Edit: One note on this. This document appears to be mainly for developing on a Linux Ubuntu setup, which I can...
View ArticleRe: how to print on edison stdout via arduino IDE(sketch.elf)
There are a few different things you can do. 1. Use what is there. That is, in the Arduino IDE source code for the function main, It sets up to have: everything that went to stdout goes to the...
View ArticleRe: Dedison, Hooking Edison to Anything voids warranty
That's a cute joke. And it also brings to mind that coming to a conclusions about a hardware problem over mail or forum thread is like diagnosing an illness without a medical workup.. This wouldn't...
View ArticleRe: Triple monitors not working with Intel HD 4000 on Lat E6430
Hello. I've read through this thread and have come to the conclusion that I cannot use a 3rd display because my built-in display is LVDS. My laptop is equipped with all a VGA port, HDMI port, and...
View ArticleRe: hi, my laptop is freezing at windows welcome screen mostly or desktop,...
I suggest you to check if there is a recent BIOS that needs to be installed on your system. Try installing our drivers by performing the manual procedure. Intel® Download Center Are you using the...
View ArticleUsing Cluster-on-die technology in latest Xeon E5 v3 CPUs
I am currently investigating how to enhance performance isolation and predictability on the latest Intel platforms.To this aim, I am envisioning to exploit the Cluster-on-die mechanism, but I have some...
View ArticleRe: I can't seem to install WiDi on my PC, I've used the driver update...
This is what I found after an internet search:http://www.partnerinfo.lenovo.com/partners/uk/products/thinkpad-yoga.shtml Datasheet:...
View ArticleRe: Any mini-PCIe cards with Bluetooth 4.1?
We at Intel always implement new technologies in our products; however, we do not comment on unannounced Intel products or future technologies until they are officially released.You may visit the...
View ArticleRe: Maximum USB Device Count on Intel 8 Series Controllers?
DH29, on 8 series motherboards, the limitation of end points is 96 as I mentioned it before. Bear in mind that each USB device can support multiple end points and how many end points can support vary...
View ArticleRe: intel edison mraa gpio output initial status
What @Intel_Peter suggests is correct, the initial 'mode' of a pin is pretty undefined behaviour and the only way to be certain is to set it at boot. Setting it early in the boot process would be ok as...
View ArticleRe: Build custom package in a new Yocto layer
In that case can you share your nano recipe? It sounds like make install didn't put the right bits in the right place, have a look at the tmp build directory hopefully everything is in the build dir...
View Article