OTA update issue

Questions and discussion about The WiPy 1.0 board and CC3200 boards.
Target audience: Users with a WiPy 1.0 or CC3200 board.
Post Reply
danielm
Posts: 167
Joined: Mon Oct 05, 2015 12:24 pm

OTA update issue

Post by danielm » Tue Aug 16, 2016 3:02 pm

I am trying to perform OTA update via FTP, but my Filezilla client reports 'Could not start transfer' when trying to upload mcuimg.bin to '/flash/sys'.
When I try to upload the file to '/flash' it works however reported file size of uploaded file is smaller as it probably cannot fit in that part of FS.
Current version is v1.7-153-gbd66b09 on 2016-04-25, os.uname().release returns '1.2.0'.

User avatar
Roberthh
Posts: 3667
Joined: Sat May 09, 2015 4:13 pm
Location: Rhineland, Europe

Re: OTA update issue

Post by Roberthh » Tue Aug 16, 2016 6:25 pm

verify that you are using passive mode with a single connection.
And you could alternatively try the command line version

Code: Select all

ftp -p ip_of_wipy

danielm
Posts: 167
Joined: Mon Oct 05, 2015 12:24 pm

Re: OTA update issue

Post by danielm » Wed Aug 17, 2016 6:50 am

Yes, I use passive mode. Uploading to other directories than '/flash/sys' works ok. I work in Windows, but you are right, I should try different client. Anyway I think it will not help.

User avatar
pythoncoder
Posts: 5956
Joined: Fri Jul 18, 2014 8:01 am
Location: UK
Contact:

Re: OTA update issue

Post by pythoncoder » Wed Aug 17, 2016 12:31 pm

In my experience Filezilla is utterly reliable.
Peter Hinch
Index to my micropython libraries.

Post Reply