update PicoCalc\ SD/README.md

This commit is contained in:
cuu 2025-03-20 22:32:16 +08:00
parent 3f9a31885f
commit 7f186cd2bf
1 changed files with 14 additions and 1 deletions

View File

@ -53,6 +53,19 @@ sudo ./partition_usb_32mb.sh sdb
```
*(Replace `sdb` with your actual SD card device.)*
### Flashing the FUZIX 32MB Image
- Download the FUZIX image:
[PicoCalc_Fuzix_v1.0.img](https://github.com/clockworkpi/PicoCalc/blob/master/Bin/PicoCalc%20SD/firmware/PicoCalc_Fuzix_v1.0.img)
- Flash the image to the second partition:
```bash
sudo dd if=filesystem.img of=/dev/sdb2
```
Please check the wiki for details
https://github.com/clockworkpi/PicoCalc/wiki/How-to-Create-an-Official-PicoCalc-SD-Card
## Notes
- The **USB Type-C port** is the default **serial port** for **PicoCalc**, not the Micro USB port.
- FUZIX supports a maximum **32MB** root filesystem.