Mikrotik Hex S 2025 Refresh - E60iUGS - Support

I have been using the “old” hex s with openwrt in a few locations and i am generally very happy, despite the low ram & nand storage.

I was happy to see the new/refreshed hexs which would be great, but based on a post here in the forum the CPU EN7562CT is not supported on OpenWRT. I couldn’t find any explicit information if it would be somehow possible to run OpenWRT on that devices or recompile it?

Probably an issue of missing Linux support, rather than Openwrt.

You've read all the old threads mentioning EN7562CT, right ?

Thanks @frollic yes and no about searching the old threads as the outcome with e.g. MikroTik E50UG - #3 by slh pointing to the git repo is not clear for me what it means in regards of the “boardname EN7562” :frowning:

Source only means it's not getting built, meaning no supported devices use it.

sorry if I don’t get it: if the source is there, It would only need to be built? :wink: or there are other dependencies that are missing to get it compiled for that CPU?

I bought this device and I'm adding it to OpenWRT, but I'm stuck with the initramfs file which won't start:

Secure key does not exist

EN7523DRAMC V0.5
dram_type = 5, speed = 1866
Final Impdance Cal Result: OCDP:0x17, OCDN:0x1b, ODTP:0x6, ODTN:0x6
DDR1866 PLL setting init
[Dramc] PCDDR3 AC Timing update 
Fire MRW command...
ModeReg.2, value.0x20 done
Fire MRW command...
ModeReg.3, value.0x0 done
Fire MRW command...
ModeReg.1, value.0x6 done
Fire MRW command...
ModeReg.0, value.0x1114 done
Fire MRW command...
ModeReg.1, value.0x86 done
Fire MRW command...
ModeReg.1, value.0x6 done
Calculate size.
DRAM size=512MB


RouterBOOT booter 7.22.1

E60iUGS

CPU frequency: 950 MHz
  Memory size: 512 MiB
    NAND size: 128 MiB
01: 0140 0004 1A75 0000 0001 0000 0004 0000 
09: 0800 7949 03A2 94A1 0DE1 0000 0004 2001 
0A: 0800 7949 03A2 94A1 0DE1 0000 0004 2001 
0B: 0800 7949 03A2 94A1 0DE1 0000 0004 2001 
0C: 0800 7949 03A2 94A1 0DE1 0000 0004 2001 

Press Ctrl+E to enter etherboot mode
Press <delete> key within 2 seconds to enter setup..
trying bootp protocol... OK
Got IP address: 192.168.1.193
resolved mac address 00:E0:4C:36:04:25
Gateway: 192.168.1.10
transfer started .......................................................... transfer ok, time=7.20s
setting up elf image... OK
jumping to kernel code

I also had to manually edit the NOR file to enable UART on the test pins:

--- nor_dump_hjy0ayzn1g_original.bin.hex        2026-04-16 12:31:42.108180893 -0300
+++ nor_dump_hjy0ayzn1g_uart.bin.hex    2026-04-16 12:31:42.128180964 -0300
@@ -15872,7 +15872,7 @@
 0007bfe0: 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 c56c f92b  .............................l.+
 0007c000: 4861 7264 1a00 0400 0000 0000 0400 0800 04f4 1c61 4d52 0000 0e00 0400 0600 0000  Hard...............aMR..........
 0007c020: 0a00 0400 41d6 ef15 0d00 0400 0000 0020 1300 0400 0000 0000 1200 0400 0000 0b00  ....A.......... ................
-0007c040: 1400 0400 9108 16be 1500 0400 0500 5908 1b00 0400 0000 0000 0b00 1000 484a 5930  ..............Y.............HJY0
+0007c040: 1400 0400 9108 16be 1500 0400 0000 5908 1b00 0400 0000 0000 0b00 1000 484a 5930  ..............Y.............HJY0
 0007c060: 4159 5a4e 4a31 4700 0000 0000 0500 0800 4536 3069 5547 5300 2100 0800 6845 5820  AYZNJ1G.........E60iUGS.!...hEX 
 0007c080: 5300 0000 0600 0800 372e 3138 2e32 0000 1900 1400 0100 0000 ffff ffff ffff ffff  S.......7.18.2..................
 0007c0a0: f000 0000 1c06 0000 0300 1400 c840 14c8 0c00 0000 0001 0000 0000 0000 0000 0000  .............@..................
1 Like