Old RB750 upgraded to RB 750r2 Hex Lite?

Recently, we received new RB 750r2(QCA9531-BL3A). Not found any documentation of this model anywhere.

Mikrotik Team Please provide the list of upcoming models in QCA9531.

Congratulations you received new improved RB750r2. More information about it will follow.

Oh. How is it possible?

To Sergejs :

You have degraded/upgraded on your own. No one knows about this product till now. and no information received from your newsletter for this product.

You did a big change of chipset and look in your existing product. Your website still showing AR7241 based RB 750.

I need to send all information of this product again to my customers. :frowning: :frowning: :frowning:

You have not intimated to the distributors before.

It have CPU - 650Mhz like hAP ?

yup.

How to backup configuration from terminal in Flash folder so they don’t get deleted when command

/system reset-configuration no-defaults=yes skip-backup=yes keep-users=no

is executed?

For anyone still wondering about the specification for this new RouterBoard. This is from a freshly unboxed unit.

[admin@MikroTik] /system> routerboard print 
       routerboard: yes
             model: RouterBOARD 750 r2
     serial-number: ##############
  current-firmware: 3.19
  upgrade-firmware: 3.19



[admin@MikroTik] /system> license print 
  software-id: V20F-YC62
       nlevel: 4
     features:



[admin@MikroTik] /system> resource print 
                   uptime: 3m
                  version: 6.25
               build-time: Jan/19/2015 10:11:08
              free-memory: 47.0MiB
             total-memory: 64.0MiB
                      cpu: MIPS 24Kc V7.4
                cpu-count: 1
            cpu-frequency: 650MHz
                 cpu-load: 0%
           free-hdd-space: 5.2MiB
          total-hdd-space: 16.0MiB
  write-sect-since-reboot: 615
         write-sect-total: 1179
               bad-blocks: 0%
        architecture-name: mipsbe
               board-name: RB750r2
                 platform: MikroTik

What’s WRONG with these new boards?

  • It looks like we now have to use “flash/” subdirectory and the root filesystem is some kind of ram disk (nobody told me, and had to find out the hard way).

  • We’ve got four of them and for some of them they just don’t work. Or after resetting tens of times they might work for a while…

  • Another bug. Put this into test.rsc:

/interface ethernet
set [find] master-port=none
set [ find default-name=ether1 ] name=wan1 master-port=none
set [ find default-name=ether2 ] name=wan2 master-port=none
set [ find default-name=ether3 ] name=LAN master-port=none
set [ find default-name=ether4 ] name=lan1 master-port=LAN
set [ find default-name=ether5 ] name=lan2 master-port=LAN

And now run

/system reset-configuration no-defaults=yes run-after-reset=flash/test.rsc

The result is that ethernet LED don’t work anymore. Rebooting does not help. The only solution is to reset.

Hi,
just put my hands on this one:

/system> resource print
                   uptime: 1m50s
                  version: 6.29.1
               build-time: Jun/01/2015 13:30:35
              free-memory: 47.3MiB
             total-memory: 64.0MiB
                      cpu: MIPS 24Kc V7.4
                cpu-count: 1
            cpu-frequency: 650MHz
                 cpu-load: 2%
           free-hdd-space: 5.2MiB
          total-hdd-space: 16.0MiB
  write-sect-since-reboot: 58
         write-sect-total: 1738
               bad-blocks: 0%
        architecture-name: mipsbe
               board-name: hEX lite
                 platform: MikroTik
[admin@MikroTik] /system> routerboard
[admin@MikroTik] /system routerboard> print
       routerboard: yes
             model: RouterBOARD 750 r2
     serial-number: 58A9xxxxxxxx
  current-firmware: 3.24
  upgrade-firmware: 3.24

Should I set cpu frequency to 850MHz

/system routerboard settings set cpu-frequency=850MHz

or not?

Is there any other solution to restore the led functionnality ?