mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2024-11-29 07:24:13 +01:00
jtag-revb: add eeprom config file
The floss-jtag-revb has an on-board EEPROM which can be used to hold a serial number. This greatly simplifies using OpenOCD debug environments with more than one JTAG attached to the same PC. See the FLOSS JTAG revB section of this page for instructions on how to configure the EEPROM on Linux: http://wiki.openpilot.org/display/Doc/Software+Development+on+Linux git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@2540 ebee16cc-31ac-478f-84a7-5cbb03baadba
This commit is contained in:
parent
f993a7a0c7
commit
8223580783
32
flight/Project/FOSS-JTAG/floss-jtag-revb.conf
Normal file
32
flight/Project/FOSS-JTAG/floss-jtag-revb.conf
Normal file
@ -0,0 +1,32 @@
|
||||
vendor_id=0x0403 # Vendor ID
|
||||
product_id=0x6010 # Product ID
|
||||
|
||||
max_power=45 # Max. power consumption: value * 2 mA. Use 0 if self_powered = true.
|
||||
|
||||
###########
|
||||
# Strings #
|
||||
###########
|
||||
manufacturer="OpenPilot" # Manufacturer
|
||||
product="FLOSS JTAG revB" # Product
|
||||
serial="OP-0001" # Serial
|
||||
|
||||
###########
|
||||
# Options #
|
||||
###########
|
||||
self_powered=false # Turn this off for bus powered
|
||||
remote_wakeup=false # Turn this on for remote wakeup feature
|
||||
use_serial=true # Use the serial number string
|
||||
|
||||
# Normally out don't have to change one of these flags
|
||||
BM_type_chip=true # Newer chips are all BM type
|
||||
in_is_isochronous=false # In Endpoint is Isochronous
|
||||
out_is_isochronous=false # Out Endpoint is Isochronous
|
||||
suspend_pull_downs=false # Enable suspend pull downs for lower power
|
||||
change_usb_version=false # Change USB Version
|
||||
usb_version=0x0200 # Only used when change_usb_version is enabled
|
||||
|
||||
########
|
||||
# Misc #
|
||||
########
|
||||
|
||||
filename="floss-jtag-revb.eeprom.bin" # Filename, leave empty to skip file writing
|
Loading…
Reference in New Issue
Block a user