94
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
1 Running FreeCalypso Magnetite firmware on the Neo Freerunner
|
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
2 ============================================================
|
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
3
|
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
4 Because FC Magnetite is essentially the same code as TCS211, it should function
|
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
5 identically to the standard moko12 (leo2moko-r1) firmware. If you would like
|
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
6 to try it, compile the fw image as described in the Compiling write-up and then
|
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
7 flash it with fc-loadtool like this:
|
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
8
|
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
9 loadtool> flash erase 0 0x230000
|
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
10 loadtool> flash program-bin 0 fwimage.bin
|
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
11
|
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
12 That's all there is to it, folks - not much more to write here.
|