Intel Edison Video Output
by novaspirittech in Circuits > Linux
4711 Views, 17 Favorites, 0 Comments
Intel Edison Video Output
Hey guys! I have created a video tutorial on added external video output to intel edison using display link.
Stuff You Need
what you need:
USB display link adapter
micro USB OTG cable
USB Powered hub for safety
Downloading & Installing Kernel
I run ubilinux which i also created a video tutorial here
Kernel download:
(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
after reboot, you should be presented with a login prompt.