FreeCalypso > hg > fc-magnetite
diff doc/D-Sample @ 621:0d66718e5f33
Calypso chip version mechanism documented
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Mon, 07 Oct 2019 03:59:14 +0000 |
parents | ed403a239ec6 |
children |
line wrap: on
line diff
--- a/doc/D-Sample Mon Oct 07 02:09:53 2019 +0000 +++ b/doc/D-Sample Mon Oct 07 03:59:14 2019 +0000 @@ -114,10 +114,9 @@ Because we only have one D-Sample board and we have no idea whether or not there are any other DS boards out there in the world (ours may well be the world's -last remaining unit), our current build system is set up to target only one -D-Sample version, the one we've got: CHIPSET=8, DSP=33 for Calypso C05 rev B -silicon. If anyone else in the world has another D-Sample board and it has a -different Calypso chip version on it, if you would like to run our FC Magnetite -firmware on it, you will need to edit the targets/dsample.conf source file -(it's a Bourne shell script fragment sourced by configure.sh) and set the -CHIPSET and DSP settings correctly for your Calypso chip version. +last remaining unit), our dsample build target in FC Magnetite is set up for +Calypso chip version c05b by default, which is the version we got. If anyone +else in the world has another D-Sample board and it has a different Calypso +chip version on it, if you would like to run our FC Magnetite firmware on it, +you will need to follow the instructions in the Calypso-version-override +article.