문제

Can anyone share how to manually mount and unmount USB storage device in U-boot?

I need to program the u-boot to search for a file in the USB.
The USB will be having fat file system.
I want to search for a image and load the image and then execute it. Its a small firmware/executable.

Thanks.

도움이 되었습니까?

해결책

You can't.

U-boot doesn't really have a concept of mounting filesystems, so it also can't unmount them.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top