From 7f186cd2bfd6cd2964760369d23d31c2324ee877 Mon Sep 17 00:00:00 2001 From: cuu Date: Thu, 20 Mar 2025 22:32:16 +0800 Subject: [PATCH] update PicoCalc\ SD/README.md --- Bin/PicoCalc SD/README.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/Bin/PicoCalc SD/README.md b/Bin/PicoCalc SD/README.md index 9ee2a1b..1d83f10 100644 --- a/Bin/PicoCalc SD/README.md +++ b/Bin/PicoCalc SD/README.md @@ -53,10 +53,23 @@ 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. - Ensure you backup your data before modifying the SD card. --- -For more details, visit the official **[PicoCalc GitHub Repository](https://github.com/clockworkpi/PicoCalc)**. \ No newline at end of file +For more details, visit the official **[PicoCalc GitHub Repository](https://github.com/clockworkpi/PicoCalc)**.