Rockbox Development > New Ports

SanDisk Sansa c200v2, m200v4, clipv1, clipv2, clip+, and fuzev2

<< < (366/386) > >>

Jennifur:

--- Quote from: Xanikseo on May 21, 2010, 01:13:21 PM ---New OF 02.03.33 has been released for fuzev2. For those who cba/don't know how to compile from svn:
new linux mkamsboot binary

EDIT:  I appreciate your effort but we are not authorized by Sandisk to distribute the OF.  This is the reason that you have to download & provide your own copy to mkamsboot when you patch your firmware.  Please do not post links to patched firmware on the forums.[/url]


--- End quote ---

You should let people know the mkamsboot binary you provide is for 64bit systems.

csavery:
I just compiled a new mkamsboot. It's not working due to a new model_id of 0x71.
Looking at the code I see the new version 2.03.33 is in the list but the 0x71 model_id isn't there.
Are we expected to add this id ourselves or what is the trick to getting a working mkamsboot?

Jennifur:

--- Quote from: csavery on May 21, 2010, 03:22:23 PM ---I just compiled a new mkamsboot. It's not working due to a new model_id of 0x71.
Looking at the code I see the new version 2.03.33 is in the list but the 0x71 model_id isn't there.
Are we expected to add this id ourselves or what is the trick to getting a working mkamsboot?


--- End quote ---

What model of Sansa?

I have a FuzeV2 and the SVN version works just fine for me. I grabbed the V2.0 boot loader from a few pages back. The firmware from Sansa, and compiled mkamsboot from the SVN. If you want, you can PM me and I can upload it somewhere for you.

csavery:
Sansa Fuze v2
I'd like to be able to build myself from svn. I have r26239 just checked out.
My fuzpa.bin file has model id 0x71 at location 0x219 - I checked with hex viewer.
So mkamsboot is correctly saying it's not known mode id.
I could add the 0x71 model id to the table in mkamsboot but I don't want to make a bad firmware image by mistake.

edit - just checked out 26241 but no change in mkamsboot.

Is there more than one version of mkamsboot in svn? I am compiling the one under rbutil/mkamsboot.

Jennifur:

--- Quote from: csavery on May 21, 2010, 04:02:41 PM ---Sansa Fuze v2
I'd like to be able to build myself from svn. I have r26239 just checked out.
My fuzpa.bin file has model id 0x71 at location 0x219 - I checked with hex viewer.
So mkamsboot is correctly saying it's not known mode id.
I could add the 0x71 model id to the table in mkamsboot but I don't want to make a bad firmware image by mistake.

edit - just checked out 26241 but no change in mkamsboot.

Is there more than one version of mkamsboot in svn? I am compiling the one under rbutil/mkamsboot.

--- End quote ---

I'm looking through mkamsboot.c now, and the code is indeed there.


--- Code: ---    { MODEL_FUZEV2, "2.01.17", "8b85fb05bf645d08a4c8c3e344ec9ebe" },
    { MODEL_FUZEV2, "2.02.26", "d4f6f85c3e4a8ea8f2e5acc421641801" },
    { MODEL_FUZEV2, "2.03.31", "74fb197ccd51707388f3b233402186a6" },
    { MODEL_FUZEV2, "2.03.33", "1599cc73d02ea7fe53fe2d4379c24b66" },
};

--- End code ---

Using SVN version 26241.

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version