HWData » Historie » Revision 6
Revision 5 (Maximilian Seesslen, 10.10.2022 11:49) → Revision 6/9 (Maximilian Seesslen, 10.10.2022 11:58)
h1. HWData
h2. Intro
Campo specifies layouts for hardware data and configuration.
"Campo":http://hase.seesslen.net/redmine/projects/campo/wiki/HwData_Structures
"Miniminutnik":http://hase.seesslen.net/redmine/projects/miniminutnik_sw/wiki/EEPROM
* 0x20 Bytes Production-Data (common)
* 0x20 Bytes Board-Config (specific)
* 0x20 Bytes Application configuration (specific, redundant)
This production data should neither be store in hw- nor sw-repository.
An products-global database may irritate, having all boards in one table with same serial number.
An per-project-database should be created.
The ".campo" has to contain an function to migrate hw-config information from the database to the c-structure for gdb.
h2. Where to store production database
* Production-Repository in HW for all products
* One database for all? There is specific configuration data.
** Abstract specific configuration as option bytes?
** Make it generic; MCU; solder option; Counter;
** Show info from board-table
* Run script in SW-Repo to write hwdata (There is already the bringup software. But repo should not change by produced PCBs)
h2. Intro
Campo specifies layouts for hardware data and configuration.
"Campo":http://hase.seesslen.net/redmine/projects/campo/wiki/HwData_Structures
"Miniminutnik":http://hase.seesslen.net/redmine/projects/miniminutnik_sw/wiki/EEPROM
* 0x20 Bytes Production-Data (common)
* 0x20 Bytes Board-Config (specific)
* 0x20 Bytes Application configuration (specific, redundant)
This production data should neither be store in hw- nor sw-repository.
An products-global database may irritate, having all boards in one table with same serial number.
An per-project-database should be created.
The ".campo" has to contain an function to migrate hw-config information from the database to the c-structure for gdb.
h2. Where to store production database
* Production-Repository in HW for all products
* One database for all? There is specific configuration data.
** Abstract specific configuration as option bytes?
** Make it generic; MCU; solder option; Counter;
** Show info from board-table
* Run script in SW-Repo to write hwdata (There is already the bringup software. But repo should not change by produced PCBs)