This is the bug/patch tracker for Rockbox. Click here for more information.
Quick links: Bugs · Patches · Rockbox frontpage
FS#10810 - e200v2 - Recording to microSD causes "disk is full" error
Attached to Project:
Rockbox
Opened by Michael Chicoine (mc2739) - Wednesday, 25 November 2009, 19:08 GMT+2
Last edited by Rafaël Carré (funman) - Saturday, 16 January 2010, 06:28 GMT+2
Opened by Michael Chicoine (mc2739) - Wednesday, 25 November 2009, 19:08 GMT+2
Last edited by Rafaël Carré (funman) - Saturday, 16 January 2010, 06:28 GMT+2
|
DetailsWhen recording to the microSD card on an e200v2 the message "The disk is full. Press PREV to Continue." is splashed when the recording is stopped. The recording may or may not exist when you look on the microSD card. If the recording does exist, it has been truncated. The microSD card had approximately 100mb available.
Recording on the internal storage works fine. When recording in mp3 mode, the file was 1k larger than shown on the recording screen. Rockbox build = r23746 Steps to reproduce: 1. Create a directory for the recordings on the microSD card. 2. In the file browser, highlight this directory and bring up the context menu. 3. Select "Set As Recording Directory" 4. Next, I went to Settings -> Recording Settings -> Format and chose "MPEG Layer 3" but the default PCM Wave also caused the same failure. 5. I started FM Radio and through the context menu started recording (MIC recording also fails) 6. On the recording screen, press the play button to actually start recording. 7. After some time, press the play button to pause recording. Make note of the size. 8. Press the power button to save the recording. 9. The disk full splash appears. 10. Press PREV to clear the splash. 11. Exit the context menu and the FM Radio. 12. Browse to your recording directory. If the file exists, check the properties. It will be smaller than the size noted on the recording screen. Here are some of the recording size to file size comparisons I noted: 80.4 -> 79k 106k -> 95k 508k -> 493k 243k -> 238k |
This task depends upon
Closed by Rafaël Carré (funman)
Saturday, 16 January 2010, 06:28 GMT+2
Reason for closing: Fixed
Additional comments about closing: voltage scaling has been disabled
Saturday, 16 January 2010, 06:28 GMT+2
Reason for closing: Fixed
Additional comments about closing: voltage scaling has been disabled
With a more recent build (r23909) I am also getting a panic after the "disk is full" splash. The panic message is:
*PANIC*
SD Xfer write err:0x8 Disk 1
Tested with r23983 and still having the same issue.
As a further test, I disabled the voltage scaling in system-as2525.c so that the voltage was always at 1.20v. This also allows recording to the microSD card with no errors.