Skip to content

Commit 2336b71

Browse files
authored
Added Raspberry Pi 4 doc update
1 parent 8451200 commit 2336b71

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
#### What makes these Raspberry Pi GCC Toolchains special?
2727
- *Raspberry pi hardware-optimized GCC Standalone ARM Binaries*
2828
- *Hardcoded paths free Cross & Native Compilers, just use directly* <img src="https://raw.githubusercontent.com/abhiTronix/Imbakup/master/Images/new.gif"/>
29-
- *Separate binaries for each Raspberry Pi Model(including Compute modules)*
29+
- *Separate binaries for each Raspberry Pi Model(including Compute modules and [Raspberry Pi 4]())*
3030
- *Ridiculously low installation time(few mins)*
3131
- *Small-Sized Tar Compressed binaries with maximum possible compression level*
3232
- *Latest [**GCC 9.1.0**](https://gcc.gnu.org/gcc-9/) binary available*<img src="https://raw.githubusercontent.com/abhiTronix/Imbakup/master/Images/new.gif"/>
@@ -79,7 +79,7 @@
7979
* GCC 8.3.0
8080
* GCC 9.1.0 <img src="https://raw.githubusercontent.com/abhiTronix/Imbakup/master/Images/new.gif"/>
8181

82-
### Supported ARM devuces:
82+
### Supported ARM Devices:
8383
- All Raspberry Pi hardware/versions/models are currently supported.
8484
- Any other ARM Device(such as android, iot) with similar Hardware architecture(see [Optimization Flags](#optimization-flags-involved)) should also work.
8585

@@ -92,12 +92,14 @@
9292
### Optimization Flags Involved:
9393
These GCC toolchains can optimize code by taking advantage of your CPU specific features with these LTO flags:
9494

95+
**Important Note: :bulb: The latest Raspberry Pi 4 also have armv8-a architecture similiar to Raspberry Pi 3B+, therefore it is also officially supported!**
96+
9597
|Board|Optimation Flags|
9698
|---|---|
9799
|Raspberry Pi - **Zero/W/WH & 1 Model A/B/A+/B+**|`-march=armv6 -mfloat-abi=hard -mfpu=vfp`|
98100
|Raspberry Pi - **2&3 Model A/B**|`-march=armv7-a -mfloat-abi=hard -mfpu=neon-vfpv4`|
99-
|Raspberry Pi - **3 Model A+/B+ & Compute 3/3-lite/3+(32-Bit)**|`-march=armv8-a -mfloat-abi=hard -mfpu=neon-fp-armv8`|
100-
|Raspberry Pi - **3 Model A+/B+ & Compute 3/3-lite/3+(64-Bit)**|`-march=armv8-a+fp+simd`|
101+
|Raspberry Pi - **3/4 Model A+/B+ & Compute 3/3-lite/3+(32-Bit)**|`-march=armv8-a -mfloat-abi=hard -mfpu=neon-fp-armv8`|
102+
|Raspberry Pi - **3/4 Model A+/B+ & Compute 3/3-lite/3+(64-Bit)**|`-march=armv8-a+fp+simd`|
101103

102104
&nbsp;
103105

0 commit comments

Comments
 (0)