summaryrefslogtreecommitdiff
path: root/2003/i/sys/mips
diff options
context:
space:
mode:
Diffstat (limited to '2003/i/sys/mips')
-rw-r--r--2003/i/sys/mips/mips-mmc.txt21
1 files changed, 21 insertions, 0 deletions
diff --git a/2003/i/sys/mips/mips-mmc.txt b/2003/i/sys/mips/mips-mmc.txt
new file mode 100644
index 0000000..1004b78
--- /dev/null
+++ b/2003/i/sys/mips/mips-mmc.txt
@@ -0,0 +1,21 @@
+Accés à la carte MMC de la carte MIPS de Ipricot.
+
+Pour changer le fpga principal :
+dd if=avel_new.fpga of=/dev/sdc seek=512
+
+Depuis la carte MIPS :
+dd if=avel_new.fpga of=/dev/mmc0 seek=512
+
+Pour changer le bios :
+dd if=bios of=/dev/mmc0d seek=4 skip=4
+
+Pour lire les paramètres :
+dd if=/dev/sdc of=param.txt skip=2 count=2
+
+Pour les écrire :
+dd if=param.txt of=/dev/sdc seek=2 count=2
+
+paramètres :
+noconsole
+root=sip0
+mon