RB4011 wont run at default CPU frequency

RB4011 is set on 533 CPU clock, I’m trying to set to different value (auto) but it’s shows an error.
The error is : couldn’t change settings- not allowed by device-mode (6)

How to get rid this message and to get higher speeds on this unit ?
I updated to most recent beta to try with.
Thanks!

Your best bet for reliability is to not change the factory default CPU clock speed settings.

If you increase the CPU clock speed , it may run a little faster but … It will run hotter and also not as stable.
If you decrease the CPU clock speed, it may run slower and cooler … however there also is a chance it may not be as stable.

All of the devices on a computer board have parts that are rated to run at a maximum bus speed. When you increase the CPU clock speed, there is a chance of the CPU or other parts on the CPU bus of now having a shorter operational life or possibly bricking the entire unit.

You’ll have to update Device Mode with the “routerboard=yes” setting.

https://help.mikrotik.com/docs/spaces/ROS/pages/93749258/Device-mode

If I understand DDM he’s trying to set frequency to “auto” … which is default since around 6.47.

@DDM: read about device mode … in particular, you’ll have to enable routerboard property (i.e. set it to yes).

Edit: meh, have slow fingers

Thanks for the answers!

So, I tried but seems that I cannot do it properly. It doesn’t work for me. Where I am wrong ?

  MMM      MMM       KKK                          TTTTTTTTTTT      KKK
  MMMM    MMMM       KKK                          TTTTTTTTTTT      KKK
  MMM MMMM MMM  III  KKK  KKK  RRRRRR     OOOOOO      TTT     III  KKK  KKK
  MMM  MM  MMM  III  KKKKK     RRR  RRR  OOO  OOO     TTT     III  KKKKK
  MMM      MMM  III  KKK KKK   RRRRRR    OOO  OOO     TTT     III  KKK KKK
  MMM      MMM  III  KKK  KKK  RRR  RRR   OOOOOO      TTT     III  KKK  KKK

  MikroTik RouterOS 7.17beta6 (c) 1999-2024       https://www.mikrotik.com/


Press F1 for help

[admin@MikroTik] > /system/device-mode/print 
                 mode: advanced     
     allowed-versions: 7.13+,6.49.8+
              flagged: no           
     flagging-enabled: yes          
            scheduler: yes          
                socks: yes          
                fetch: yes          
                 pptp: yes          
                 l2tp: yes          
       bandwidth-test: yes          
          traffic-gen: no           
              sniffer: yes          
                ipsec: yes          
                romon: yes          
                proxy: yes          
              hotspot: yes          
                  smb: yes          
                email: yes          
             zerotier: yes          
            container: no           
  install-any-version: no           
           partitions: no           
          routerboard: no           
        attempt-count: 0            

[admin@MikroTik] > /system/routerboard/settings set cpu-frequency=auto 
failure: not allowed by device-mode
[admin@MikroTik] > /system/routerboard/settings print 
                        ;;; Warning: cpu not running at default frequency
              auto-upgrade: no                                           
                 baud-rate: 115200                                       
                boot-delay: 2s                                           
            enter-setup-on: any-key                                      
               boot-device: nand-if-fail-then-ethernet                   
         preboot-etherboot: disabled                                     
  preboot-etherboot-server: any                                          
             cpu-frequency: 533MHz                                       
             boot-protocol: bootp                                        
       enable-jumper-reset: yes                                          
       force-backup-booter: no                                           
               silent-boot: no                                           
      protected-routerboot: disabled                                     
      reformat-hold-button: 20s                                          
  reformat-hold-button-max: 10m

First enable changing of routerboard settings in device mode.
This will require a reboot.

Then you can change the setting.

Okay,
I tried

/system/device-mode/update mode=advanced

then it showed counter and to press reset button/ to unplug the power.
Once I tried with reset. and once removing the power cord.
But after the reboot - shows same error (6) when I’m trying to get access to Routerboard menu.

You need:

/system/device-mode/update routerboard=yes

It worked!
Thanks a lot!