mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-02-03 20:34:32 +08:00
5 lines
83 B
Bash
5 lines
83 B
Bash
|
#!/bin/bash
|
||
|
sudo mkdir /mnt/card
|
||
|
sudo mount -o loop,offset=32256 SDCARD /mnt/card
|
||
|
|