]> sigrok.org Git - sigrok-firmware-fx2lafw.git/blobdiff - fx2lib/fw/readme.txt
Import fx2lib into fx2lafw directly.
[sigrok-firmware-fx2lafw.git] / fx2lib / fw / readme.txt
diff --git a/fx2lib/fw/readme.txt b/fx2lib/fw/readme.txt
new file mode 100644 (file)
index 0000000..b8c5b50
--- /dev/null
@@ -0,0 +1,20 @@
+Starting a new firmware is easy.
+
+1) The fw should build without modification.
+
+> make # builds firmware.ihx
+> make bix # builds firmware.bix
+> make iic # builds firmware.iic
+
+2) modify device.c to initialize your device and
+   handle data according to your needs.
+
+
+3) add more sources, gpif data etc.
+
+4) modify the device descriptor (dscr.a51)
+
+
+For a fast way to deploy, you can use the fx2load
+package provided in examples/fx2
+