]> sigrok.org Git - sigrok-firmware-fx2lafw.git/blobdiff - fx2lib/fw/readme.txt
Drop fx2lib files we don't really need.
[sigrok-firmware-fx2lafw.git] / fx2lib / fw / readme.txt
diff --git a/fx2lib/fw/readme.txt b/fx2lib/fw/readme.txt
deleted file mode 100644 (file)
index b8c5b50..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-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
-