Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
network:firmware:prep [2026/03/14 15:02] systemnetwork:firmware:prep [2026/05/15 09:39] (current) system
Line 14: Line 14:
 <code bash> <code bash>
 sudo apt-get update sudo apt-get update
-sudo apt-get install build-essential subversion git-core libncurses5-dev zlib1g-dev gawk flex quilt libssl-dev xsltproc libxml-parser-perl unzip mercurial+sudo apt-get install build-essential subversion git-core libncurses5-dev zlib1g-dev gawk flex quilt libssl-dev xsltproc libxml-parser-perl unzip mercurial swig
 </code> </code>
 ==== Storage location for the SDK ==== ==== Storage location for the SDK ====
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.0**.+  * 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.0+mkdir 25.12.3
 # Change to our working directory  # Change to our working directory 
-cd 25.12.0+cd 25.12.3
 </code> </code>
  
Line 45: Line 45:
 git tag -l git tag -l
 </code> </code>
-  * We will checkout the tag **25.12.0**.+  * We will checkout the tag **25.12.3**.
 <code bash> <code bash>
-git checkout v25.12.0+git checkout v25.12.3
 </code> </code>
-  * Confirm that this **25.12.0** is now checked out.+  * Confirm that this **25.12.3** is now checked out.
 <code bash> <code bash>
 git branch git branch
Line 114: Line 114:
 ./scripts/feeds install xfrm ./scripts/feeds install xfrm
 ./scripts/feeds install zerotier ./scripts/feeds install zerotier
 +#May 2026 Option to launch iperf3 tests from AP
 +./scripts/feeds install iperf3
 </code> </code>
   * Now everything is ready to add the MESHdesk package.   * Now everything is ready to add the MESHdesk package.
  • network/firmware/prep.1773493375.txt.gz
  • Last modified: 2026/03/14 15:02
  • by system