Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

When SD card overflow Taranis work very slow #2007

Closed
VictorEVolkov opened this issue Jan 15, 2015 · 7 comments
Closed

When SD card overflow Taranis work very slow #2007

VictorEVolkov opened this issue Jan 15, 2015 · 7 comments

Comments

@VictorEVolkov
Copy link

No description provided.

@projectkk2glider
Copy link
Member

You need to give us a lot more details, I can not make any sense out of this report.

@VictorEVolkov
Copy link
Author

When LOG files fill ALL empty space - Taranis work very slow. If SD card removed - Taranis work fine.

@kilrah
Copy link
Member

kilrah commented Jan 15, 2015

Log will try to write but disk is full... pretty normal. The obvious answer is don't fill the disk...

Interface slowness will not affect control.

@projectkk2glider
Copy link
Member

We could add a check for free space in openLogs() using function f_getfree().

@projectkk2glider
Copy link
Member

I have a solution for this, do we want this in master or only in next?

@bsongis
Copy link
Member

bsongis commented Jan 23, 2015

Yes, 'master' will be fine

2015-01-23 19:21 GMT+01:00 Damjan Adamic notifications@github.com:

I have a solution for this, do we want this in master or only in next?


Reply to this email directly or view it on GitHub
#2007 (comment).

projectkk2glider added a commit that referenced this issue Jan 25, 2015
… free sectors

disk IO simulation
f_getfree() called in sdInit()
projectkk2glider added a commit that referenced this issue Jan 25, 2015
bsongis added a commit that referenced this issue Feb 17, 2015
…rd_full

Fixes #2007: handle full SD card in openLogs()
@projectkk2glider
Copy link
Member

Reminder to myself: I need to port this to next.

@projectkk2glider projectkk2glider self-assigned this Feb 18, 2015
projectkk2glider added a commit that referenced this issue Feb 18, 2015
…lemented for Taranis, added display of free sectors. Disk IO simulation (all ported from master)
projectkk2glider added a commit that referenced this issue Feb 18, 2015
@projectkk2glider projectkk2glider removed their assignment Feb 18, 2015
projectkk2glider added a commit that referenced this issue Feb 20, 2015
…lemented for Taranis, added display of free sectors. Disk IO simulation (all ported from master)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants