Skip to content

Commit

Permalink
[crorc] Update firmware compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
kostorr committed Jan 10, 2022
1 parent 2966e6f commit b99fc17
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -724,6 +724,7 @@ In order to use a CRU the package versions have to adhere to the following table
| v0.32.1 | v3.9.1/v3.10.0 | v2.7.0/v2.8.0 | v1.1.0+ | v12.0.0 |
| v0.32.2 | v3.9.1-v3.12.0 | v2.7.0-v2.8.1 | v1.1.0+ | v12.0.0 |
| v0.34.0 | v3.13.0 | v2.7.0-v2.8.1 | v1.1.0+ | v12.0.0 |
| v0.35.0 | v3.13.0 | v2.9.0-v2.9.1 | v1.1.0+ | v12.0.0 |
The _PDA Driver_ entry refers to the `pda-kadapter-dkms-*.rpm` package which is availabe through the [o2-daq-yum](http://alice-daq-yum-o2.web.cern.ch/alice-daq-yum-o2/cc7_64/) repo as an RPM.
Expand Down
6 changes: 4 additions & 2 deletions src/FirmwareChecker.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,12 @@ FirmwareChecker::FirmwareChecker() : mCompatibleFirmwareList({
{ "d458317e", "v3.5.2" },
{ "6baf11da", "v3.5.1" },*/
/* CRORC */
{ "59e9955", "v2.8.1" },
{ "267f8e5", "v2.9.1" },
{ "cecc295", "v2.9.0" },
/*{ "59e9955", "v2.8.1" },
{ "f086417", "v2.8.0" },
{ "474f9e1", "v2.7.0" }
/*{ "8e3a98e", "v2.6.1" },
{ "8e3a98e", "v2.6.1" },
{ "72cdb92", "v2.4.1" }*/
})
{
Expand Down

0 comments on commit b99fc17

Please sign in to comment.