Re: About seeed studio bluetooth shield with Galileo and Arduino
My program is working now After finishing my thesis, I am going to write a detailed article for bluetooth connection in Galileo. I faced with many problems about bluetooth connection and settings...
View ArticleRe: ubilinux (Debian) now available from Emutex Labs
Yes, it's the same kernel. It's built using bitbake in the Yocto environment, and then copied to the Debian image or system.So if it's a kernel driver that's missing, you'll need to build the kernel...
View ArticleRe: ubilinux (Debian) now available from Emutex Labs
u-boot on Edison expects vmlinuz (not vmlinux) to be present in the vfat boot partition (partition 7). NOT bzImage in the /boot folder in the ext4 partition, which is entiretly redundant. Why that's...
View ArticleRe: Forcing progs to use both CPUs of a dual-core system?
Alas, both programs were already using every 'Affinity' CPU, just not both in real life. But an interesting suggestion, and thanks. Joe
View ArticleRe: 4690k i5 4th generation processor compatible with which intel motherboard??
Hi Hardik679, the compatible motherboards are listed here:http://processormatch.intel.com/MotherBoards/CompatibleBoards?componentName=i5-4690KUnfortunately, no Intel® Desktop Boards are compatible with...
View ArticleD54250WYK BIOS F2 issue - even with 0030 BIOS
D54250WYK - updated to WYLPT10H.86a.0030.2014.0919.1136 - it boots and works fine with Windows 8.1, but it won't go to F2 Setup on boot up.HDMI monitor - 1920x1080DisplayPort monitor - 1280x1024 To get...
View ArticleRe: NUC DC53427HYE won't boot USB UEFI drive
Too bad we could not try it, but at least you got it to work. Thanks for sharing the information with us
View ArticleRe: My Intel Edison project
1. I'd use the sysfs interfaces in Yocto - that's what Arduino calls as well. Pick your favorite programming language - some are already convenience wrapped. 2. You're probably not going to get...
View ArticleRe: My D54250WYKH does not start after BIOS update
I have the same problem!!! https://communities.intel.com/message/261396 I also tried the BIOS executable and the NUC never started again
View ArticleRe: DC P3600 can't run 450000 IPOS in IOmeter
Would you please repeat your test with the Transfer Request Size set to 128 KB as in the picture below?
View ArticleGPIO access from linux can crash the GEN2
I've found the hard way that using GPIO from the linux command line (or from a script, or C program) can crash the GPIO driver, requiring a complete cold reboot.This simple script should toggle the MUX...
View ArticleRe: How to make my phone see Edison in slave mode
Use bluetoothctl: rfkill unblock bluetoothbluetoothctl[bluetooth]# scan on[bluetooth]# pair <MAC address>[bluetooth]# connect <MAC address>[bluetooth]# discoverable on[bluetooth]# exit Now...
View ArticleRe: Edison w/ Breakout Board - How to Flash
Hi,Tried to flash a new Edison + minibreakout board in windows per instructions in: Flashing Edison (wired) - Windows Seems like the update seemed to work fine, but when I attempt to check the version...
View ArticleRe: 3D Model for Intel Edison Arduino Compatible & Mini Breakout Board
Thanks Diego, it'd really be a big help to much of the community.
View ArticleRe: write error: No space left on device
Alright, thanks. We'll both check it out on each of our ends, then.
View ArticleRe: ERROR: Function failed: do_compile (python_numpy)
Sorry about that.I ran $bitbake image-full to build an image from BSP v1.0.0. The content of the log is as follows. DEBUG: Executing shell function do_compileRunning from numpy source...
View ArticleHow to install a kernel from my repo onto Edison with the official image
I've just wrote a post on this in my blog and this thread is for asking questions or your feedback. Check it out at How to install a kernel from my repo onto Edison with the official image
View ArticleRe: Windows 8.1 HDMI Video not working
Alex, please get in touch with Dell, this does not seems to be a driver issue since you already tried some of them.This could be a problem with the HDMI port on your laptop.
View ArticleRe: wlan0 is not ready
Any images that I have built, including v.0.7.5, v.1.0.1. I just disabled the uclibc for all images (add # in each line in the file...
View Article