이런 식으로 하려고 노력 중이에요 -협회.
웹에 있는 모든 예제가 전혀 작동하지 않습니다.
modprobe ubi mtd=0
modprobe: module ubi not found in modules.dep
modprobe ubi
modprobe: module ubi not found in modules.dep
modprobe ubi mtd=/dev/mtd0
modprobe: module ubi not found in modules.dep
답변1
먼저 모듈이 모듈 디렉터리에 있는지 확인해야 합니다. 예를 들어:
find /lib/modules/$(uname -r) -name 'ubi.ko'
모듈이 없으면 빌드해야 합니다.
둘째, 출력에는 module ubi not found in modules.dep
(modules.dep
남자 5 module.dep).
당신은 전화해야합니다 depmod
(맨 8 뎁 모드) 모듈 종속성에 대한 정보를 완성합니다.