Forums - CDB20 Kit -OTA FTP upgrade

16 posts / 0 new
Last post
CDB20 Kit -OTA FTP upgrade
son
Join Date: 9 Aug 17
Posts: 14
Posted: Wed, 2018-05-30 06:08

Dear 

I have tried to test with OTA upgrade. 

1. After running in python the file build/fwupgrade/gen_fw_upgrade_img.py with default config fw_upgrade.xml

Output is ota.bin

2. Create ftp server and copy ota.bin to the server (server IP 192.168.1.44, user name lts, pass xxxxxxxxxxx). Test server is OK, works fine.

3. on QCLI demo, check interface and network is OK:

----------------------------------------------------------------
Net> ifconfig
 
Net: wlan0: DOWN
Net:  Phy Address: 02:03:7F:99:92:20
Net:  IPv4: 0.0.0.0  Subnet Mask: 255.0.0.0  Default Gateway: 0.0.0.0
Net:  IPv6 Link-local Address ..... : FE80::203:7FFF:FE99:9220/64
Net:  IPv6 Global Address ......... : ::
Net:  IPv6 Default Gateway  ....... : ::
Net:  IPv6 Global Address 2 ....... : ::
Net:  DNS Server: 192.168.1.1
Net: wlan1: UP
Net:  Phy Address: 00:03:7F:99:92:20
Net:  IPv4: 192.168.1.47  Subnet Mask: 255.255.255.0  Default Gateway: 192.168.1.1
Net:  IPv6 Link-local Address ..... : FE80::203:7FFF:FE99:9220/64
Net:  IPv6 Global Address ......... : ::
Net:  IPv6 Default Gateway  ....... : ::
Net:  IPv6 Global Address 2 ....... : ::
Net:  DNS Server: 192.168.1.1
 
Net> ping 192.168.1.44
 
Net>
Net: 64 bytes from 192.168.1.44: seq
---------------------------------------------------------------------------
 
4. Run ftp upgrade command:
FwUp> ftp wlan1 lts:[email protected]:21 ota.bin 0x0 (or 0x2, ..)
FwUp> ftp wlan1 lts:[email protected]:21 ota.bin 0x2
 
FwUp>
FwUp: 0 0
FwUp: 1 0
FwUp: 2 0
FwUp: 4 0
FwUp: 4 1017
FwUp: Firmware Upgrade Image Download Failed ERR:1017
-----------------------------------------------------------------
 
Result: can not upgrade, Download failed.
 
Question: 
- Why is it failed ?
 
I have tested on ftp get command on windows 10, it works fine.
---------------------------------------------------------------------
C:\Users\son_>ftp
ftp> open 192.168.1.44 21
Connected to 192.168.1.44.
220 (vsFTPd 3.0.3)
200 Always in UTF8 mode.
User (192.168.1.44:(none)): lts
331 Please specify the password.
Password:
230 Login successful.
ftp> get ota.bin
200 PORT command successful. Consider using PASV.
150 Opening ASCII mode data connection for ota.bin (785 bytes).
226 Transfer complete.
--------------------------------------------------------------------------------------
 
- What is full command to ftp upgrade, can you give some examples?
 
- Why QCA does not use tftp upgrade command? 
 
Thanks a lot in advance
 
Sincerely
Le
 
--------------------------------------------------------------
Update:
I tried to use http method by installing Apache2 server on Ubuntu 18.04, copy ota.bin into /var/www/html. Test on http://192.168.1.44:80/ota.bin
It downloaded fine.
 
But tried http upgrade command, it failed again:
FwUp> http wlan1 100:192.168.1.44:80 ota.bin
 
FwUp>
FwUp: 0 0
FwUp: 1 0
FwUp: 2 0
FwUp: 4 0
FwUp: 4 1017
FwUp: Firmware Upgrade Image Download Failed ERR:1017
-------------------------------------
This is current FW descriptor
FwUp: Active FWD: Current  index:0, present:2
FwUp: FWD 0
FwUp: Magic: 0x54445746
FwUp: Rank: 0x1
FwUp: Version: 0x1
FwUp: Status: 0x1
FwUp: Total Images: 0x5
FwUp:         Image ID: 0xA
FwUp:    Image Version: 0x0
FwUp:      Image Start: 0x13000
FwUp:       Image Size: 0x18B000
FwUp:         Image ID: 0xB
FwUp:    Image Version: 0x0
FwUp:      Image Start: 0x19E000
FwUp:       Image Size: 0x15000
FwUp:         Image ID: 0xD
FwUp:    Image Version: 0x0
FwUp:      Image Start: 0x1B3000
FwUp:       Image Size: 0x1A000
FwUp:         Image ID: 0x5
FwUp:    Image Version: 0x0
FwUp:      Image Start: 0x3000
FwUp:       Image Size: 0x10000
FwUp:         Image ID: 0x81
FwUp:    Image Version: 0x0
FwUp:      Image Start: 0x1000
FwUp:       Image Size: 0x2000
FwUp:
FwUp: FWD 1
FwUp: Magic: 0xFFFFFFFF
FwUp: Rank: 0xFFFFFFFF
FwUp: Version: 0xFFFFFFFF
FwUp: Status: 0xFF
FwUp: Total Images: 0xFF
FwUp:
FwUp: FWD 2
FwUp: Magic: 0xFFFFFFFF
FwUp: Rank: 0xFFFFFFFF
FwUp: Version: 0xFFFFFFFF
FwUp: Status: 0xFF
FwUp: Total Images: 0xFF
FwUp:
---------------------------------------------------------------------------
Question: Why it failed on both FTP and HTTP upgrades?
 

 

  • Up0
  • Down0
manjulak Moderator
Join Date: 5 Dec 14
Posts: 33
Posted: Thu, 2018-05-31 16:57

Hi,

Can you please confirm if you flashed initial image on the device using JTAG or USB? For OTA to succeed you need to have 2 filesystem partitions. In the FWD dump you provided I see only primary filesystem partition but secondary filesystem partition is missing. OTA will succeed when your FWD contains "Image ID: 0x80".  When the device is flashed through JTAG both the filesystem partitions are created by default. Please flash initial image onto device using JTAG and then try OTA. If you are flashing device through USB, please set below environment variable before you flash the device.

"set FS2IMG=KEEP"

 

 

 

 

 

 

  • Up0
  • Down0
son
Join Date: 9 Aug 17
Posts: 14
Posted: Fri, 2018-06-01 01:24

Hi

I flashed the initial image with USB.

I will try "set FS2IMG=KEEP"

Thanks

Le

  • Up0
  • Down0
son
Join Date: 9 Aug 17
Posts: 14
Posted: Sat, 2018-06-02 15:02

Hey

I have tried to recompile and use JTAG flash. It works fine and JTAG flash is succeeded.

But the problem is that after the flashing, I do not see the difference: it flashed only 1 file system (FWD 0), two other file systems are still empty. It means it could not OTA upgrade.

---------------------------------------------------------------------------------------------------------------

FwUp> fwd                                                                                
FwUp: Active FWD: Current  index:0, present:2                                   
FwUp: FWD 0                                                                     
FwUp: Magic: 0x54445746                                                         
FwUp: Rank: 0x1                                                                 
FwUp: Version: 0x1                                                              
FwUp: Status: 0x1                                                               
FwUp: Total Images: 0x6                                                         
FwUp:         Image ID: 0xA                                                     
FwUp:    Image Version: 0x0                                                     
FwUp:      Image Start: 0x23000                                                 
FwUp:       Image Size: 0x18B000                                                
FwUp:         Image ID: 0xB                                                     
FwUp:    Image Version: 0x0                                                     
FwUp:      Image Start: 0x1AE000                                                
FwUp:       Image Size: 0x15000                                                 
FwUp:         Image ID: 0xD                                                     
FwUp:    Image Version: 0x0                                                     
FwUp:      Image Start: 0x1C3000                                                
FwUp:       Image Size: 0x1A000                                                 
FwUp:         Image ID: 0x5                                                     
FwUp:    Image Version: 0x0                                                     
FwUp:      Image Start: 0x3000                                                  
FwUp:       Image Size: 0x10000                                                 
FwUp:         Image ID: 0x80                                                    
FwUp:    Image Version: 0x0                                                     
FwUp:      Image Start: 0x13000                                                 
FwUp:       Image Size: 0x10000                                                 
FwUp:         Image ID: 0x81                                                    
FwUp:    Image Version: 0x0                                                     
FwUp:      Image Start: 0x1000                                                  
FwUp:       Image Size: 0x2000                                                  
FwUp:                                                                           
FwUp: FWD 1                                                                     
FwUp: Magic: 0xFFFFFFFF                                                         
FwUp: Rank: 0xFFFFFFFF                                                          
FwUp: Version: 0xFFFFFFFF                                                       
FwUp: Status: 0xFF                                                              
FwUp: Total Images: 0xFF                                                        
FwUp:                                                                           
FwUp: FWD 2                                                                     
FwUp: Magic: 0xFFFFFFFF                                                         
FwUp: Rank: 0xFFFFFFFF                                                          
FwUp: Version: 0xFFFFFFFF                                                       
FwUp: Status: 0xFF                                                              
FwUp: Total Images: 0xFF                                                        
FwUp:                                                                           
                                                                               
FwUp> 
--------------------------------------------------------------------------------------------------------------------

Please let me know what I should do now to be able OTA upgrade ?

Thanks a lot in advance.

Sincerely

Le

  • Up0
  • Down0
jbhanu Moderator
Join Date: 6 Feb 17
Posts: 80
Posted: Sun, 2018-06-03 22:56

Hi Le, 

Yes . As told you before your FWD should coantain both the filesystem means  Image ID 0x5(primary filesytem) and secondary image ID 0x80(secondary filesytem)  for OTA upgrade. Now you can see your FWD0 conatins image id 0x80 after JTAG flashing , which was missing previously. 

<See your log> 
FwUp:         Image ID: 0x80                                                    
FwUp:    Image Version: 0x0                                                     
FwUp:      Image Start: 0x13000                                                 
FwUp:       Image Size: 0x10000    
 
So please do OTA now . IT will be successful.
 
So before OTA, please check this image id first present or not  . 
  • Up0
  • Down0
son
Join Date: 9 Aug 17
Posts: 14
Posted: Mon, 2018-06-04 02:08

Hey

Thanks for quick response. I have tried to follow your advice and carried out OTA FTP upgrage. But it continues fails:

-------------------------------------------------

FwUp> ftp wlan1 lts:[email protected]:21 ota.bin 1                      
                                                                                
FwUp>                                                                           
FwUp: 0 0                                                                       
FwUp: 1 0                                                                       
FwUp: 2 0                                                                       
FwUp: 4 0
...
wUp: 11 0                                                                      
FwUp: 14 0                                                                      
FwUp: 11 0                                                                      
FwUp: 11 1000                                                                   
FwUp: Firmware Upgrade Image Download Failed ERR:1000                           
   

                                                                               
FwUp>  

FwUp> fwd                                                                       
                                                                                
FwUp: Active FWD: Current  index:0, present:2                                   
FwUp: FWD 0                                                                     
FwUp: Magic: 0x54445746                                                         
FwUp: Rank: 0x1                                                                 
FwUp: Version: 0x1                                                              
FwUp: Status: 0x1                                                               
FwUp: Total Images: 0x6                                                         
FwUp:         Image ID: 0xA                                                     
FwUp:    Image Version: 0x0                                                     
FwUp:      Image Start: 0x23000                                                 
FwUp:       Image Size: 0x18B000                                                
FwUp:         Image ID: 0xB                                                     
FwUp:    Image Version: 0x0                                                     
FwUp:      Image Start: 0x1AE000                                                
FwUp:       Image Size: 0x15000                                                 
FwUp:         Image ID: 0xD                                                     
FwUp:    Image Version: 0x0                                                     
FwUp:      Image Start: 0x1C3000                                                
FwUp:       Image Size: 0x1A000                                                 
FwUp:         Image ID: 0x5                                                     
FwUp:    Image Version: 0x0                                                     
FwUp:      Image Start: 0x3000                                                  
FwUp:       Image Size: 0x10000                                                 
FwUp:         Image ID: 0x80                                                    
FwUp:    Image Version: 0x0                                                     
FwUp:      Image Start: 0x13000                                                 
FwUp:       Image Size: 0x10000                                                 
FwUp:         Image ID: 0x81                                                    
FwUp:    Image Version: 0x0                                                     
FwUp:      Image Start: 0x1000                                                  
FwUp:       Image Size: 0x2000                                                  
FwUp:                                                                           
FwUp: FWD 1                                                                     
FwUp: Magic: 0x54445746                                                         
FwUp: Rank: 0xFFFFFFFF                                                          
FwUp: Version: 0x1                                                              
FwUp: Status: 0xFF                                                              
FwUp: Total Images: 0x5                                                         
FwUp:         Image ID: 0x80                                                    
FwUp:    Image Version: 0x0                                                     
FwUp:      Image Start: 0x3000                                                  
FwUp:       Image Size: 0x10000                                                 
FwUp:         Image ID: 0x5                                                     
FwUp:    Image Version: 0x1                                                     
FwUp:      Image Start: 0x13000                                                 
FwUp:       Image Size: 0x10000                                                 
FwUp:         Image ID: 0xA                                                     
FwUp:    Image Version: 0x1                                                     
FwUp:      Image Start: 0x211000                                                
FwUp:       Image Size: 0x18B000                                                
FwUp:                                                                           
FwUp: FWD 2                                                                     
FwUp: Magic: 0xFFFFFFFF                                                         
FwUp: Rank: 0xFFFFFFFF                                                          
FwUp: Version: 0xFFFFFFFF                                                       
FwUp: Status: 0xFF                                                              
FwUp: Total Images: 0xFF                                                        
FwUp:                                                                           
                                                                                
FwUp> 
 
                                                                                
FwUp>  
 

-------------------------------------------------------

I am not sure that error it is.

I have not tried HTTP upgrade yet. 

Thanks

Le

 

  • Up0
  • Down0
jbhanu Moderator
Join Date: 6 Feb 17
Posts: 80
Posted: Mon, 2018-06-04 02:32

Hi , 

what is the size of your ota.bin? Have you copied all the other bin files(Quartz_HASHED.elf,"ioe_ram_m0_threadx_ipt.mbn,"wlan_fw_img.bin) to target\build\tools\fwupgrade\  folder and also have you changed format value to 2 in fw_upgrade.xml  for full upgrade before running , python gen_fw_upgrade_img.py -–xml fw_upgrade.xml -–output ota.bin                   to genertae your ota.bin . 

If not , please do .  I think you are only copying your ota.bin to ftp server folder means doing full upgrade. 

 

Regards

Jyotiranjan 

  • Up0
  • Down0
son
Join Date: 9 Aug 17
Posts: 14
Posted: Mon, 2018-06-04 03:25

Dear Jyotiranjan 

>what is the size of your ota.bin? 

ota.bin is quite small, because I set format is 1, thus it is config file.

>Have you copied all the other bin files(Quartz_HASHED.elf,"ioe_ram_m0_threadx_ipt.mbn,"wlan_fw_img.bin) to target\build\tools\fwupgrade\  >folder and also have you changed format value to 2 in fw_upgrade.xml  for full upgrade before running 

I have copied all these file and set format to 1 in fw_upgrade.xml

I have not rried yet with full upgrade image file.

I have tried with HTTP, not since the same error as above. But  it shows as following (wating for about 10 min), and has not shown upgrade complet message.

-------------------------------------

FwUp: 14 0                                                                      
FwUp: 11 0                                                                      
FwUp: 14 0                                                                      
FwUp: 11 0  
----------------------------------------
  • Up0
  • Down0
jbhanu Moderator
Join Date: 6 Feb 17
Posts: 80
Posted: Mon, 2018-06-04 03:48

Hi, 

Can you please try the same with ftp and update.

  • Up0
  • Down0
son
Join Date: 9 Aug 17
Posts: 14
Posted: Wed, 2018-06-06 02:52
Hei
 
I have tried again with OTA upgrade, after 10-15min, it continues to show messages as follows
----------------------------------------
FwUp: 14 0                                                                      
FwUp: 11 0                                                                      
FwUp: 14 0                                                                      
FwUp: 11 0  
-----------------------------------------
 
So I power off, tried to JTAG flash image, then it could not flash and it shows new errors as follows:
 
udo sh flash_openocd.sh 
3333/tcp:             4506
Open On-Chip Debugger 0.10.0
Licensed under GNU GPL v2
For bug reports, read
adapter speed: 5000 kHz
Info : clock speed 5000 kHz
Info : JTAG tap: QM4.cpu tap/device found: 0x4ba00477 (mfg: 0x23b (ARM Ltd.), part: 0xba00, ver: 0x4)
Info : JTAG tap: auto0.tap tap/device found: 0x300160e1 (mfg: 0x070 (Qualcomm), part: 0x0016, ver: 0x3)
Warn : AUTO auto0.tap - use "jtag newtap auto0 tap -irlen 11 -expected-id 0x300160e1"
Info : QM4.cpu: hardware has 6 breakpoints, 4 watchpoints
Info : JTAG tap: QM4.cpu tap/device found: 0x4ba00477 (mfg: 0x23b (ARM Ltd.), part: 0xba00, ver: 0x4)
Info : JTAG tap: auto0.tap tap/device found: 0x300160e1 (mfg: 0x070 (Qualcomm), part: 0x0016, ver: 0x3)
Warn : Only resetting the Cortex-M core, use a reset-init event handler to reset any peripherals or configure hardware srst support.
[2018-06-06 10:42:34,148] INFO: Checking for files to add to the image for Firmware Descriptor Table 0 File:gen_fwd_table.py:654 Function:gen_xml_program 
[2018-06-06 10:42:34,149] INFO: Done Generating XML file to program. File:gen_fwd_table.py:692 Function:gen_xml_program 
[2018-06-06 10:42:34,166] INFO: flash_through_gdb.py version 1.0.5 File:flash_through_gdb.py:577 Function:main 
[2018-06-06 10:42:34,166] ERROR: Path None does not point to a file File:flash_through_gdb.py:464 Function:gdb_check_availability 
[2018-06-06 10:42:34,166] CRITICAL: The given GDB path is not valid File:flash_through_gdb.py:584 Function:main 
 Finished Flashing
target halted due to debug-request, current mode: Thread 
xPSR: 0x01000000 pc: 0x000001c0 msp: 0x10000154
    TargetName         Type       Endian TapName            State       
--  ------------------ ---------- ------ ------------------ ------------
 0* QM4.cpu            cortex_m   little QM4.cpu            halted
Terminated
lts@LTS-PC:~/LMTechs/wifi/QCA4020/SW/QCA4020.OR.1.1_PostCS1/target/quartz/demo/QCLI_uart_at_demo/build/gcc$ 
-------------------------------------------------------------------------------------------------------------------
 
I have tried to EDL USB flash image, then tried again with JTAG flash, it shows the same error as above
 

This is FWD dumping after EDL:

----------------------------------------------

FwUp: Active FWD: Current  index:0, present:2                                   
FwUp: FWD 0                                                                     
FwUp: Magic: 0x54445746                                                         
FwUp: Rank: 0x1                                                                 
FwUp: Version: 0x1                                                              
FwUp: Status: 0x1                                                               
FwUp: Total Images: 0x5                                                         
FwUp:         Image ID: 0xA                                                     
FwUp:    Image Version: 0x0                                                     
FwUp:      Image Start: 0x13000                                                 
FwUp:       Image Size: 0x18B000                                                
FwUp:         Image ID: 0xB                                                     
FwUp:    Image Version: 0x0                                                     
FwUp:      Image Start: 0x19E000                                                
FwUp:       Image Size: 0x15000                                                 
FwUp:         Image ID: 0xD                                                     
FwUp:    Image Version: 0x0                                                     
FwUp:      Image Start: 0x1B3000                                                
FwUp:       Image Size: 0x1A000                                                 
FwUp:         Image ID: 0x5                                                     
FwUp:    Image Version: 0x0                                                     
FwUp:      Image Start: 0x3000                                                  
FwUp:       Image Size: 0x10000                                                 
FwUp:         Image ID: 0x81                                                    
FwUp:    Image Version: 0x0                                                     
FwUp:      Image Start: 0x1000                                                  
FwUp:       Image Size: 0x2000                                                  
FwUp:                                                                           
FwUp: FWD 1                                                                     
FwUp: Magic: 0xFFFFFFFF                                                         
FwUp: Rank: 0xFFFFFFFF                                                          
FwUp: Version: 0xFFFFFFFF                                                       
FwUp: Status: 0xFF                                                              
FwUp: Total Images: 0xFF                                                        
FwUp:                                                                           
FwUp: FWD 2                                                                     
FwUp: Magic: 0xFFFFFFFF                                                         
FwUp: Rank: 0xFFFFFFFF                                                          
FwUp: Version: 0xFFFFFFFF                                                       
FwUp: Status: 0xFF                                                              
FwUp: Total Images: 0xFF                                                        
FwUp:                                                                           
                                                                                
FwUp> 
 

--------------------------------------------

  • Up0
  • Down0
jbhanu Moderator
Join Date: 6 Feb 17
Posts: 80
Posted: Wed, 2018-06-06 05:20

You tried by http or ftp ? 

Can you please first set the enviornment varibale like below and then next flash by USB to get FS2 image ID.

set FS2IMG=ERASE 

After that please check, if you are able to get img id 0x80 or not?

Also use wlan0 and flag value as 0 for your command. Means connect to AP over wlan0 . 

ftp wlan0 lts:[email protected]:21 ota.bin 0

JTAG issue-

Have you done proper jumper connection for JATG?

Also you can add below lines in your flash.bat for JTAG flashing . 

+ DEL /F output\firmware_table.bin

+ DEL /F output\generated_partition_table.xml

+ DEL /F output\generated_fwd_table.xml

Regards

Jyotiranjan 

  • Up0
  • Down0
son
Join Date: 9 Aug 17
Posts: 14
Posted: Thu, 2018-06-07 06:04

Dear

Thanks for your email.

1. This is a typical error:

ATW> OTAFWD
Active FWD: Current  index:0, present:2
FWD 0
Magic: 0x54445746
Rank: 0x1
Version: 0x1
Status: 0x1
Total Images: 0x6
              Image ID     : 0xA
              Image Version: 0x0
              Image Start  : 0x23000
              Image Size   : 0x157000
              Image ID     : 0xB
              Image Version: 0x0
              Image Start  : 0x17A000
              Image Size   : 0x15000
              Image ID     : 0xD
              Image Version: 0x0
              Image Start  : 0x18F000
              Image Size   : 0x1A000
              Image ID     : 0x5
              Image Version: 0x0
              Image Start  : 0x3000
              Image Size   : 0x10000
              Image ID     : 0x80
              Image Version: 0x0
              Image Start  : 0x13000
              Image Size   : 0x10000
              Image ID     : 0x81
              Image Version: 0x0
              Image Start  : 0x1000
              Image Size   : 0x2000
FWD 1
Magic: 0xFFFFFFFF
Rank: 0xFFFFFFFF
Version: 0xFFFFFFFF
Status: 0xFF
Total Images: 0xFF
FWD 2
Magic: 0xFFFFFFFF
Rank: 0xFFFFFFFF
Version: 0xFFFFFFFF
Status: 0xFF
Total Images: 0xFF
 
OK
 
ATW> OTAFTP=wlan0,lts:[email protected]:21,ota.bin,0
 
ATW> EVT_OTA: 0 0
EVT_OTA: 1 0
EVT_OTA: 2 0
EVT_OTA: 11 0
EVT_OTA: 14 0
EVT_OTA: 11 0
EVT_OTA: 11 1000
 
ERROR
 
2. It is very strange that if the above OTA upgrade is OK, then when trying the 2nd upgrade, it shows error as above again, then when I change to OTATRIAL-1,1 and/or OTAFTP=wlan0,lts:[email protected]:21,ota.bin,1
Then it is sometimes OK and most of the time ERRORS.
 
3. The error on JTAG flash_openocd.sh on Ubuntu as described in previous messages is still occurred, even the image ID 0x80. Checked all cable, jumpers, it does not have any problem.
 
4. Conclusion: Not yet enough time for mapping exact errors in JTAG image loading and OTA upgrade. But it definitely has more than one serious bugs. 
 
 
 
  • Up0
  • Down0
jbhanu Moderator
Join Date: 6 Feb 17
Posts: 80
Posted: Thu, 2018-06-07 06:40

Is OTA works fine , if you do not use AT . Means only by wlan . 

  • Up0
  • Down0
jaydenk
Join Date: 21 Jun 18
Posts: 64
Posted: Thu, 2018-10-18 09:15

Hi Son,

The ERR:1017 seems caused because there is no secondary filesystem partition.
For OTA upgrade, the secondary filesystem should exist at that time.

It seems you're flashing image by USB, right?

Following command will set default FS2 partition which remove the ERR:1017.

@Flash image with secondary filesystem partition

set FS2IMG=ERASE
set FS2SZ=64
python ..\..\..\..\..\build\tools\flash\qflash.py --comm xx

Thanks
BR,
Jayden

  • Up0
  • Down0
octavioshaffer784
Join Date: 12 Nov 18
Posts: 1
Posted: Mon, 2018-11-12 03:43

i update my IP Address, 192.168.1.1 and suddenly i can't access anymore, Can please teach me how to fix this? 

  • Up0
  • Down0
c_rpedad
Profile picture
Join Date: 18 Jun 18
Location: San Jose
Posts: 317
Posted: Mon, 2018-11-12 15:02

Could you briefly describe the issue ?
What is the error you are observing and what setps have you followed?

  • Up0
  • Down0
or Register

Opinions expressed in the content posted here are the personal opinions of the original authors, and do not necessarily reflect those of Qualcomm Incorporated or its subsidiaries (“Qualcomm”). The content is provided for informational purposes only and is not meant to be an endorsement or representation by Qualcomm or any other party. This site may also provide links or references to non-Qualcomm sites and resources. Qualcomm makes no representations, warranties, or other commitments whatsoever about any non-Qualcomm sites or third-party resources that may be referenced, accessible from, or linked to this site.