Other Parts Discussed in Thread: EV2400, BQSTUDIO
Tool/software:
Trying to download the SREC file to a fuel gauge using CLI. however I keep getting a 302 Error which is that its not recognizing the adapter. I am able to program just fine using the BQStudios GUI. This is just a simple command that I am running "Prog2754X.exe -i -p FG.srec -m0". wondering if this has something to do with the adapter do i need a MKS-SAI-001 or am i fine with the EV2400 EVM Interface Board that i am using?
Help for Command line programmers
---------------------------------
Programmers are named by device or function.
Example:
Prog20zx is a programmer for products starting with BQ20Z
Prog30z5 is a programmer for products starting with BQ30Z5
ProgBQFS is a programmer that can program any BQFS file (I2C or HDQ based)
Prog2754X is a programmer for all products starting with BQ2754 and bq34Z. It also programs other flash based products in BQ27XXX family. Examples are BQ27541, BQ27542, BQ27545, BQ27546, BQ27500, BQ27501, BQ27510, BQ27520, BQ34Z100, BQ34100
Prog78350 is a programmer for BQ78350 family of products
Usage:
Prog20zx.exe -i -p SrecFilename -m0
-i for I2C and SMB, defaults to HDQ if not specified
-p enables pullups on MKS-SAI-001. Pullups are required for communication
-m0 is for channel 0 or use any available MKS-SAI-001. Additional software required to enable channel number mapping. EXE can be run in parallel from different command console to program 2 or more targets at the same time.
Programming times vary from 5 seconds to 1 minute.
---------------------------------