I spent a day getting to the point where I could make some firmware. New Ubuntu to wash away all previous efforts. Fred I followed an email of yours that suggested things I probably should have done last time, and did it right first time this time. Grepped another build to see where I needed to add my build info. When 'make' was only failing on decoder errors I grepped another decoder to see what other files I needed to update. Did the following
/Makefile_______________ Added my user id and timing to the list
/bin/testclibuilds.bash__________ Added my user id and timing to 'builds' and 'builds19s' arrays
/src/main/inc/systemConfig.h__________Added my config to the list
/src/main/initialisers/CHTTransferTable.c____ Gave myself a thermistor value
/src/main/initialisers/TimingTables.c________ Gave myself flat 0 degrees to begin with
/src/main/initialisers/FixedConfig1.c_________Added cylinder volume and injector size, HAVE NOT added the other engine details (cuz I got no idea how to)
/src/main/initialisers/IATTransferTable.c_____ Gave myself a thermistor value
/src/main/initialisers/FuelTables.c__________ Added myself to the list.
/src/main/initialisers/FixedConfig2.c________ Changed room temp to 10 degrees, none of that tropical nonesense
/src/main/make/decoders.mk_______ Added the CASBackwards info
/src/main/make/sources.mk________ Added the CASBackwards info
/data/tables/axis/_____________Copied Sim's RPM and Load files
/data/tables/ve/______________ Made myself a copy of the default VE24RPMx19Load.h file
/src/main/make/decoders.mk___ Added the CASBackwards info
/src/main/make/sources.mk____ Added the CASBackwards info
/src/main/initialisers/TunableConfig.c___ I didn't add variables for my build
That meant I could make my specific firmware. But I tried to make BLANK again and it tripped over the GM-LT1-CAS-360and8 decoder so I deleted/commented it out, after which it could make BLANK again.
Is the version of the resulting BLANK firmware that contains the CASBackwards decoder basically bench test firmware that will understand my timing?
I thought I had a partition that could load files to the Jaguar but I don't. What's the best way load onto the Jaguar at the moment? Looking back through previous conversations it looks like I only managed to get the Ultimate Loader to work before.
Thanks