Page 1 of 1

Set other default parameters

Posted: Sun Apr 05, 2020 6:30 pm
by yaroslav
Hi johannes,
Can I set other default parameters in the source code?

And how can I compile the source code there are detailed instructions on how to do this, I was not able to figure out?

Re: Set other default parameters

Posted: Sun Apr 05, 2020 8:29 pm
by johu
If you make custom changes to the software you'll have to patch those back whenever you want to use a newer version.

I suggest you set the parameters you like in the web interface and save them. Then read flash memory, e.g. with openocd:

Code: Select all

flash read_bank 0 config.bin 0x1F800 0x800
(It will also read saved CAN mapping)
Then whenever you flash a new board

Code: Select all

flash write_image erase unlock config.bin 0x0801F800