Using latest initramfs snapshot image as of today:
openwrt-ar71xx-mikrotik-rb-nor-flash-16M-initramfs-kernel.bin
root@OpenWrt:# cat /tmp/sysinfo/model
MikroTik RouterBOARD 931-2nD r2
root@OpenWrt:# cat /tmp/sysinfo/board_name
unknown
root@OpenWrt:# sysupgrade /tmp/fw.bin
Device unknown not supported by this image
Supported devices: rb-750-r2 rb-750up-r2 rb-750p-pbr2 rb-911-2hn rb-911-5hn rb-931-2nd rb-941-2nd rb-951ui-2nd rb-952ui-5ac2nd rb-962uigs-5hact2hnt rb-lhg-5nd rb-map-2nd rb-mapl-2nd rb-wap-2nd rb-wapr-2nd
Image check 'fwtool_check_image' failed.
root@OpenWrt:# echo rb-931-2nd > /tmp/sysinfo/board_name && sysupgrade /tmp/fw.bin
Cannot save config while running from ramdisk.
Commencing upgrade. Closing all shell sessions.
... upgrade then completes
There seem to be two peculiarities: board_name is "unknown" and model
has an extra "r2". (Thibaut, the developer who committed the code said
his router model does not contain "r2").
Extra information: forcing an upgrade while board_name is "unknown"
results in a broken upgrade, i.e. an infinite reboot loop.
The text was updated successfully, but these errors were encountered:
Not really a bug. It is as simple as your board isn't support. "MikroTik RouterBOARD 931-2nD" is supported, but "MikroTik RouterBOARD 931-2nD r2" isn't.
openwrt-bot commentedDec 7, 2018
mircea:
I followed the following instructions:
Using latest initramfs snapshot image as of today:
openwrt-ar71xx-mikrotik-rb-nor-flash-16M-initramfs-kernel.bin
root@OpenWrt:
# cat /tmp/sysinfo/model# cat /tmp/sysinfo/board_nameMikroTik RouterBOARD 931-2nD r2
root@OpenWrt:
unknown
root@OpenWrt:
# sysupgrade /tmp/fw.bin# echo rb-931-2nd > /tmp/sysinfo/board_name && sysupgrade /tmp/fw.binDevice unknown not supported by this image
Supported devices: rb-750-r2 rb-750up-r2 rb-750p-pbr2 rb-911-2hn rb-911-5hn rb-931-2nd rb-941-2nd rb-951ui-2nd rb-952ui-5ac2nd rb-962uigs-5hact2hnt rb-lhg-5nd rb-map-2nd rb-mapl-2nd rb-wap-2nd rb-wapr-2nd
Image check 'fwtool_check_image' failed.
root@OpenWrt:
Cannot save config while running from ramdisk.
Commencing upgrade. Closing all shell sessions.
... upgrade then completes
There seem to be two peculiarities: board_name is "unknown" and model
has an extra "r2". (Thibaut, the developer who committed the code said
his router model does not contain "r2").
Extra information: forcing an upgrade while board_name is "unknown"
results in a broken upgrade, i.e. an infinite reboot loop.
The text was updated successfully, but these errors were encountered: