Re: Edison Breakout Board + Arduino-Intel IDE (Is it possible?)
Mikalhart and KurtE,Thanks for the explanation! I reset the loop counter from 10 to 10,000 and commented out the delay, and it finished all 10K loops in about 3 seconds. But it DID push the prints to...
View ArticleRAID upgrade
Hi,My old motherboard has died. It was hosting Intel Core Duo 2 processor and a 4xSATA RAID 10 volume, based on ICH7R controller. I am now looking at upgrading my machine with a new board &...
View ArticleRe: Intel AC7260 limited access after sleep
Hahaha. Tried that over a year ago when the card was first released. I think it may have boosted disconnection times from 30 seconds to a full 45! Maybe a success story by Intel standards but Not for...
View ArticleRe: How can I find out the CPI per instruction of a i7-4700HQ?
This is what i was looking for! Thank You!
View ArticleRe: Intel AC7260 limited access after sleep
P.S. I'm running Windows 8. And as a preemptive response for the next silly retort, reading through the forums shows the issue affects both older laptops as well as newer models which actually came...
View ArticleRe: Sharing information about compiling Edison OS with Yocto.
I had built the BSP standard image for 3+ times in different situations including new installed Ubuntu12, but no success.Many times I saw the error was happened around the "libwebsockets",anyone can...
View ArticleRe: Intel® Iris™ and HD Graphics Driver update posted for Haswell and Broadwell
Hi Robert_U, thank you for posting this update and details. Could you please help with addressing these issues? Critical Issues with Intel HD4600 Graphics Drivers 15.36.7.3960
View ArticleRe: Critical Issues with Intel HD4600 Graphics Drivers 15.36.7.3960
Additional info, have also tried all different options/combinations of settings related to Sleep, ie hybrid sleep On/Off, Hibernate On/Off, and also related to USB ports, ie USB Selective Suspend...
View ArticleRe: D54250WYKH Wireless mouse & keyboard issues
Sorry didn’t notice this reply - I think I’d lost interest in this thread as there was little helpful response. I did manage to work around the problem using a short USB extension and blu tack to...
View ArticleApplication Running On Powerup
How do I set an application to run automatically once the Edison is powered up?
View ArticleRe: CPU Serial Number or something unique
Hi, You can use /dev/random to create a random number of characters for instance to feed into a hashing function. According to this post, https://communities.intel.com/message/263115#263115 Intel...
View ArticleRe: Mraa and Edison
Hi Kurt, I downloaded cmake linux i386 and I extracted at home/ but how do I install cmake? I am very knew at linux.... sorry Danny
View ArticleGalileo Gen 2 Dimensions
Anyone have a dimensions of that board or a vector image? FábioSorry for my poor english!
View ArticleRe: how to change MAC address without using Dediprog programmer
yes I can change MAC address using the following code. /etc/init.d/network stopip link set eth0 address xx.xx.xx.xx.xx.xx/etc/init.d/network start But I need to make it permanent. I mean including...
View ArticleRe: Blink example is misleading
actually I have the Edison Arduino board, but this problem turned out to be a Ubuntu kernel regression due to the multi-mode USB adapter. The quick fix is to use a hub with Ubuntu 14.10 and then things...
View ArticleRe: Using Arduino IDE with Edison breakout board?
Sounds great:Currently I have a variant that I have built with the pin information that matches what is in MRAA. Actually it is a good exercise as I found a bug in the MRAA table, which was fixed...
View ArticleRe: how to change MAC address without using Dediprog programmer
I have Flash+platformdata.bin file. This file was created using Board_Support_Package_Sources_for_Intel_Quark_v1.0.1. But, I have no idea. How to proceed further? Sorry if I am wrong. Can I convert...
View ArticleRe: i notice that gcc is installed, allowing native development
yes, that did the trick!
View ArticleRe: Mraa and Edison
Actually today it got a lot easier First configure your self to be able to install stuff from AlexT_Intel repos. Then to do the above, you should be able to do: opkg install gitopkg install cmake And...
View ArticleRe: Install ROS Indigo on Edison?
Not yet, I was able to get a ways, but I have not taken the time yet to figure out how to get around lots of the stuff that is not installed. Will try to take a look again once I get the Arduino stuff...
View Article