Re: problem with bitbaking
yeah, but after few days trying to do my own distro, I change to try to install a debian. ¿Is there any mode to install a debian without a chroot?
View ArticleRe: SSD 520 series not visible
And further more. When I connected it and rebooted the computer there was a message saying: searching preconfigured driver folders and going round and round.Only when I uninstalled the device from the...
View ArticleRe: Is there a way to toggle GPIO direction without signaling all pins?
I'm using the Adafruit 2.8" TFT too. I got the SPI side working a few days ago, driving it with MRAA I get about 400 ms for a full screen refresh, ie about 2.5 frames per second. My goal is to see if I...
View ArticleRe: npm usb binding problem on Edison
Okay I updated to node v0.10.33, and I removed and reinstalled usb with "npm install usb" to make sure it was recompiled with the latest stuff. Still the same problem.in the node_module/usb/build...
View ArticleWindows 7 Drivers
I recently upgraded an HP/Compaq dc7800 SFF desk top Computer from Windows Vista to 7 Professional.In the device manager I am now getting no driver indications for the PCI Serial port and the PCI...
View ArticleRe: HD Graphics for Previous Generation Core i5 - 661
Hi Sylvia,Hi Rajendra, Thanks for the suggestions.I finally found a driver version that worked: 8.15.10.2622 (GFX_Vista_Win7_64_8.15.10.2622.exe) Stephan
View ArticleRe: HD Graphics for Previous Generation Core i5 - 661
I finally found a driver version that worked: 8.15.10.2622 (GFX_Vista_Win7_64_8.15.10.2622.exe)
View ArticleRe: Does Edison support Audio and Video?
Hi AlexT_Intel, I used your repo and installed kernel_module snd-usb-audio module, alsa utils and mpg123. I plugged in the usb sound card. The alsamixer didn't seem to recognize the device. The...
View ArticleRe: Windows 7 Drivers
You will get a better response in the General Discussion forum.I have moved your post there. Doc
View ArticleRe: Intel HD GRAPHICS CONTROL PANEL SERVICE会造成语言栏的不正常显示。
You will get a better response in the Graphics forum.I have moved your post there.Also, if you can post in English, that would be better. Doc
View ArticleRe: What is the best i5 processor (apu) for gaming. What processor (apu) can...
Toshiba support is Official Toshiba Support | ToshibaThe Toshiba forum is Home - TOSHIBA FORUMS Doc
View ArticleRe: Auto scaling issue in Full-Screen Mode with Intel HD 4600 graphics
This is still an issue with 3960 drivers.
View ArticleRe: Intel Edison an Expensive Arduino Nano
I don't see gravemind post as trolling, but I have to admit he looks like he gave up (not really interested in answer to his questions/problems). I feel some of the concern people expressed here, but...
View ArticleRe: How best proceed with overheating i7-4790K?
Hi guys, i'd like to share my own experience with overheating 4790k.Ater mounting brand new Gigabyte z97x gaming 5 with 4790k i ran occt and realized that temps might be too high. It was like 85-88...
View ArticleRe: Intel HD Graphics - Installed in Device Manager,but shows as in advanced...
Did a reinstall of Windows 7 Pro, fixed the issue. Sorry I couldn't figure out the cause, just punted.
View ArticleRepositories for intel galileo
I have smart package manager on intel galileo board. I need <package-name>.deb or <package-name>.rpm or other packages. eg for package-name: vim editor, gcc , etc. So that I can install...
View ArticleRe: I2C doesn`t work on my edison arduino board with mraa interface
I tried many many ways to figured out what is the problem of setting the sensor address, even rebuilded and reflashed image to slow bus speed down to 100KHz to feed the sensor, but all failed. So I had...
View ArticleHow to read binary data via Serial1?
I'm using a sensor that outputs binary data on UART.I connected it to Edison's Serial1 port and tried to read data, but faced several problems. 1)Until LF(0x0A) is sent, Serial1 doesn't work.My sensor...
View ArticleRe: How to read binary data via Serial1?
There may be other ways to do this, but I use the stuff in#include <termios.h> For example for my code that reads data from the Arbotix Commander (XBee), some of the Init code looks like: bool...
View Article