> For the complete documentation index, see [llms.txt](https://help.boomerang3.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.boomerang3.com/bbo-buffer-installation-manual/bbob_production/installation_of_open_wrt.md).

# Install Open WRT

This chapter describes an installation of Open WRT on Mikrotik RB750GR3 router.

1. Download Mikrotik Winbox <https://mt.lv/winbox64> and Tiny PXE Server <http://reboot.pro/files/file/303-tiny-pxe-server/>.
2. Download current Open WRT images for RB750GR3 router from <https://openwrt.org/toh/mikrotik/rb750gr3>. The firmware uploaded using TFTP and run from RAM is:\
   <https://downloads.openwrt.org/releases/21.02.1/targets/ramips/mt7621/openwrt-21.02.1-ramips-mt7621-mikrotik_routerboard-750gr3-initramfs-kernel.bin>\
   \
   The firmware uploaded using router LUCi web interface and run from Flash is:\
   <https://downloads.openwrt.org/releases/21.02.1/targets/ramips/mt7621/openwrt-21.02.1-ramips-mt7621-mikrotik_routerboard-750gr3-squashfs-sysupgrade.bin>\
   \
   Both of them are needed.Current version is 21.02.1. It is recommended to use always the newest stable version.
3. This step is optional. Set PC to use DHCP, connect it to LAN socket on router and use winbox to backup Mikrotik OS license key.
4. Set PC IP to 192.168.1.10, connect it to WAN socket on router.
5. Disable any other network interfaces on the PC.
6. Power the router on.
7. The RFC951 option in Tiny PXE config file must be set to 1 (RFC951=1).
8. Run Tiny PXE and set it as below. Select initramfs file as a boot file.

![](/files/jDZk5MFDYxzzzFiBPJvG)

9. Click Online.
10. Power the router off, press and hold reset (check where it is!, for RB750 it is at the back, close to power socket), power it on, wait for activity in Tiny PXE (TFTPd...), release reset, wait for DHCPdACK. Do not power the router off as it is running the Open WRT from RAM here.
11. Reconnect to LAN socket,
12. Browse 192.168.1.1, LUCI shall appear, login with no password and upgrade (System – Backup/Flash Firmware – Flash new firmware image) using squashfs file which is permanent flash image. After flashing wait until Luci opens again.
13. Done.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://help.boomerang3.com/bbo-buffer-installation-manual/bbob_production/installation_of_open_wrt.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
