Getting firmware files for openwrt one

I am trying to follow the guide here:

I am having an issue at step one finding the bin files for recovery in this section:

For when the unit does not boot from NAND anymore, there is a failsafe recovery method to boot from NOR. This can be used even if the TF-A 2 https://openwrt.org/toh/openwrt/one#fn__2 or bootloader on the NAND are broken. The process is similar to the the NAND recovery boot, except for the NAND/NOR switch being on NOR (and the USB flash drive needing to be prepared):

  1. prepare a FAT32 formatted USB drive that contains the NAND preloader and the factory image from the SNAPSHOT or Current Stable Release Download Pages https://downloads.openwrt.org/releases/ "
  • openwrt-mediatek-filogic-openwrt_one-snand-preloader.bin
  • openwrt-mediatek-filogic-openwrt_one-factory.ubi
  1. remove power
  2. insert the USB drive
  3. make sure NOR boot is selected
  4. press and hold the button on the front side
  5. power up the device. Release the Front panel button as soon as all Front Panel LEDS turn off.
  6. wait for the LED to go green
    The NOR recovery system will then factory re-flash the entire NAND memory.

This link is on the page:

Is this last link where I download the needed firmware files for reflashing the openwrt one?

Assuming you are using the latest Release (25.12.2) you can find what you need at https://downloads.openwrt.org/releases/25.12.2/
Specifically, in https://downloads.openwrt.org/releases/25.12.2/targets/mediatek/filogic/

That helps. The file structure was a little confusing on where to look exactly. Thanks.

Yes you need to know the chip of the router to know which files you need. But this should be linked or stated on the wiki page or not?

It was not clear which file structure contained the neccessary files. I was referring to information on the actual setup page for the openwrt one and the file references did not have a good reference point.