login into galileo with tokor's prebuilt eglibc image
hello all, I wanted to install opencv and gcc on my galileo and tried a lot building a linux iimage.. but I am getting too many errors .. so I decided to move ahead with tokor's prebuilt eglibc images...
View ArticleRe: login into galileo with tokor's prebuilt eglibc image
Above is said, because I don't have a proper cables right now to connect it to the monitor directly. --Paridhi
View ArticleRe: Edison Mini Breakout Board Battery
Good analysis and you have made some valid points about the breakout board's power circuitry. I have both boards, Arduino and Mini breakout, and was surprised to discover that part of the power...
View ArticleRe: Edison Mini Breakout Board Battery
The breakout board really does need all of those power supplies if it is to serve all the functions that it currently does.Powering from USB is normal, and not supporting that would unusual.Powering...
View ArticleRe: mraa_spi_bit_per_word Problem
I need to send 16 bits per CS.The function calls only take a byte, so it is unclear how they would accept a word, instead of a byte.I am assuming that if you give it 4 bytes it will use the first 2...
View ArticleRe: mraa_spi_bit_per_word Problem
I don't know for sure, but I have to assume that mraa_spi_write_buf would only toggle the CS line once. There has to be a function that sends multiple bytes between toggling the CS line. Given your...
View ArticleRe: Broadcom BCM4352 Wifi card incompatible with WIDI... why? (también en...
Con gusto tux0topo, si esa es la idea de esta comunidad ayudarnos con lo que respecta a las tecnologías de Intel(R).Quisiera saber, si me lo permite, conocer si las sugerencias provistas le fueron de...
View ArticleRe: igfxCUIService.exe crashing - Intel 4600 Graphics related
Hey Robert, 1. As I already had the most recent version of the Chipset INF Driver installed (10.0.17.0), I did not downgrade to the 10.0.13.0.2. I removed the AMD drivers completely3. Removed the Intel...
View ArticleRe: mraa_spi_bit_per_word Problem
The last parameter tells it how many bytes to send.So even if you change it from 4 to 2 it will still toggle the CS line 2 times now instead of 4 .
View ArticleRe: Sending e-mail with Edison?
I built mailx_12.5-r2_core2-32.ipk and 'opkg install mailx_12.5-r2_core2-32.ipk' completed no problem. But, when I try to send mail, I always get ". . . message not sent. Does mailx require other...
View ArticleRe: Can't detect Intel Integrated Graphics
This worked for me on an Asus Maximus VII Hero motherboard. BIOS -> Advaced -> System Agent Configuration -> Graphics Configuration Changed Primary Display to "CPU Graphics"Changed CPU...
View ArticleRe: Download location help
Hi, I found that the latest version of my Chipset is 9.1.1.1022 (or something like that), but can't find where to download them for each one (3B42, 3B44, etc). I updated my Intel(R) 5 Series 6 Port...
View ArticleRe: mraa_spi_bit_per_word Problem
You can send as many bytes/bits as you want over SPI without toggeling the CS line. Toggling the CS line indicates the start/end of a transfer, and that transfer can be as many bits as you want. I...
View ArticleRe: Problem to connect wireless keyboard and mouse to the USB3 connections
hi sylvia,I was wondering... if the problem is caused by EMC, would changing the BIOS be of any help?If not, then maybe the tech team should also consider other possibilities, rather than spending more...
View ArticleHP Spectre 13t-3000 CTO with embeded Intel Bluetooth (Intel AC 7260)...
In April 2014, I purchased an HP Spectre 13t-3000 CTO Notebook. Installed is the the Intel Dual Band Wireless-AC 7260 WiFi and Bluetooth adapter. On HP's support website, the latest driver for the...
View ArticleRe: How best proceed with overheating i7-4790K?
Just that the default vcore makes the temps reside just under 80C for 100% load. While the 1.2v vcore drops the temps to ~72 at 100% load. I would figure Intel would be less conservative with the...
View ArticleRe: Support for the Adafruit 2.8" TFT display for Arduino Edison
FYI - I uploaded a few minor fixes to this to my Adafruit_ILI9341 github project I mentioned above. Again only on the Edison branch, but put in a fix that allows reading of data back from the display....
View ArticleGraphics Card Troubles
Alright, so, I have an Acer Aspire P3. When I downloaded Windows 8.1, I couldn't play Minecraft anymore and everything else was extremely slow. Today, I checked my diagnostics thingy and it said I had...
View ArticleRe: Failure to make linux-yocto
Thanks to your suggestion I'm getting a bit farther. It turns out that there is a 'cd' missing in the build script. Unfortunately it is in a temporary file that's somehow created from a bitbake class...
View Article