Follow MikroTik Common Procedures to install the OpenWrt firmware.
Warning: use openwrt-23.05.0-rc3 for the first step of the TFTP installation, as the other RCs and the final 23.05.0 version cannot be netbooted due to too high entry point addresses:
$ for file in *760igs*; do echo $file; readelf -h $file | grep Entry; done openwrt-22.03.5-ramips-mt7621-mikrotik_routerboard-760igs-initramfs-kernel.bin Entry point address: 0x80b71000 <-- netbootable openwrt-23.05.0-rc1-ramips-mt7621-mikrotik_routerboard-760igs-initramfs-kernel.bin Entry point address: 0x80b91000 openwrt-23.05.0-rc2-ramips-mt7621-mikrotik_routerboard-760igs-initramfs-kernel.bin Entry point address: 0x80b91000 openwrt-23.05.0-rc3-ramips-mt7621-mikrotik_routerboard-760igs-initramfs-kernel.bin Entry point address: 0x80b81000 <-- netbootable openwrt-23.05.0-rc4-ramips-mt7621-mikrotik_routerboard-760igs-initramfs-kernel.bin Entry point address: 0x80b91000 openwrt-23.05.0-ramips-mt7621-mikrotik_routerboard-760igs-initramfs-kernel.bin Entry point address: 0x80b91000 openwrt-23.05.1-ramips-mt7621-mikrotik_routerboard-760igs-initramfs-kernel.bin Entry point address: 0x80b91000 openwrt-23.05.2-ramips-mt7621-mikrotik_routerboard-760igs-initramfs-kernel.bin Entry point address: 0x80b91000
Discussion: https://github.com/openwrt/openwrt/issues/13255#issuecomment-1772098866, https://forum.openwrt.org/t/mikrotik-hex-s-rb760igs-cant-boot-via-tftp/175012.
Warning: Don't upgrade RouterOS packages & bootloader to 7.2.1 otherwise 'sysupgrade image' install will fail!
(downgrade to 6.46.4 verified ok) (downgrade to 6.48.6 verified ok) (downgrade to 6.48.7 verified ok) (downgrade to 6.49.8) verified ok
Quick guide:
24.10: LAN1 is in br-wan bridge together with SFP. LAN2-5 are in LAN bridge.
21.02: LAN1 is labelled “WAN” and has WAN firewall zone assigned by default. LAN2-5 are in LAN bridge. SFP port is unassigned.
MAC addresses:
WARNING: PoE passthrough is broken on the official OpenWRT 24.10.0 image. In order to fix it, you will need to edit /etc/config/system and change option gpio_pin from '497' (broken) to '529' (correct). This will fix PoE. More information at https://github.com/openwrt/openwrt/issues/17980 This issue is fixed in OpenWRT 24.10.1 onwards.
RB760iGS supports passive 24V PoE output on port 5 (marked as “PoE out”) and PoE passthrough.
If the device is powered via PoE input on port 1, the input voltage will be passed through to port 5. This can be used to chain power RB760 and a 48V-only AP by providing 48V to the router on port 1.
In any case, PoE output must be enabled with UCI:
uci set system.poe_passthrough.value=1 uci commit
This will enable PoE on boot.
Both fiber and copper SFP modules should work since 22.03. Fiber SFP didn't work in 21.02 but it has been fixed in commit 54ed38d5ea.