Re: Compiling gspca for Edison
(uhm I kinda switched to Galileo while compiling after accidentally downloading the BSP sources of Galileo, will try with edison later)So I compiled the kernel as per your instructions at Reconfiguring...
View ArticleRe: analog read using python and mraa is not working for me
Hi krull, What documentation are you checking? I'm checking this one: mraa module — mraa v0.5.4-5-g1ee0548 documentation. There is an explanation about the class mraa.Aio and it says the value read is...
View ArticleRe: why my new ssd drive intel 520 120GB shows that already worked ,power on...
Intel SSD Toolbox leechingContinue the same ! I bought this ssd drive 3 days agowas in a gray box and in the middle of the sponge and silver bagsilver bag was permanently closedalso in the box was a...
View ArticleRe: I partially bricked i2c-6... and my Edison
Thank you deium, I solved it using hwclok command with power supply on V_VBAT_BKUP pin like this:After 1st booting:1. >date -s "2014-12-04 23:42"2. >hwclock -w (same as --systohc)3. Turn on power...
View ArticleRe: Popup message box in VB6 with Intel® Iris™ and HD Graphics random not...
Hi BjornS, I suggest you testing the latest driver provided by the system manufacturer. If issue persists, please provide the following:The Intel® HD Graphics driver versions that are suspected to...
View ArticleRe: Graphis
If your Operating System is Windows 7 then you can install the driver provided before and it will show Windows 7. Are you looking for XP drivers? Here is XP driver just in...
View ArticleRe: Hypervisor for Edison?
VT-X is not available so no h/w assisted hypervisor.however it is possible to offline an Atom core on Edison/Linux. then by putting your baremetal app into physical memory and initiating a SIPI/2INIT...
View ArticleRe: how to cleanup all user data in edison? (back to default filesystem)
Hi jzd, Maybe you can back up the files you need and re-flash the board to get a clean file system again. If you have installed packages, you can build your own image with them and then flash the board...
View ArticleRe: USB Host mode from boot
Hi Peter, is it the case everytime? I see this working only from time to time. When it is not working I get: root@ubilinux:~# lsusbunable to initialize libusb: -99
View ArticleTri-state enabling/disabling for i/o pins
Hey guys, I would like to ask if there is an error in the new rev004 of the Arduino Hardware Guide. The post on the EmutexLab site regarding the setting of GPIO pins says that to disable outputs you...
View ArticleRe: I need "V_VBAT_BKUP" pin specification
I measured V_VBAT_BKUP pin current like this: The result shows when VSYS power is On, V_VBAT_BKUP require 1.3uA@2.5V. If VSYS power is Off, V_VBAT_BKUP require 8.4uA@2.5V.Next, I will try to find the...
View ArticleRe: Failed to start hostname server
I just found that the issue is with a setting /lib/systemd/system/systemd-hostnamed.service has "PrivateNetwork=yes" set. Commenting / removing this line hostnamectl works fine
View ArticleConfiguring Edison Wifi
Hi Intel Edison Community, I am using Intel Edison to develop my project . I want to configure Edison Wifi so that it becomes a slave for a particular Network SSID .I mean in simple code language, it...
View ArticleRe: SSD Toolbox crashes after system migration
I would like to get more information about the system you have. Please provide the following:What is your computer model number?What SATA chipset are you using to connect the SSDs? Kevin M
View ArticleRe: Intel HD Graphics driver crashes on Windows 8.1 desktop
You can try with both the Intel generic driver and the driver provided by DELL*.Additional suggestions are given in this article: Graphics Drivers — Errors Reported By Microsoft*
View ArticleRe: DN2820 powers after plug in usb stick 3.0
mhm, updated to latest BIOS Version.can`t find a hint for my issue in the release notes but i will monitor it. Cheers
View ArticleRe: SSD Toolbox crashes after system migration
Your Second Drive might be defective, but need more information to come to a conclusion though
View ArticleRe: Intel Edison How-To Guide
Hallo Matthias,By default we have separate processes per user connection which means one core per user session. For hot-folder batch image conversion we use MAX-CPUs as the default to use the number of...
View ArticleRe: Hypervisor for Edison?
I was able to run qemu with --enable-kvm option on Edison. Doesn't this mean that VTx is enabled on Edison?
View ArticleRe: How to enable ppp in kernel mode / rebuild the kernel with ppp?
arfoll That won't work without rebuilding the kernel (at least), you still need to enable CONFIG_PPP in the kernel which last time I checked is not the case in the default edison kernel.good catch -...
View Article