Re: Blink example is misleading
wjgeorge did you get through this yet. I have to ask if you are on the Edison mini breakout board. If so ... 1) On the mini breakout board, the led closest the microUSBs is for board power, the led...
View ArticleRe: systemd and preset
I have found a systemd service sample (watchdog_sample) - as described in Section 3.5 of Intel® Edison BSP User Guide. I will try to customize it and bitbake a new image to test it. I will post back...
View Article/dev/root out of space
For some reason all of a sudden my Edison /dev/root/ has maxed out it's memory space. I'm not sure why it all of a sudden did that, and I also have no idea on how to clean it up or find out where these...
View ArticleRe: CPU Serial Number or something unique
Terrence_ what about using the Edison module serial number? You can grab that from the file at /factory/serial_number - it matches the label on the module
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: Edison-Arduino: WiFi Inquiries (w/ WiFi Server Example)
Hi UST_; I did some minor changes in the WiFiWebServer example using the Refresh method in order to get a number in the web every 1 second, try it and let me know if it helps you. Regards;CMata.
View ArticleRe: Intel Wireless AC 7260 Bluetooth stops working
Hi , same problem with my clevo p157sm, Windows7 x64 and intel ac7260,Bluetooth code43, i think it's a Windows 7 issue relative to thepower management that only a Windows update may solve.
View ArticleRe: Please Help Me - New laptop with Intel Wireless-AC 7260
Thanks theveterans ! I currently have a 3801HGV Gateway supplied by ATT Uverse. It provides an 802.11b/g Wi-Fi access point. I just called ATT and was told they would not allow me to substitute my own...
View ArticleRe: Please Help Me - New laptop with Intel Wireless-AC 7260
Buy a router and set it as access point for 5 GHz 802.11ac (use a search engine for steps to do this). More Tweaks to help and see if you really need the 802.11ac access point or not:Performing all of...
View ArticleRe: Unable to pair bluetooth soundbar (JBL SB400)
Just noticed my surface pro 2 and my cell phone wouldn't connect to it either. Tried a manuall pairing -> no result Took out and in the power of the soundbar - > problem fixed :-)
View ArticleRe: USB-power stays on when device is off
Hi again Crusey83, Just did some more checking on the Haswell NUCs. It appears that you should enable Deep S4/S5 on the Power menu to make sure that USB devices are not powered at all when the NUC is...
View ArticleEdison Yocto complete image
I just got my Edison and started the flashing process to get the latest build installed following the instructions given on Edison Getting Started Guide - Windows | Intel Communities. I just realized...
View ArticleRe: NUC - BIOS System Time error
I am not from Intel, but I believe you are describing the Linux behavior which by default changes the CMOS RTC to store UTC time instead of local time.Either you can change your wakeup time (and...
View ArticleRe: Laptop sleep/idle issues
Hi Totallycool24, can you try to tweak the power management option found in your i218-lm network adapter on device manager. uncheck the "allow the computer the turn off this device to save power". hope...
View ArticleRe: Problems compiling libnfc on Edison (libusb)
Hi, Thanks for the suggestion. It turns out that the issue with lsusb not working was due to the fact that the Edison was not in USB OTG mode. When rebooting in USB OTG mode with a USB hub attached,...
View ArticleRe: a problem abuot eclipse debug
I had similar issues - turned out that just selecting debug tried to execute GDB and debug the program on my mac - same with run BTW. Underneath the debug item is something like debug configurations...
View ArticleRe: Connecting Edison to WIFI
the file is /etc/wpa_supplicant/wpa_supplicant.conf . here is a modified example of what mine looks like:---- file begins...
View Article