@novaprospekt216 @spuriousoffspring @RobertP , I am trying to play RAX120 and hope it will work with OpenWrt. But I destroyed the calibration data partition by accident. Would you help to enable telnet ,dump it and then use the usb to copy it out? Thanks!
How to enable telnet:

The command to dump is:

root@RAX120:/#nanddump /dev/mtd17 -f /tmp/rax120-mtd17

command to copy it to usb driver:

root@RAX120:/#cp /tmp/rax120-mtd17 /tmp/mnt/sdaX(X depends on your usb device)

BTW, you can use below command to double check if your HW is v1. "01" means v1.

root@RAX120:/# hexdump -C /proc/device-tree/soc_version_major 
00000000  01 00 00 00                                       |....|
00000004

1 Like