Coding Spirit

一位程序员,比较帅的那种

This is a demo page for cool html5 canvas demos. Try to click them!
Beware of performance issues if you trying to access those pages through mobile devices. :)
Fire Ball
Black Hole

This is a short post give a sample of Yocto recipe which fetches source codes from git server.

Read more »

Using TFTP(Trivial File Transfer Protocol) and NFS(Network File System) to load kernel and rootfs can help to reduce operations of flash write efficiently, which can make you EVK board live longer…

This summary is based on Alexey‘s version, with some modifications according to my experiment.

Read more »

Last week I met an issue when I trying to include a shared lib(built by cmake) written by me into Yocto project, which has already been verified in buildroot.
The root cause is recipe trying to directly install a *.so lib into target filesystem, which doesn’t meet Yocto QA request. Lib should be installed with version number(i.e. libabc.so.0.0.3), then use a soft link(i.e. libabc.so) link to it.

Read more »
0%