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
Next revisionBoth sides next revision
toh:meraki:mx60 [2020/07/27 13:09] – [Flashing] acrawtoh:meraki:mx60 [2022/09/18 01:21] – IP 192.168.1.2 is not used in the flashing procedure, references removed lleachii
Line 30: Line 30:
 ==== Prerequisites ==== ==== Prerequisites ====
   * 1x Meraki MX60/MX60W   * 1x Meraki MX60/MX60W
-  * 1x UART adapter wired to the MX60/MX60W (speed is 115200).+  * 1x UART adapter wired to the MX60/MX60W (speed is 115200 baud and Hardware Flow Control off).
   * Local computer (Static IP of 192.168.1.101) directly wired to the WAN port.   * Local computer (Static IP of 192.168.1.101) directly wired to the WAN port.
   * A local TFTP server.   * A local TFTP server.
Line 36: Line 36:
 ==== Flashing ==== ==== Flashing ====
  
-Note that older builds (17.01, 18.06.1) have a different flashing method due to changes made in the image. Please ensure you are following the correct instructions for the build you are installing. Instructions for the previous version can be found in the Repo Readme at [[https://github.com/riptidewave93/LEDE-MX60/blob/master/README.md#flashing]]+Note that older builds (e.g. 17.01, 18.06 and 21.02) have a different flashing method due to changes made in the image. Please ensure you are following the correct instructions for the build you are installing. Instructions for the previous version can be found in the Repo Readme at [[https://github.com/riptidewave93/LEDE-MX60/blob/master/README.md#flashing]]
  
-=== Snapshots ===+=== OpenWrt 22.03.0 and above ===
  
-1. Download the current meraki_mx60-initramfs-kernel.bin from [[http://downloads.openwrt.org/snapshots/targets/apm821xx/nand/]]. Then put the file into your TFTP server root directory and rename it to buck.bin+1. Download the current meraki_mx60-initramfs-kernel.bin from [[https://downloads.openwrt.org/releases/22.03.0/targets/apm821xx/nand/]]. Then put the file into your TFTP server root directory and rename it to buck.bin
  
-2. Start your TFTP server at 192.168.1.and connect the MX60(W) to the WAN Port.+2. Start your TFTP server on the local computer (at 192.168.1.101) and connect the MX60(W) to the WAN Port.
  
 3. Power on the MX60(W), and interrupt u-boot (accessible on the serial console). At the prompt, enter the following commands to update your boot settings: 3. Power on the MX60(W), and interrupt u-boot (accessible on the serial console). At the prompt, enter the following commands to update your boot settings:
Line 53: Line 53:
 setenv owrt_bootargs setenv bootargs console=ttyS0,\${baudrate} rootfstype=squashfs mtdoops.mtddev=oops setenv owrt_bootargs setenv bootargs console=ttyS0,\${baudrate} rootfstype=squashfs mtdoops.mtddev=oops
 setenv owrt_boot run meraki_ubi owrt_bootargs\; run owrt_load1 meraki_checkpart lede_bootkernel\; run owrt_load2 owrt_bootkernel setenv owrt_boot run meraki_ubi owrt_bootargs\; run owrt_load1 meraki_checkpart lede_bootkernel\; run owrt_load2 owrt_bootkernel
 +setenv owrt510_boot run meraki_ubi owrt_bootargs\; run owrt_load1 owrt_bootkernel\; run owrt_load2 owrt_bootkernel
 +setenv bootcmd run owrt510_boot
 +saveenv
 +</code>
 +
 +
 +**<color #ed1c24>Note</color>**: You won't be able to use older OpenWrt releases without switching the bootcmd back to owrt_boot (see: [[commit>?p=openwrt/openwrt.git;a=commit;h=8a042450d8fd4e2916fb0e87d65bbbd7e3a97130]]) using the following:
 +
 +<code>
 setenv bootcmd run owrt_boot setenv bootcmd run owrt_boot
 saveenv saveenv
 </code> </code>
 +
  
 4. Now enter the following commands to TFTP boot the initramfs image hosted on your local computer. 4. Now enter the following commands to TFTP boot the initramfs image hosted on your local computer.
Line 432: Line 442:
 ===== Tags ===== ===== Tags =====
 [[meta:tags|How to add tags]] [[meta:tags|How to add tags]]
-{{tag>APM82181 512RAM 1024flash 1WNIC ppc44x mod router powerpc}}+{{tag>apm821xx APM82181 1024flash 512RAM 1WNIC ppc44x mod powerpc}}
  • Last modified: 2024/02/12 08:58
  • by 127.0.0.1