Coding Spirit

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

From my point of view it will be better to use config fragments to configure kernel instead of directly modifying .config file, the former way will be much easier to disable changes when you want to roll back.

Read more »

There are some Yocto distributions still using sysvinit as their default init manager. To replace it with systemd, some modifications need to be done in local.conf:

Read more »

The default BSP provided by NXP doesn’t support adb, we have to port it by ourselves. Our goal is making adbd running on SoC meanwhile we can use adb through USB port.
Let’s have a quick summary before I forget it(I already done this 3 months ago…)

Read more »
0%