Other Parts Discussed in Thread: BQ34Z100
I hope I will be able shortly to create the Golden Image (I am still in the Optimizing/Learning Phase). Now I am planing to port the golden Image to my (nanoPi air) PI and from there over I2C to flash the golden image onto the bq34z100.
On one thread Onyx Ahiakwo wrote, that it is possible.
I have to use the flashstream format. (Go to the golden image tab of bqstudio and you will see the option to extract a dffs or bqfs file. The bqfs contains the instruction flash and data flash. The dffs contains only the data flash. You can use either or, but the dffs will save you time as it contains less data. To program the flashstream files using your host uC, pls reference attached app note. www.ti.com/.../slua801 )
I've copied those 3 files into my Linux/PI and tried to compile it. But I get lots of warnings and errors and can't compile it correctly.
Do you have an instruction on how to compile those 3 files on a linux?
Or maybe better already have a compiled version of it for Linux?
What's with the https://git.ti.com/cgit/bms-linux/bqtool/tree/bqtool.c?id=8cb7732fea5f28b3f9dce733bc1c59fce1dca6b0
Maybe with Python it could be easier to resolve this? Does anyone have a flashStream Python Script?
Thanks alot