You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
_Since many finding it difficult to cross-compile QT library for their Raspberry Pi with this project binaries, I decided to make this document. **This guide documents the every steps to follow to cross-compile Latest available [Qt-5.15.2](https://doc.qt.io/qt-5/whatsnew515.html) for any Raspberry Pi variant/model available, using the Raspberry Pi Toolchains available with this project only.**_
33
+
Since many finding it difficult to cross-compile QT library for their Raspberry Pi with this project binaries, I decided to make this document. **This guide documents the every steps to follow to cross-compile Latest available [Qt-5.15.2](https://doc.qt.io/qt-5/whatsnew515.html) for any Raspberry Pi variant/model available, using the Raspberry Pi Toolchains available with this project only.**
42
34
43
35
44
36
@@ -123,7 +115,7 @@ _Since many finding it difficult to cross-compile QT library for their Raspberry
123
115
- You will be needing an image writer to write the downloaded OS into the SD card _(micro SD card in our case)_. So download the open-source **"win32 disk imager"** from [here](https://sourceforge.net/projects/win32diskimager/files/Archive/), OR you can also use [Balena Etcher](https://www.balena.io/etcher/) instead.
124
116
- Insert the SD card into the laptop/pc and run the image writer. Once open, browse and select the downloaded Raspbian image file. Select the correct device, that is the drive representing the SD card. _**Note:** If the drive (or device) selected is different from the SD card then the other selected drive will become corrupted. **SO BE CAREFUL!**_
125
117
- Once the write is complete, eject the SD card and insert it into the Raspberry Pi and turn it on. It should start booting up.
126
-
- Please remember that after booting the Pi, there might be situations when the user credentials like the "username" and password will be asked. Raspberry Pi comes with a default username `pi` and password `raspberry` and so always use it whenever it is being asked.
118
+
- Please remember that after booting the Pi, there might be situations when the user credentials like the "username" and password will be asked. Raspberry Pi comes with a default username `pi` and password `raspberry` and so use it whenever it is being asked.
*[**Supported ARM Devices**](#supported-arm-devices)
@@ -206,9 +206,11 @@ Open-Source is awesome :heart:
206
206
207
207
208
208
209
-
# Cross-Compiling Latest QT Framework for Raspberry Pi
209
+
# Cross-Compiling Latest QT Framework for Pi
210
210
211
-
Now, there's a [dedicated guide](QT_build_instructions.md), that documents the every steps to follow to cross-compile Latest available [Qt-5.15.2](https://doc.qt.io/qt-5/whatsnew515.html) for any Raspberry Pi variant/model available, using the Raspberry Pi Toolchains available with this project only.
211
+
Now, there's a steps-by-step instructions to follow to cross-compile Latest QT for any Raspberry Pi variant/model available, using the Raspberry Pi Toolchains available with this project only.
212
+
213
+
[Step-by-Step Instruction for Cross-Compiling Latest QT Framework for Raspberry Pi](QT_build_instructions.md)
0 commit comments