]> sigrok.org Git - sigrok-firmware-fx2lafw.git/blame - fx2lib/fw/readme.txt
Don't ship the .git/ directory in the tarball.
[sigrok-firmware-fx2lafw.git] / fx2lib / fw / readme.txt
CommitLineData
3608c106
UH
1Starting a new firmware is easy.
2
31) 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
92) modify device.c to initialize your device and
10 handle data according to your needs.
11
12
133) add more sources, gpif data etc.
14
154) modify the device descriptor (dscr.a51)
16
17
18For a fast way to deploy, you can use the fx2load
19package provided in examples/fx2
20