Tag: embedded
All the articles with the tag "embedded".
Transferring files to an embedded target without scp
If you have a tiny embedded system which does not include the scp tool, you may use the nc tool and achieve the same results.
Gianpaolo talk at jsNight, 2016-06-08
del Politecnico di Torino, ci saranno 3 x 25min sessioni su importanti questioni dell'ecosistema javascript e infine social networking con chi rimane!
Building a Yocto image for the UDOO Neo
In a previous post I described how to run a prebuilt Yocto Project image on my UDOO Neo.
Running a Yocto image inside VirtualBox
I managed to have a Yocto image boot inside Oracle VirtualBox by performing the following steps.
Trying Yocto on the UDOO Neo
Here are a few notes when I tried a prebuilt Yocto Project 2.0 core-image-full-cmdline image on my UDOO Neo.
Connecting to UDOO Neo serial console
This post explains how to connect to the Cortex-A9 debug serial of your UDOO Neo to control the U-Boot bootloader, watch your Linux kernel boot, and eventually…