Using an SD Card
HiLens Kit is multi-modal AI development suite featuring device-cloud synergy. It generates video and image data during use. Generally, data is stored in OBS through APIs. To store data locally, an external SD card is required because the disk space of HiLens Kit devices is limited.
Procedure
- Insert an SD card into the port (Micro SD) on the rear panel of the HiLens Kit device.
- Log in to the HiLens Kit device using SSH. For details, see Logging In to a HiLens Kit Device Using SSH.
- Run the following command to locate the SD card:
The command output is as follows:
dev/mmcblk1
- Run the following command to save and back up the data stored in the SD card and format the SD card.
Run the command at the EulerOS prompt.
If the SD card has been formatted, skip this step.
- Run the following command to create the sd path:
mkdir /mnt/sd
The device is mounted to the mount /dev/ mmcblk1/mnt/sd path.
- Run the df command to query the file system.
Run the following commands to perform a read/write test on the local file mount /dev/ mmcblk1/mnt/sd:
- Write command: cp test.txt /mnt/sd
- Read command: cp /mnt/sd/test.txt ./
Before removing the SD card, run the following command to unmount the partition from the device:
umount /mnt/sd
This prevents files from being damaged.
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot