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
Copy file name to clipboardExpand all lines: QT_build_instructions.md
+5-5
Original file line number
Diff line number
Diff line change
@@ -91,12 +91,12 @@ Since many finding it difficult to cross-compile QT library for their Raspberry
91
91
-**Target [Raspberry Pi]:** Raspberry Pi any variant/module
92
92
93
93
### B. Software:
94
-
-**Host:** Any Linux machine _(Linux Mint Tested)_
94
+
-**Host:** Any Linux machine _(Ubuntu/Linux Mint Tested)_
95
95
96
96
| 💡 **Note:** Our Cross-Compiler toolchains also works out-of-the-box on any Linux distro via [WSL2](https://docs.microsoft.com/en-in/windows/wsl/) on Windows 10 Machines.|
97
97
| ----------- |
98
98
99
-
-**Target:**[Any Raspberry Pi Linux 32-bit OS](https://www.raspberrypi.org/software/operating-systems/)_(Raspbian Buster Tested)_
99
+
-**Target:**[Any Raspberry Pi Linux 32-bit OS](https://www.raspberrypi.org/software/operating-systems/)_(Raspbian Buster/Bullseye Tested)_
100
100
101
101
### C. Others:
102
102
-**Storage and Time Requirements:** The build directory takes around ~10GB space and about 2-5 hours to complete _(based on dependencies & Host Machine Specifications)_.
@@ -112,11 +112,11 @@ Since many finding it difficult to cross-compile QT library for their Raspberry
112
112
113
113
**Important:** If you just brought a new Raspberry Pi or wanted to start from scratch just follow along. Otherwise, if you already has your Raspberry Pi setup, running, and Network Ready, then just skip to [step 2](#2-set-up-ssh).
114
114
115
-
**Note:** This section assume you have atleast 10GB SDcard for installing Raspbian Buster OS and a Laptop/PC for uploading it.
115
+
**Note:** This section assume you have atleast 10GB SDcard for installing Raspbian (Stretch/Buster/Bullseye) OS and a Laptop/PC for uploading it.
116
116
117
117
#### 1.1. Download Softwares & Prepare the SD card
118
118
119
-
- Download the latest version of Raspbian (Buster) from [here](https://www.raspberrypi.org/software/operating-systems/) on your laptop/pc.
119
+
- Download the latest version of Raspbian (Stretch/Buster/Bullseye) from [here](https://www.raspberrypi.org/software/operating-systems/) on your laptop/pc.
120
120
- 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.
121
121
- 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!**_
122
122
- 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.
0 commit comments