I have tan issue on my WP7702, I can’t have Root SSH access on the FX30.
It gives me the error
(lsh:SWI-FX30-CATM) xxx@xxx:~/newWorkspace$ ssh root@192.168.2.2
ssh: connect to host 192.168.2.2 port 22: Connection refused
I can enter in AT!BOOTHOLD then have USB acces for re flash the firmwareWP77xx_Release15.1_SIERRA.spk
The reflash been with FTD2 on windows is successfull but same result -->refused access port 22
The reflash been with swiflash lasts longtime never finish.
(I updated the swiflash)
–>same result
I can also see on
AT!IMAGE?
TYPE SLOT STATUS LRU FAILURES UNIQUE_ID BUILD_ID
FW 1 EMPTY 0 0 0
FW 2 GOOD 2 0 0 ?_? 02.36.08.09_?
FW 3 GOOD 1 0 0 001.049_000 02.36.08.09_SIERRA
Max FW images: 3
Active FW image is at slot 2
TYPE SLOT STATUS LRU FAILURES UNIQUE_ID BUILD_ID
PRI FF GOOD 0 0 0 001.067_005 02.36.06.00_ATT
PRI FF GOOD 0 0 0 001.079_000 02.36.08.09_GENERIC
PRI FF GOOD 0 0 0 001.049_000 02.36.08.09_SIERRA
PRI FF GOOD 0 0 0 001.059_001 02.36.08.01_TELSTRA
PRI FF GOOD 0 0 0 001.042_004 02.22.12.00_VERIZON
Max PRI images: 50
I also made hard reboot with 10s maintaining on reset on boot.
→ same result
I changed the dropbear file and I think the issu is due to that.
But when reflash the FW, we should have factory state and new default dropbear no?
Can someone help me or share the topic resolved please?
AT!PARTITION=? Is not functioning gives ERROR.
but
AT!IMAGE?
TYPE SLOT STATUS LRU FAILURES UNIQUE_ID BUILD_ID
FW 1 EMPTY 0 0 0
FW 2 GOOD 2 0 0 ?_? 02.36.08.09_?
FW 3 GOOD 1 0 0 001.049_000 02.36.08.09_SIERRA
Max FW images: 3
Active FW image is at slot 2
TYPE SLOT STATUS LRU FAILURES UNIQUE_ID BUILD_ID
PRI FF GOOD 0 0 0 001.067_005 02.36.06.00_ATT
PRI FF GOOD 0 0 0 001.079_000 02.36.08.09_GENERIC
PRI FF GOOD 0 0 0 001.049_000 02.36.08.09_SIERRA
PRI FF GOOD 0 0 0 001.059_001 02.36.08.01_TELSTRA
PRI FF GOOD 0 0 0 001.042_004 02.22.12.00_VERIZON
Max PRI images: 50
Yes I have done a downgrade to R11 and tried swiflash -m "WP77XX" -r -f
stays hours at this state
(lsh:SWI-FX30-CATM) didier@ubuntu:~/newWorkspace$ swiflash -m "WP77XX" -r
Detecting USB of the target
DONE
Communicating with the target
DONE
Downloading the firmware
................................
AT!IMAGE?
TYPE SLOT STATUS LRU FAILURES UNIQUE_ID BUILD_ID
FW 1 GOOD 2 0 0 001.049_000 02.36.08.09_SIERRA
FW 2 GOOD 3 0 0 001.051_000 02.22.12.00_GENERIC
FW 3 EMPTY 0 0 0
Max FW images: 3
Active FW image is at slot 2
TYPE SLOT STATUS LRU FAILURES UNIQUE_ID BUILD_ID
PRI FF GOOD 0 0 0 001.067_002 02.36.06.00_ATT
PRI FF GOOD 0 0 0 001.051_000 02.22.12.00_GENERIC
PRI FF GOOD 0 0 0 001.043_002 02.36.06.00_SIERRA
PRI FF GOOD 0 0 0 001.059_001 02.36.08.01_TELSTRA
PRI FF GOOD 0 0 0 001.042_003 02.22.12.00_VERIZON
Max PRI images: 50
OK
didier@ubuntu:~/newWorkspace$ dmesg | grep tty
[ 0.004000] console [tty0] enabled
[ 3.797607] usb 1-1: Qualcomm USB modem converter now attached to ttyUSB0
[ 3.800742] usb 1-1: Qualcomm USB modem converter now attached to ttyUSB1
[ 3.804600] usb 1-1: Qualcomm USB modem converter now attached to ttyUSB2
didier@ubuntu:~/newWorkspace$ screen /dev/ttyUSB0 115200
[screen is terminating]
Sorry last information about access not unreachable but still refused
didier@ubuntu:~/newWorkspace$ ssh root@192.168.2.2
ssh: connect to host 192.168.2.2 port 22: Connection refused
contact Sierra FAE to get a tool to enable AT!PARTITION so that you can change the partition size of userapp patition and format this partition.
if just happening to one particular module, ask the Sierra FAE to level-3 unlock the module and enable the AT!PARTITION command for you.
write an unsandboxed legato application to format the userapp partition like this:
If you cannot download the legato application to the module due to SSH problem, you might need to upload the application to AVMS and ask module to connect to it by AT+WDSS=1,1 command.
BTW, you can also run wireshark on linux PC to see why there is connection refuse.
Here says shutting down the firewall on module side can help:
It is quite strange that if it rejects the TCP connection…
you might also try if other port can be used for ssh:
owner@ubuntu:~$ sudo nmap -T4 -sT -p T:1-65535 192.168.2.2
Starting Nmap 7.60 ( https://nmap.org ) at 2025-04-17 18:07 CST
Nmap scan report for 192.168.2.2
Host is up (0.0026s latency).
Not shown: 65534 filtered ports
PORT STATE SERVICE
22/tcp open ssh