baconwaifu / propforth

Automatically exported from code.google.com/p/propforth
0 stars 0 forks source link

Cannot write large files to sdcard #74

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Reported by Ron and caskaz

Two of three SD issues

What steps will reproduce the problem?

2. Cannot write large files to sdcard. AKA hex 50 fwrite testfile
the directory entry is written but no data. I used my edit_demo to test, which 
is a 6k text file.

http://forums.parallax.com/showthread.php?133312-PropForth4.6-is-available-for-d
ownload&p=1052011&viewfull=1#post1052011

Original issue reported on code.google.com by prof.bra...@gmail.com on 18 Nov 2011 at 2:13

GoogleCodeExporter commented 8 years ago
fl buffers to the hub memory,
if we load too big of file, it runs out.

This is a physuical limitation of the propchip,

SOLUTION is to load via telnet IP,
we can go as big as we want.

OR change tera term to use delays, 
and don't use fl (fastload)

it will just run slowly, without buffering

document this

Original comment by prof.bra...@gmail.com on 21 Dec 2011 at 5:19

GoogleCodeExporter commented 8 years ago
Marking this done

Original comment by salsa...@gmail.com on 23 Feb 2013 at 7:18