Installation / Removal > Sandisk - Installation/Removal
C200V2 bootloader installed but no effect
funman:
bump
ranma:
--- Quote from: funman on December 05, 2009, 07:21:52 AM ---I'm working on a modification to mkamsboot (the current code appear to only work on some c200v2, including the one I had and sent to bertrik)
Just wait until it's ready for testing and don't mess with dualboot.S if you aren't fully self-confident.
bricked c200v2 can not be unbricked
--- End quote ---
I tried installing rockbox on my C240v2 1.0GB and ran into this issue.
I solved it by commenting out the 'Plugged into USB' check in dualboot.S and it now tries to boot rockbox, but apparently the rockbox loader fails and blinks an error code at me. Are those blink codes documented somewhere?
I can still boot the OF if I hold down right while powering on.
I followed the documentation for "Installation for Unusable" on http://www.rockbox.org/wiki/SansaAMS
I did unzip .rockbox on the rootfs of my Sansa.
Here is what I changed in dualboot.S to make it work for me:
Index: dualboot.S
===================================================================
--- dualboot.S (revision 24590)
+++ dualboot.S (working copy)
@@ -93,12 +93,14 @@
#endif
#ifdef USB_PIN /* TODO : remove this check when we'll have an USB driver */
+/*
ldr r0, =GPIOA
mov r1, #0
str r1, [r0, #0x400]
ldr r1, [r0, #(4*(1<<USB_PIN))]
cmp r1, #0
bne boot_of
+*/
#endif
/* Here are model specific tests, for dual boot without a computer */
Navigation
[0] Message Index
[*] Previous page
Go to full version