lwip-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [lwip-users] TFTP init


From: Stephen Cowell
Subject: Re: [lwip-users] TFTP init
Date: Wed, 18 Jan 2017 10:19:24 -0600
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.6.0

What ftp library are you using? I successfully used sftp with lwip 1.4.1 and fatFS, no OS needed, to be an FTP server for an SD card.

Are you being a server or a client? Sounds like client. Pretty sure all the ftp things need a file system to work.

Using a file system is going to be easier than hacking an FTP client I think. Your goal is to use as much already-done code as possible. Choose hardware with a rich set of example projects... Atmel SAM4E helped me a lot.

--
Stephen Cowell

On 1/18/2017 7:21 AM, nrichard wrote:
Ajay Bhargav wrote
I guess you need to check memory configuration. How much RAM do you have?
Are you using memory pool or malloc?
One thing to note here, I have written modified vfs layer for both my
systems as none of them use FatFS. I don’t know if that will have any
impact as such. You better check your lwIP options for memory settings.

- Ajay B.
Ideally I'd like to not use FatFs, I just don't know how to go about
modifying the vfs layer myself (junior developer, still learning!).  All I
need is the capability to FTP an image file over to a location in flash
memory, so I don't need an entire file system.  Do you mind if I send you a
private email to ask a couple questions? Don't want to get too off topic in
the public mailing list.



--
View this message in context: 
http://lwip.100.n7.nabble.com/TFTP-init-tp28231p28406.html
Sent from the lwip-users mailing list archive at Nabble.com.

_______________________________________________
lwip-users mailing list
address@hidden
https://lists.nongnu.org/mailman/listinfo/lwip-users




reply via email to

[Prev in Thread] Current Thread [Next in Thread]