2020-05-18

YOCTO



devshell 이 열림.

# find ./ -name "imx6ull.dtsi"
# vi ./arch/arm/boot/dts/imx6ull-14x14-evk.dts 

DISTRO=fsl-imx-fb MACHINE=imx6ull14x14evk source imx-setup-release.sh -b build1

커널컴파일
bitbake -c devshell virtual/kernel
make menuconfig

비지박스 설정
bitbake -c menuconfig busybox

댓글 없음:

댓글 쓰기

How to Convert EUC-KR Source Code to UTF-8

How to Convert EUC-KR Source Code to UTF-8 I found old STM32 firmware code. The files were in EUC-KR encoding. This is an old Korean text f...