]> sigrok.org Git - sigrok-firmware-fx2lafw.git/blob - fx2lib/fw/readme.txt
Import fx2lib into fx2lafw directly.
[sigrok-firmware-fx2lafw.git] / fx2lib / fw / readme.txt
1 Starting a new firmware is easy.
2
3 1) The fw should build without modification.
4
5 > make # builds firmware.ihx
6 > make bix # builds firmware.bix
7 > make iic # builds firmware.iic
8
9 2) modify device.c to initialize your device and
10    handle data according to your needs.
11
12
13 3) add more sources, gpif data etc.
14
15 4) modify the device descriptor (dscr.a51)
16
17
18 For a fast way to deploy, you can use the fx2load
19 package provided in examples/fx2
20