[FS#3471] Mikrotik RB911-5Hn propper nand detection failed

OpenWrt Bugs openwrt-bugs at lists.openwrt.org
Sat Nov 28 14:41:01 EST 2020


THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.

The following task has a new comment added:

FS#3471 - Mikrotik RB911-5Hn propper nand detection failed
User who did this - rogerpueyo (rogerpueyo)

----------
Hi,

Now we have the soft_config and hard_config partitions detected. Great! :-)

It would be nice to check a couple of things to make sure the routerboot driver is actually detecting everything correctly.


  * **1** First, let's see the values in soft_config. Could you please execute this command and paste the output? It will list all the files in /sys/firmware/mikrotik/soft_config and print the values:


for i in /sys/firmware/mikrotik/soft_config/*; do echo $i; cat $i; echo ""; done


  * **2** Then, let's also do it for the hard_config partition. Could you please execute this command and paste the output? It does the same, but it will avoid printing wlan_data.


for i in /sys/firmware/mikrotik/hard_config/*; do if echo $i | grep -v "wlan_data"; then cat $i; echo ""; fi; done


** => Tip**: you may want to modify the MAC address or the serial number, for privacy reasons.

  * **3** Since we now have the hard_config data, could you check the Ethernet and WiFi interfaces have the correct MAC addresses?

  * **4** Last thing, could you check if the LEDs work as expected? There should be a green power LED (always on), a green status LED (blink during boot, then off), and five green LEDs that indicate the wifi signal strenght.

Thanks!



----------

More information can be found at the following URL:
https://bugs.openwrt.org/index.php?do=details&task_id=3471#comment9059

You are receiving this message because you have requested it from the Flyspray bugtracking system.  If you did not expect this message or don't want to receive mails in future, you can change your notification settings at the URL shown above.



More information about the openwrt-bugs mailing list