AT cmds for Mirage Talon from MangoH Red board AT port

I tried to get RawPort up on another MangoH red board, but i dont get any port enabled like the previous board on PC.

After reboot, on the MangoH Red board, /dev/ttyGS0 is obtained.
Attaching dmesg for more informationrawport.txt (62.3 KB)

Build info.
root@swi-mdm9x28-wp:~# cm info
Device: WP7608
IMEI: 352913090127034
IMEISV: 5
FSN: XG851200070310
Firmware Version: SWI9X07Y_02.18.05.00 000000 jenki[ 205.785333] i2c-msm-v2 78b8000.i2c: NACK: slave not responding, ensure its 0
ns 2018/07/19 17:40:21
Bootloader Version: SWI9X07Y_02.18.05.00 000000 jenkins 2018/07/19 17:40:21
MCU Version: 002.009
PRI Part Number (PN): 9908665
PRI Revision: 001.001
Carrier PRI Name: GENERIC
Carrier PRI Revision: 002.041_002
SKU: 1104194
Last Reset Cause: Power Down
Resets Count: Expected: 104 Unexpected: 0

Command used:
at!usbcomp=1,1,8014C ( Earlier my diag port was disabled so i continued to use C).
OK

at!mapuart=17,1
OK

at!reset.

Are you using same FW?
What is the dmesg in linux pc?

The working one, had flashed Release 12 and 13 which worked for me.

We have not flashed any image on the Non-working board.

Working cm info:

root@swi-mdm9x28-wp:~# cm info
Device: WP7607
IMEI: 359779080125194
IMEISV: 6
FSN: VN842200670510
Firmware Version: SWI9X07Y_02.28.03.03 000000 jenki[ 642.073892] i2c-msm-v2 78b8000.i2c: NACK: slave not responding, ensure its 0
ns 2019/05/21 03:33:04
Bootloader Version: SWI9X07Y_[ 642.091436] i2c-msm-v2 78b8000.i2c: NACK: slave not responding, ensure its powered: msgs(n:1 cur:0 0
02.28.03.03 000000 jenkins 2019/05/21 03:33:04
MCU Version: 002.011
PRI Part Number (PN): 9907327
PRI Revision: 001.004
Carrier PRI Name: SIERRA
Carrier PRI Revision: 001.026_000
SKU: 1103511
Last Reset Cause: Power Down
Resets Count: Expected: 504 Unexpected: 0

Maybe you can try the same fw first.
Btw, for wp76, if enable usb data raw port successfully, you should be able to see /dev/ttyGS1

We dont want to change the fw on the default board, since we are facing dhcp not cmg up issues on the flashed one.

Surprisingly, on the default image board, the USB raw port does not come up when connected to PC. In the /dev/ of the board, i see ttyGS0 and not ttyGS1.

Not sure whats going on. Please let me know how to get it enabled on the default board image.

You can downgrade the fw after making test.
Another method is to test the same fw as that in problematic module on mangoh board, if everything is ok, that means your board makes the problem.

Regret for bugging again on this, but unable to enable the rawdata port on the new MangoH red board. Tried the below commands, can you help me know where i am going wrong.

at
OK
at!entercnd=“A710”
OK
at!usbcomp?
Config Index: 1
Config Type: 1 (Generic)
Interface bitmask: 0008010D (diag,nmea,modem,rmnet0,ecm)

OK
at!usbcomp=1,1,8014D
ERROR
at!mapuart?
!MAPUART: 17,16

OK

I don’t see problem:

ati3
Manufacturer: Sierra Wireless, Incorporated
Model: WP7607-1
Revision: SWI9X07Y_02.28.03.05 000000 jenkins 2019/07/08 11:04:16
IMEI: 359780080500170
IMEI SV: 6
FSN: V2842570321010
+GCAP: +CGSM

OK
at!entercnd=“A710”
OK
aT!usbcomp?
Config Index: 1
Config Type: 1 (Generic)
Interface bitmask: 0008010D (diag,nmea,modem,rmnet0,ecm)

OK
at!usbcomp=1,1,8014D
OK

But the board i have unable to do so, is it because of older image ? Below are the tries did. Let me know if you have any inputs on this.

at!usbcomp=1,1,8014D
ERROR
at!usbcomp=1,1,9010D
OK
at!usbcomp?
Config Index: 1
Config Type: 1 (Generic)
Interface bitmask: 0009010D (diag,nmea,modem,rmnet0,audio,ecm)

OK
at!usbcomp=1,1,8010D
OK
at!usbcomp?
Config Index: 1
Config Type: 1 (Generic)
Interface bitmask: 0008010D (diag,nmea,modem,rmnet0,ecm)

OK
at!usbcomp=1,1,8014D
ERROR
at!usbcomp=1,1,9014D
ERROR
at!usbcomp=1,1,9010D
OK
ati3
Manufacturer: Sierra Wireless, Incorporated
Model: WP7608
Revision: SWI9X07Y_02.14.04.00 000000 jenkins 2018/02/14 20:19:41
IMEI: 352913090102888
IMEI SV: 4
FSN: XG814285460710
+GCAP: +CGSM

OK

From the history, you can do it in the past.
Maybe you can upgrade to FW R13 and give a try.

Yes earlier was a different board, with FW13. But now its a new board, which is unflashed. There needs to be a reason why its not working for older build. I dont get any info on the dmesg or logread

And this is the only board i have which is not flashed. I dont want to mess with this too, as in the flashed one DHCP does not come up and ecm0 is not assigned automatically.

From your ati3, it is not in fw r13, so maybe the at!usbcomp is not ok in old fw

Guess the old fw does not have support for RawPort enabling in at!usbcomp.

Is it possible to install/update new legato application using at commands ?

at+wfwupd ?

i want to push or install a new atServerWifi application into the board.

No, i don’t see any AT command can do this

Can i integrate new atServerwifi application in legato and then install the legato image using AT+WFWUPD ?

I believe yes, but i never try before.
You can give a try on this

Can we try tftp to download a file on to the MangoH red board ?

On my Host devices which is a android device the curl has support for tftp, http and https.

Why don’t use scp which is easy to use

My host is android and it does not have support for scp, but tftp is available. So wanted to know if i can transfer fw and applciations to the wp and update usign console

Do you mean you want to set up a tftp server in wp module?