Download Corresponding Image
Use Network Disk🚀 to download our provided .img image file from the System Image/Buildroot/ directory.
The image used in this document is: TaishanPi-3M-RK3576_Buildroot_AP6256-mSATA.img
Basically all images have USB expansion enabled by default, so there is no need to download a specific image.
Flash Image to Development Board
Reference Finished Image Flashing to flash the downloaded image file to the development board.
Description
The USB expansion interface is located on the development board:
The
USB HOSTinterface is used to connect peripherals such as mouse, keyboard, and USB flash drive;It includes
3 USB2.0interfaces and1 USB3.0interface (the blue one is 3.0)
Connect USB Storage Device
Insert the USB flash drive directly and check if the system detects the USB storage device and automatically mounts it:
df -hYou can see that the system has detected a USB storage device and automatically mounted it to the /mnt/udisk directory. You can access it directly:
ls /mnt/udisk