Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
| network:firmware:prep [2026/05/13 16:34] – [Install the required packages] system | network:firmware:prep [2026/05/15 09:39] (current) – system | ||
|---|---|---|---|
| Line 21: | Line 21: | ||
| * We recommend that you create a folder that contains the version of the firmware you are going to build. | * We recommend that you create a folder that contains the version of the firmware you are going to build. | ||
| * You must do this as a normal Linux user (not root). | * You must do this as a normal Linux user (not root). | ||
| - | * Here we create a folder for version **25.12.2**. | + | * Here we create a folder for version **25.12.3**. |
| <code bash> | <code bash> | ||
| # Create the working directory | # Create the working directory | ||
| - | mkdir 25.12.2 | + | mkdir 25.12.3 |
| # Change to our working directory | # Change to our working directory | ||
| - | cd 25.12.2 | + | cd 25.12.3 |
| </ | </ | ||
| Line 45: | Line 45: | ||
| git tag -l | git tag -l | ||
| </ | </ | ||
| - | * We will checkout the tag **25.12.2**. | + | * We will checkout the tag **25.12.3**. |
| <code bash> | <code bash> | ||
| - | git checkout v25.12.2 | + | git checkout v25.12.3 |
| </ | </ | ||
| - | * Confirm that this **25.12.2** is now checked out. | + | * Confirm that this **25.12.3** is now checked out. |
| <code bash> | <code bash> | ||
| git branch | git branch | ||