Intel Edison Video Output

by novaspirittech in Circuits > Linux

4711 Views, 17 Favorites, 0 Comments

Intel Edison Video Output

Intel Edison Video Output External Display using Display Link

Hey guys! I have created a video tutorial on added external video output to intel edison using display link.

Stuff You Need

edison display link.mp4.00_01_10_14.Still001.jpg

what you need:

USB display link adapter

micro USB OTG cable

USB Powered hub for safety

Downloading & Installing Kernel

edison display link.mp4.00_02_47_00.Still002.jpg
edison display link.mp4.00_02_48_20.Still003.jpg
edison display link.mp4.00_03_26_03.Still004.jpg
edison display link.mp4.00_04_03_29.Still005.jpg

I run ubilinux which i also created a video tutorial here

https://goo.gl/TwljSK

Kernel download:

http://goo.gl/80Imk1

(using linux)

you need to extract the downloaded files

tar zxvf edison-kernel-udl-kvm.tar.gz

you would change your directory to edison-kernel

cd edison-kernel

now you would want to scp the files to your edison

scp -r 3.10.17-poky-edison+/ root@edisonIP:/lib/modules/

then cd to boot directory

cd boot

now you need to scp the files again to your edison

scp * root@edisonIP:/boot/

now we are done and your edison needs a reboot

After Reboot

edison display link.mp4.00_04_48_25.Still006.jpg
edison display link.mp4.00_05_18_07.Still007.jpg
edison display link.mp4.00_05_31_13.Still008.jpg

after reboot, you should be presented with a login prompt.