Rockbox.org home
Downloads
Release release
Dev builds dev builds
Extras extras
themes themes
Documentation
Manual manual
Wiki wiki
Device Status device status
Support
Forums forums
Mailing lists mailing lists
IRC IRC
Development
Bugs bugs
Patches patches
Dev Guide dev guide
Search



Donate

Rockbox Technical Forums


Login with username, password and session length
Home Help Search Staff List Login Register
News:

Rockbox Ports are now being developed for various digital audio players!

+  Rockbox Technical Forums
|-+  Rockbox Development
| |-+  New Ports
| | |-+  SanDisk Sansa c200v2, m200v4, clipv1, clipv2, clip+, and fuzev2
« previous next »
  • Print
Pages: 1 ... 64 65 [66] 67 68 ... 129

Author Topic: SanDisk Sansa c200v2, m200v4, clipv1, clipv2, clip+, and fuzev2  (Read 1337541 times)

matsch

  • Guest
Re: SanDisk Sansa e200 v2, c200 v2, m200 (v2), clip and Fuze
« Reply #975 on: June 09, 2009, 05:39:27 PM »
Quote from: funman on June 08, 2009, 07:10:21 PM
codecs will write into the log, mostly if not always in error cases (FLAC codec seems to always write the number of decoded frames though)

get no info from logf if Clip MP3 playing stops randomly

EDIT:

from 'View buffering thread' I get PCM 0/176400 if MP3 playing stops. Perhaps this is helpful.
« Last Edit: June 09, 2009, 06:05:42 PM by matsch »
Logged

Offline saratoga

  • Developer
  • Member
  • *
  • Posts: 8974
Re: SanDisk Sansa e200 v2, c200 v2, m200 (v2), clip and Fuze
« Reply #976 on: June 09, 2009, 07:51:33 PM »
Quote from: matsch on June 09, 2009, 05:39:27 PM
Quote from: funman on June 08, 2009, 07:10:21 PM
codecs will write into the log, mostly if not always in error cases (FLAC codec seems to always write the number of decoded frames though)

get no info from logf if Clip MP3 playing stops randomly

EDIT:

from 'View buffering thread' I get PCM 0/176400 if MP3 playing stops. Perhaps this is helpful.

You'll probably have to insert your own debug statements to print things into the log.  Its unlikely someone has already added the correct ones in expectation of deadlock issues on future targets.
Logged

Offline daytona955

  • Member
  • *
  • Posts: 9
Re: SanDisk Sansa e200 v2, c200 v2, m200 (v2), clip and Fuze
« Reply #977 on: June 10, 2009, 03:47:37 AM »
Quote from: FlynDice on June 09, 2009, 02:20:28 PM
I just posted FS#10308 to flyspay to add some preconfigured frequency configurations to clock-target.h.  As a note, there are 2 configurations which use 32MHz for dbop which will let e200v2 users use their radio for now until we find a better solution. There is a tradeoff there but if you simply must have your radio....
The weird thing is, the performance hit is minimal. I sort of hinted at this:
http://www.rockbox.org/tracker/task/10267#comment30797
For test_codec I get:
DBOP62M 31M
MP3 VBR5593%591%
OGG551%549%
The test_disk figures are also broadly similar.
But even stranger is that the test_fps figures are completely identical:
LCD Update
1/1 44.7
1/4173.5
LCD YUV
1/129.5
1/4 113.5
I would have expected the DBOP clock to affect LCD update most...
These figures are from an otherwise unchanged r21234 build. On an e260v2.
« Last Edit: June 10, 2009, 03:50:41 AM by daytona955 »
Logged

Offline FlynDice

  • Developer
  • Member
  • *
  • Posts: 166
Re: SanDisk Sansa e200 v2, c200 v2, m200 (v2), clip and Fuze
« Reply #978 on: June 10, 2009, 12:25:54 PM »
Okay, it only took me 2days but i finally got the plotting thing to work.  One is SVN before FS#10048(mmu), one is with mmu and 62/31 fastbus only, and finally the winner is 248/62 synchronous bus.

* batterygraph.png (5.69 kB, 640x480 - viewed 808 times.)
Logged
e280v2    fuzev1 2gb   clip+4gb   8GB Transcend cl6 uSD    access to fuzev2 4GB       clip+2gb R.I.P.

matsch

  • Guest
Re: SanDisk Sansa e200 v2, c200 v2, m200 (v2), clip and Fuze
« Reply #979 on: June 10, 2009, 05:37:21 PM »
Playing MP3 with r21228 does not work on Clip v1. MP3 files are directly skipped with the message 'codec failure'.

R21207 was OK.
Logged

Offline funman

  • Developer
  • Member
  • *
  • Posts: 645
Re: SanDisk Sansa e200 v2, c200 v2, m200 (v2), clip and Fuze
« Reply #980 on: June 10, 2009, 05:44:50 PM »
please make sure you rebuilt the codecs (make && make zip) and not only rockbox (make bin) and give a try to FS#10309
Logged
a wise man said: "a wise man said"

Offline helios

  • Member
  • *
  • Posts: 2
Re: SanDisk Sansa e200 v2, c200 v2, m200 (v2), clip and Fuze
« Reply #981 on: June 10, 2009, 06:58:46 PM »
rockbox-r21245 on my Sansa e200v2 with 2 MB flash, no SD card, appears to run fine - after I also upgraded the bootloader. I was not sure whether I had to scramble the bootloader, but since scramble.c was already compiled after making the bootloader and mkamsboot didn't complain I assume it has been scrambled by making the bootloader already.

Well it works. I am able to play a mpeg video now. Video and music are perfectly in sync. ;) jpeg images are rendered way faster at least in my subjective perception. mpeg3, ogg vorbis, flac playback appears to be just fine - it doesn't appear to boost that often anymore. some c64 sid files play, some do not, but that didn't change to previous versions. Well thanks - its getting better all the time. I did not apply FS#10309, so far it appears to work without it or it has been applied meanwhile.
Logged

Offline FlynDice

  • Developer
  • Member
  • *
  • Posts: 166
Re: SanDisk Sansa e200 v2, c200 v2, m200 (v2), clip and Fuze
« Reply #982 on: June 11, 2009, 12:23:39 AM »
well I'm back to having problems with the 8GB sd card.  If I format it it works great for awhile. Then it starts acting up on me until I reformat it again and it works great for awhile and then......   I'm hoping funman's FS#10309 is going to help this but we will see.  Funman is there an easy or intelligent way to check the card after it gets borked up to see what's getting changed on it?  I think I can still access the card on my desktop machine.  I'm pretty sure something on the card is getting altered as rockbox  boots up without any problems once the card gets reformatted.
« Last Edit: June 11, 2009, 12:26:18 AM by FlynDice »
Logged
e280v2    fuzev1 2gb   clip+4gb   8GB Transcend cl6 uSD    access to fuzev2 4GB       clip+2gb R.I.P.

matsch

  • Guest
Re: SanDisk Sansa e200 v2, c200 v2, m200 (v2), clip and Fuze
« Reply #983 on: June 11, 2009, 04:33:20 AM »
Quote from: funman on June 10, 2009, 05:44:50 PM
please make sure you rebuilt the codecs (make && make zip) and not only rockbox (make bin) and give a try to FS#10309

After rebuilding codec and applying patch FS#10309 same result. What is your clip v1 doing?
Logged

Offline funman

  • Developer
  • Member
  • *
  • Posts: 645
Re: SanDisk Sansa e200 v2, c200 v2, m200 (v2), clip and Fuze
« Reply #984 on: June 11, 2009, 06:41:25 AM »
@flyndice : there is nothing to check, if rockbox SD driver is buggy it will randomly write bad data to the card, and could corrupt your files, your filesystem, or both. Perhaps you can run md5sum of known files to see if they changed.

@matsch : my clip works fine (r21245 + fs#10309), did you check your filesystem/reformat before using fs#10309 ?
Logged
a wise man said: "a wise man said"

Offline werich

  • Member
  • *
  • Posts: 7
Re: SanDisk Sansa e200 v2, c200 v2, m200 (v2), clip and Fuze
« Reply #985 on: June 11, 2009, 11:47:47 AM »
Hello, my testing results are:

my fuze 8GB with 8GBsd finally works with r21245 (with and without fs#10309, actual bootloader, reformatted) before that it froze on startup since FS#10048 was included in SVN. But there seems to be problems with the 4GB barrier?!

Building up the database stops after reading half of the internal songs, always at the same number. SD card sums up to that number with no errors, if inserted. After build DB fails, the filesystem is corrupted.

The player doesn't recognize internal filesystem anymore, if i try to access one song from the second half of the internal memory (its nearly full and newly copied in one rush after reformatting the player). Playing music from first half or sd-card is running fine and speed with FS#10048 is awesome!
Logged

matsch

  • Guest
Re: SanDisk Sansa e200 v2, c200 v2, m200 (v2), clip and Fuze
« Reply #986 on: June 11, 2009, 12:00:04 PM »
Quote
@matsch : my clip works fine (r21245 + fs#10309), did you check your filesystem/reformat before using fs#10309 ?

Now I did reformat clip,  install bootloader again, but r21245 + fs#10309 leads to
skipping MP3s and showing 'codec failure' before skipping
Logged

Offline funman

  • Developer
  • Member
  • *
  • Posts: 645
Re: SanDisk Sansa e200 v2, c200 v2, m200 (v2), clip and Fuze
« Reply #987 on: June 11, 2009, 12:56:16 PM »
Thanks to all you

I'll resume my understanding of the current situation:

  • The storage driver (internal and µSD) is unreliable since the commit of FS#10048
  • FS#10309 doesn't fix this problem

If you think you have a fix for this, here is how to test it :
  • Format from the OF
  • stress your test, by updating rockbox several times with newer revisions, and using lossless codecs, test_disk .. anything intensive on storage I/O
Logged
a wise man said: "a wise man said"

matsch

  • Guest
Re: SanDisk Sansa e200 v2, c200 v2, m200 (v2), clip and Fuze
« Reply #988 on: June 11, 2009, 01:26:01 PM »
Quote from: matsch on June 11, 2009, 12:00:04 PM
Quote
@matsch : my clip works fine (r21245 + fs#10309), did you check your filesystem/reformat before using fs#10309 ?

Now I did reformat clip,  install bootloader again, but r21245 + fs#10309 leads to
skipping MP3s and showing 'codec failure' before skipping

Sorry, I made a compile error. Now it works with r21245.
Logged

Offline funman

  • Developer
  • Member
  • *
  • Posts: 645
Re: SanDisk Sansa e200 v2, c200 v2, m200 (v2), clip and Fuze
« Reply #989 on: June 11, 2009, 01:31:34 PM »
Quote from: werich on June 11, 2009, 11:47:47 AM
But there seems to be problems with the 4GB barrier?!

Building up the database stops after reading half of the internal songs, always at the same number. SD card sums up to that number with no errors, if inserted. After build DB fails, the filesystem is corrupted.

The player doesn't recognize internal filesystem anymore, if i try to access one song from the second half of the internal memory (its nearly full and newly copied in one rush after reformatting the player). Playing music from first half or sd-card is running fine and speed with FS#10048 is awesome!

I just committed a potential fix as r21248 : we didn't check if the data transfer used for bank selection succeeded or not. Now it will retry indefinitely until it succeeds, just like normal data transfers.

Can you give it a try ?
Logged
a wise man said: "a wise man said"

  • Print
Pages: 1 ... 64 65 [66] 67 68 ... 129
« previous next »
+  Rockbox Technical Forums
|-+  Rockbox Development
| |-+  New Ports
| | |-+  SanDisk Sansa c200v2, m200v4, clipv1, clipv2, clip+, and fuzev2
 

  • SMF 2.0.17 | SMF © 2019, Simple Machines
  • Rockbox Privacy Policy
  • XHTML
  • RSS
  • WAP2

Page created in 0.107 seconds with 14 queries.