[BBB] Yocto#커널 모듈 hello-mod 예제


[BBB] Yocto#커널 모듈 hello-mod 예제

Reference: https://youtu.be/aLL3cUDoz10?si=ZnoylzMYkpYIU6Sw ※강사의 Github 에 강의 핵심 내용들이 잘 정리되어 있습니다. https://github.com/Munawar-git/YoctoTutorials/tree/master https://github.com/Munawar-git/meta-tab-layer [목표] 기본적인 커널 모듈 레서피의 구조를 확인한다. 모듈 제어와 관련된 명령어들의 동작을 확인한다. 1. poky 하위에 있는 hello-mod 예제를 meta-mylayer/recipes-kernel 에 복사한다. $ cp -r ../../poky/meta-skeleton/recipes-kernel/hello-mod/ ./ 2. hello-mod 의 구조는 아래와 같다. hello-mod/ files COPYING hello.c Makefile hello-mod_0.1.bb 3. .hello-mod_0.1.b...


#hello_mod #kernel #module #yocto

원문링크 : [BBB] Yocto#커널 모듈 hello-mod 예제