mirror of
https://github.com/clockworkpi/PicoCalc.git
synced 2025-12-13 02:38:53 +01:00
add fuzix1.1 patch
This commit is contained in:
parent
cec485afb6
commit
91687c1968
@ -2,6 +2,7 @@
|
||||
|
||||
All the operations in this document are performed in a Linux environment. A basic understanding of Linux, as well as familiarity with Git and pico sdk development, is required.
|
||||
|
||||
## FUZIX 1.0
|
||||
```bash
|
||||
git clone https://github.com/EtchedPixels/FUZIX.git
|
||||
cd FUZIX
|
||||
@ -16,9 +17,22 @@ export PICO_SDK_PATH=/to/where/your/pico/sdk/is
|
||||
cd Kernel/platform/platform-rpipico
|
||||
make world
|
||||
|
||||
```
|
||||
## FUZIX 1.1
|
||||
```
|
||||
git clone https://github.com/EtchedPixels/FUZIX.git
|
||||
cd FUZIX
|
||||
git reset --hard c1ff46910d8a3c66e19d730527e5e2493bd324c3
|
||||
git clone https://github.com/clockworkpi/PicoCalc.git #get patch code
|
||||
git apply PicoCalc/Code/FUZIX/fuzix1.1.patch
|
||||
export PICO_SDK_PATH=/to/where/your/pico/sdk/is
|
||||
|
||||
make TARGET=rpipico SUBTARGET=pico2
|
||||
|
||||
```
|
||||
|
||||
Copy `build/fuzix.uf2` into picocalc like every pico device
|
||||
|
||||
# Pre-compiled uf2
|
||||
https://github.com/clockworkpi/PicoCalc/blob/master/Bin/PicoCalc%20SD/firmware/PicoCalc_Fuzix_v1.0.uf2
|
||||
- https://github.com/clockworkpi/PicoCalc/blob/master/Bin/PicoCalc%20SD/firmware/PicoCalc_Fuzix_v1.0.uf2
|
||||
- https://github.com/clockworkpi/PicoCalc/blob/master/Bin/PicoCalc_Fuzix_v1.1_pico2.uf2
|
||||
|
||||
2933
Code/FUZIX/fuzix1.1.patch
Normal file
2933
Code/FUZIX/fuzix1.1.patch
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user