Difference between revisions of "Default Configuration Customization"

Line 10: Line 10:


In order to create  a custom version of the Default Configuration you need to do the following:
In order to create  a custom version of the Default Configuration you need to do the following:
- change with binary-editor the configuration values in the config.bin file  
 
change with binary-editor the configuration values in the config.bin file  
 
NOTE: the configuration parameters mapping can be found in the Technical Documention of the Firmware
NOTE: the configuration parameters mapping can be found in the Technical Documention of the Firmware
- run the web2cob command (batch file available in the package) to generate the file xxxxapp.cob  
 
- copy the config.bin and the xxxxapp.cob file in the update-rescue folder
run the web2cob command (batch file available in the package) to generate the file xxxxapp.cob  
- run the load_win command (batch file available in the package) to generate the compound.bin file
 
copy the config.bin and the xxxxapp.cob file in the update-rescue folder
 
run the load_win command (batch file available in the package) to generate the compound.bin file


==ABCL Firmware/Application Package==
==ABCL Firmware/Application Package==

Revision as of 19:21, 11 December 2009

Default Configuration Customization

How to customize the default configuration settings of your Barix Audio product. WARNING: The following tips are intended only for expert users of Barix products as they may cause misconfiguration of the devices.

Standard Firmware Package

The configuration information are contained in one file called config.bin located in folder "webuidevkit/xxxxapp" where xxxx depends on the SW package. The same file is copied also in folder "update_rescue".

In order to create a custom version of the Default Configuration you need to do the following:

► change with binary-editor the configuration values in the config.bin file

NOTE: the configuration parameters mapping can be found in the Technical Documention of the Firmware

► run the web2cob command (batch file available in the package) to generate the file xxxxapp.cob

► copy the config.bin and the xxxxapp.cob file in the update-rescue folder

► run the load_win command (batch file available in the package) to generate the compound.bin file

ABCL Firmware/Application Package

The configuration information are contained in two different files

► config.bin located in folder "webuidevkit/abclapp" for the common abcl settings

► appconfig.bin located in folder "bcldevkit" for the application specific settings

These 2 files are merged in a new config.bin file in folder "update_rescue".

In order to create a custom version of the Default Configuration you need to do the following:

► change with binary-editor the configuration values in the config.bin file

NOTE: the configuration parameters mapping can be found in the Technical Documention of the Firmware

► change with binary-editor the configuration values in the appconfig.bin file

NOTE: the configuration parameters mapping can be found in the EEPROM layout Documention in the same folder

► run the web2cob command (batch file available in the package) to generate the file xxxxapp.cob

► copy the config.bin and the xxxxapp.cob file in the update-rescue folder

► run the load_win command (batch file gen.bat available in the package) to generate the compound.bin file