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 ... 78 79 [80] 81 82 ... 129

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

Offline bony

  • Member
  • *
  • Posts: 3
Re: SanDisk Sansa e200 v2, c200 v2, m200 (v2), clip and Fuze
« Reply #1185 on: October 14, 2009, 09:31:16 AM »
I get an error * Panic * SD transfer error: 0x8 when I try to initialate the database.

Sansa e260v2
r23166-091014

Logged

Offline funman

  • Developer
  • Member
  • *
  • Posts: 645
Re: SanDisk Sansa e200 v2, c200 v2, m200 (v2), clip and Fuze
« Reply #1186 on: October 14, 2009, 10:52:43 AM »
Do you have a µSD inserted ?
Logged
a wise man said: "a wise man said"

Offline bony

  • Member
  • *
  • Posts: 3
Re: SanDisk Sansa e200 v2, c200 v2, m200 (v2), clip and Fuze
« Reply #1187 on: October 14, 2009, 11:27:38 AM »
It crashes whether the µSD is inserted or not.

It counts up to about "127xx found" and crashes (there a about 450 music files on the internal disc).
Logged

Offline funman

  • Developer
  • Member
  • *
  • Posts: 645
Re: SanDisk Sansa e200 v2, c200 v2, m200 (v2), clip and Fuze
« Reply #1188 on: October 14, 2009, 11:39:26 AM »
Does checking the filesystem (chkdsk.exe / fsck.vfat or dosfsck) help?

Or deleting database_tcd.* ?
Logged
a wise man said: "a wise man said"

Offline bony

  • Member
  • *
  • Posts: 3
Re: SanDisk Sansa e200 v2, c200 v2, m200 (v2), clip and Fuze
« Reply #1189 on: October 14, 2009, 02:37:45 PM »
chkdsk.exe did it. Thank You!
And it works much better, than the original db. Nice work, respect! :-)
Logged

Offline funman

  • Developer
  • Member
  • *
  • Posts: 645
Re: SanDisk Sansa e200 v2, c200 v2, m200 (v2), clip and Fuze
« Reply #1190 on: October 14, 2009, 03:12:49 PM »
I'm hoping this could be due to invalid FAT filesystem leading to transfer_sectors request for invalid sectors.

However I can not be sure of that.

Ideally we would check that the sectors requested do fit in the size of the block device, but we do not know the number of blocks for 4GB and +

The size reported by CSD register is the size of 1 bank and we do not know the number of banks.

I have not found how the OF deals with this (and it HAS to deal with it for USB MSC), so I suggest these:

  • Wait for someone to write an USB driver before caring (that was what I had in mind)
  • Try to detect the number of banks by trying to switch to the next bank until it fails
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 #1191 on: October 16, 2009, 02:36:08 AM »
Looks like another rocky road for voltage scaling:

Fuze Whitescreen Report

Any ideas?
Logged
e280v2    fuzev1 2gb   clip+4gb   8GB Transcend cl6 uSD    access to fuzev2 4GB       clip+2gb R.I.P.

Offline funman

  • Developer
  • Member
  • *
  • Posts: 645
Re: SanDisk Sansa e200 v2, c200 v2, m200 (v2), clip and Fuze
« Reply #1192 on: October 16, 2009, 08:26:09 AM »
hmm.. perhaps he can try with 1.15V
Logged
a wise man said: "a wise man said"

Offline LiquidAcid

  • Member
  • *
  • Posts: 5
Re: SanDisk Sansa e200 v2, c200 v2, m200 (v2), clip and Fuze
« Reply #1193 on: October 16, 2009, 10:34:44 AM »
Hi, I just updated my Fuze to r23201-091016 and I'm also experiencing this whitescreen issue. I can see the bootloader output, but after that the screen turns white. Kinda looks like the lamp application is loaded :D
Logged

Offline kugel.

  • Developer
  • Member
  • *
  • Posts: 271
Re: SanDisk Sansa e200 v2, c200 v2, m200 (v2), clip and Fuze
« Reply #1194 on: October 16, 2009, 10:40:55 AM »
Quote from: LiquidAcid on October 16, 2009, 10:34:44 AM
Hi, I just updated my Fuze to r23201-091016 and I'm also experiencing this whitescreen issue. I can see the bootloader output, but after that the screen turns white. Kinda looks like the lamp application is loaded :D

With, or without microsd inserted?
Logged
 

Offline funman

  • Developer
  • Member
  • *
  • Posts: 645
Re: SanDisk Sansa e200 v2, c200 v2, m200 (v2), clip and Fuze
« Reply #1195 on: October 16, 2009, 10:41:46 AM »
Hi, can you try this build ? I changed the low voltage to 1.15V instead of 1.10
Code: [Select]
$ cat rockbox.sansa.bz2.?.txt > rockbox.sansa.bz2
$ bunzip2 rockbox.sansa.bz2
$ cp rockbox.sansa /path/to/.rockbox

EDIT: removed binaries since .txt attachments get line endings changed by server ..
« Last Edit: October 16, 2009, 11:01:25 AM by funman »
Logged
a wise man said: "a wise man said"

Offline kugel.

  • Developer
  • Member
  • *
  • Posts: 271
Re: SanDisk Sansa e200 v2, c200 v2, m200 (v2), clip and Fuze
« Reply #1196 on: October 16, 2009, 10:48:23 AM »
I was wondering how this is possible if we use the same setting as the OF.

Is the microsd detection somehow failing at boot? Or maybe we don't wait long enough between settting the voltage and boosting.
Logged
 

Offline LiquidAcid

  • Member
  • *
  • Posts: 5
Re: SanDisk Sansa e200 v2, c200 v2, m200 (v2), clip and Fuze
« Reply #1197 on: October 16, 2009, 10:50:07 AM »
Quote from: kugel. on October 16, 2009, 10:40:55 AM
With, or without microsd inserted?
It doesn't matter for me whether the card is inserted or no. I have a SanDisk 8GB microSDHC card, not sure about detailled specs.
Logged

Offline funman

  • Developer
  • Member
  • *
  • Posts: 645
Re: SanDisk Sansa e200 v2, c200 v2, m200 (v2), clip and Fuze
« Reply #1198 on: October 16, 2009, 10:51:18 AM »
Quote from: kugel. on October 16, 2009, 10:48:23 AM
I was wondering how this is possible if we use the same setting as the OF.

Are you sure the OF use 1.10V ?
Logged
a wise man said: "a wise man said"

Offline LiquidAcid

  • Member
  • *
  • Posts: 5
Re: SanDisk Sansa e200 v2, c200 v2, m200 (v2), clip and Fuze
« Reply #1199 on: October 16, 2009, 10:54:25 AM »
Quote from: funman on October 16, 2009, 10:41:46 AM
Hi, can you try this build ? I changed the low voltage to 1.15V instead of 1.10
Code: [Select]
bunzip2: Data integrity error when decompressing.
Logged

  • Print
Pages: 1 ... 78 79 [80] 81 82 ... 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.098 seconds with 15 queries.