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 ... 76 77 [78] 79 80 ... 129

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

Offline ku-ku

  • Member
  • *
  • Posts: 14
Re: SanDisk Sansa e200 v2, c200 v2, m200 (v2), clip and Fuze
« Reply #1155 on: September 25, 2009, 09:08:51 AM »
It certainly works now ;D. I was able to create bookmarks now on my both cards without a single failure. Writing on my cards works too now. I am able to copy files from internal memory to sd card and deleting files and folder. Nevertheless one attempt of more than two dozen to delete different folders failed with "transfer error : 0x2" message, but after reloading a player I could delete this folder.
« Last Edit: September 26, 2009, 08:15:19 AM by ku-ku »
Logged
8gb Fuze V.1
8gb transcend microSD - TS8GUSDC6 class 6
4gb transcend microSD - TS4GUSDC6 class 6
8gb silicon power - class 6

Offline musojon74

  • Member
  • *
  • Posts: 3
Re: SanDisk Sansa e200 v2, c200 v2, m200 (v2), clip and Fuze
« Reply #1156 on: September 25, 2009, 06:58:30 PM »
Hey guys :)

Nice work on the development - Rockbox is working pretty awesome here :)

OK I've got a Fuze V1.  I'm using r22777-090921.  I have an Integral 16gb class 2 card - if I can run any tests which help with the sd corruption checking please let me know (I've been only playing stuff really and loading player with usb connect in OF mode).  Also, OT, let me know any other stuff you want me to try and test. Thanks again for all your hard work.

Muso
Logged

Offline Hillshum

  • Member
  • *
  • Posts: 108
Re: SanDisk Sansa e200 v2, c200 v2, m200 (v2), clip and Fuze
« Reply #1157 on: September 25, 2009, 07:15:38 PM »
Try writing files to the SD card from within Rockbox, as well as deleting and creating folders
Logged

Offline musojon74

  • Member
  • *
  • Posts: 3
Re: SanDisk Sansa e200 v2, c200 v2, m200 (v2), clip and Fuze
« Reply #1158 on: September 26, 2009, 07:14:22 AM »
Ok have created 10 folders in quick succession looking good.  Will copy some mp3s around now quickly and see if that breaks anything.
Logged

Offline ku-ku

  • Member
  • *
  • Posts: 14
Re: SanDisk Sansa e200 v2, c200 v2, m200 (v2), clip and Fuze
« Reply #1159 on: September 27, 2009, 07:30:18 AM »
I found out that I have more chances to get transfer error : 0x2 when I try to delete a folder in a
subfolder with very big number of folders (more than 100, in my case) on my both cards - transcend 8gb class 6 and silicon power 8gb class 6.
Logged
8gb Fuze V.1
8gb transcend microSD - TS8GUSDC6 class 6
4gb transcend microSD - TS4GUSDC6 class 6
8gb silicon power - class 6

Offline funman

  • Developer
  • Member
  • *
  • Posts: 645
Re: SanDisk Sansa e200 v2, c200 v2, m200 (v2), clip and Fuze
« Reply #1160 on: September 28, 2009, 12:06:09 PM »
flyndice have you tried reading the extended status register ?

it should be acmd13, then read the status on data line (using DMA)
Logged
a wise man said: "a wise man said"

Offline FlynDice

  • Developer
  • Member
  • *
  • Posts: 166
Re: SanDisk Sansa e200 v2, c200 v2, m200 (v2), clip and Fuze
« Reply #1161 on: September 28, 2009, 06:17:44 PM »
I tried reading that with your patch that used DMA and have not been able to get that to work yet.

I still can't  get the cards to operate without the bypass bit set.

I can set high speed timing with no problem.  In fact, changing to highspeed timings allowed me to copy a single file from the internal to the uSD card without the delay I added recently, but any copy with a directory involved would fail.

I have partial operation on both cards with 4 bit widebus.  I can browse files and display album art but cannot play music off of a card in widebus mode.  It seems that the transfer never stops.  In View I/O ports you can see the sd card transfering data on the GPIOD display.   The 4 lsb's are the 4 data bit pins.

I have added a few things to the dma driver and now have normal playback without changing the AHB priority with  CCU_SCON = 1 in system-as3525.  I have this line commented out and my player is playing normally.

I have been spending today trying to understand wakeup's and dma_callback today without much luck so far but I haven't spent a whole lot of time on this yet.

I'll post some patches later tonight or maybe tomorrow, I've got 170 people waiting for me to take them to San Francisco in 20 mins.....







EDIT:  @ku-ku:  I changed the delay to a check for FIFO activity which should handle your large number of folders.  Would you test and let us know?

« Last Edit: September 29, 2009, 12:57:40 PM by FlynDice »
Logged
e280v2    fuzev1 2gb   clip+4gb   8GB Transcend cl6 uSD    access to fuzev2 4GB       clip+2gb R.I.P.

Offline ku-ku

  • Member
  • *
  • Posts: 14
Re: SanDisk Sansa e200 v2, c200 v2, m200 (v2), clip and Fuze
« Reply #1162 on: September 30, 2009, 10:24:47 AM »
I could replicate the error trying to delete some folders before r22850 patch was committed. With r22850 patch I have no errors at all. It seems it works perfectly now.
Logged
8gb Fuze V.1
8gb transcend microSD - TS8GUSDC6 class 6
4gb transcend microSD - TS4GUSDC6 class 6
8gb silicon power - class 6

Offline epithetless

  • Member
  • *
  • Posts: 195
    • Dour Times
Re: SanDisk Sansa e200 v2, c200 v2, m200 (v2), clip and Fuze
« Reply #1163 on: September 30, 2009, 05:04:05 PM »
Just so I can get a wider perspective on the issue: Are other Fuze owners seeing sporadic LCD glitches, where the entire screen distorts for a split-second and then returns to normal? I've noticed this ever since I began using Rockbox on my Fuze in early July, and it has persisted up through the most recent builds (I'm on r22850 at the moment). I find it happening most after I've just returned to the WPS from the file browser, or shortly following an unlock of the hold switch -- both with music playing -- but I haven't found a reliable way of prompting it. Is this behavior isolated to my device or is it just some of the Fuze's "unstable" status showing through?
Logged
Rockboxed: Apple iPod 3G â€¢ Apple iPod nano 2G • iriver H120 • Sansa c250 v1 • Sansa Clip v1 • Sansa Clip v2 • Sansa Clip+ • Sansa e280 v1 • Sansa e280v2 • Sansa Fuze v1  |  non-Rockboxed: HTC Incredible [Android 2.2] • Sansa Fuze v2

Offline saratoga

  • Developer
  • Member
  • *
  • Posts: 8974
Re: SanDisk Sansa e200 v2, c200 v2, m200 (v2), clip and Fuze
« Reply #1164 on: September 30, 2009, 05:16:14 PM »
Its really easy to see in mpegplayer on my Fuze.
Logged

Offline epithetless

  • Member
  • *
  • Posts: 195
    • Dour Times
Re: SanDisk Sansa e200 v2, c200 v2, m200 (v2), clip and Fuze
« Reply #1165 on: September 30, 2009, 05:21:59 PM »
Quote from: saratoga on September 30, 2009, 05:16:14 PM
Its really easy to see in mpegplayer on my Fuze.
Okay, so it sounds like some kinks in the display still need to be worked out. Glad it's not just my unit!
Logged
Rockboxed: Apple iPod 3G â€¢ Apple iPod nano 2G • iriver H120 • Sansa c250 v1 • Sansa Clip v1 • Sansa Clip v2 • Sansa Clip+ • Sansa e280 v1 • Sansa e280v2 • Sansa Fuze v1  |  non-Rockboxed: HTC Incredible [Android 2.2] • Sansa Fuze v2

Offline kugel.

  • Developer
  • Member
  • *
  • Posts: 271
Re: SanDisk Sansa e200 v2, c200 v2, m200 (v2), clip and Fuze
« Reply #1166 on: September 30, 2009, 06:21:41 PM »
Quote from: epithetless on September 30, 2009, 05:21:59 PM
Quote from: saratoga on September 30, 2009, 05:16:14 PM
Its really easy to see in mpegplayer on my Fuze.
Okay, so it sounds like some kinks in the display still need to be worked out. Glad it's not just my unit!

http://www.rockbox.org/tracker/task/10603 fixes that. The problem is that the hold button can't be read for some reason.
Logged
 

Offline yelped

  • Member
  • *
  • Posts: 44
Re: SanDisk Sansa e200 v2, c200 v2, m200 (v2), clip and Fuze
« Reply #1167 on: October 01, 2009, 11:16:01 AM »
Quote from: kugel. on September 30, 2009, 06:21:41 PM
Quote from: epithetless on September 30, 2009, 05:21:59 PM
Quote from: saratoga on September 30, 2009, 05:16:14 PM
Its really easy to see in mpegplayer on my Fuze.
Okay, so it sounds like some kinks in the display still need to be worked out. Glad it's not just my unit!

http://www.rockbox.org/tracker/task/10603 fixes that. The problem is that the hold button can't be read for some reason.

I never use the hold button, and I get occasional LCD Glitches.
Logged

Offline epithetless

  • Member
  • *
  • Posts: 195
    • Dour Times
Re: SanDisk Sansa e200 v2, c200 v2, m200 (v2), clip and Fuze
« Reply #1168 on: October 01, 2009, 12:01:30 PM »
Quote from: yelped on October 01, 2009, 11:16:01 AM
Quote from: kugel. on September 30, 2009, 06:21:41 PM
Quote from: epithetless on September 30, 2009, 05:21:59 PM
Quote from: saratoga on September 30, 2009, 05:16:14 PM
Its really easy to see in mpegplayer on my Fuze.
Okay, so it sounds like some kinks in the display still need to be worked out. Glad it's not just my unit!

http://www.rockbox.org/tracker/task/10603 fixes that. The problem is that the hold button can't be read for some reason.

I never use the hold button, and I get occasional LCD Glitches.

I think what kugel means is that the patch which fixes the LCD glitches has the side-effect of rendering the hold switch inoperable on the Fuze.


On a different note:

Is anyone else seeing a decrease in scroll wheel accuracy on their Fuze following the commit of r22863? Quite often now, when scrolling through a list, my pointer jumps 1 step in the opposite direction of the way I was scrolling at the very end...
« Last Edit: October 01, 2009, 09:05:10 PM by epithetless »
Logged
Rockboxed: Apple iPod 3G â€¢ Apple iPod nano 2G • iriver H120 • Sansa c250 v1 • Sansa Clip v1 • Sansa Clip v2 • Sansa Clip+ • Sansa e280 v1 • Sansa e280v2 • Sansa Fuze v1  |  non-Rockboxed: HTC Incredible [Android 2.2] • Sansa Fuze v2

Offline Dhraakellian

  • Member
  • *
  • Posts: 1
Re: SanDisk Sansa e200 v2, c200 v2, m200 (v2), clip and Fuze
« Reply #1169 on: October 01, 2009, 11:12:23 PM »
Quote from: epithetless on October 01, 2009, 12:01:30 PM
Is anyone else seeing a decrease in scroll wheel accuracy on their Fuze following the commit of r22863? Quite often now, when scrolling through a list, my pointer jumps 1 step in the opposite direction of the way I was scrolling at the very end...

I can confirm this (using r22864).  Good to see I'm not going mad the only one experiencing this.
« Last Edit: October 01, 2009, 11:14:25 PM by Dhraakellian »
Logged

  • Print
Pages: 1 ... 76 77 [78] 79 80 ... 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.133 seconds with 14 queries.