Skip to content

Commit cf3187d

Browse files
committed
[crorc] Add CRORC v2.8.0 firmware support
1 parent 45cd659 commit cf3187d

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -720,6 +720,7 @@ In order to use a CRU the package versions have to adhere to the following table
720720
| v0.25.1 | v3.9.0/v3.9.1 | v2.7.0 | v1.1.0+ | v12.0.0 |
721721
| v0.26.0 | v3.9.1. | v2.7.0 | v1.1.0+ | v12.0.0 |
722722
| v0.27.0 | v3.9.1/v3.10.0 | v2.7.0 | v1.1.0+ | v12.0.0 |
723+
| v0.32.1 | v3.9.1/v3.10.0 | v2.7.0/v2.8.0 | v1.1.0+ | v12.0.0 |
723724
724725
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.
725726

src/FirmwareChecker.cxx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ FirmwareChecker::FirmwareChecker() : mCompatibleFirmwareList({
3333
{ "d458317e", "v3.5.2" },
3434
{ "6baf11da", "v3.5.1" },*/
3535
/* CRORC */
36+
{ "f086417", "v2.8.0" },
3637
{ "474f9e1", "v2.7.0" }
3738
/*{ "8e3a98e", "v2.6.1" },
3839
{ "72cdb92", "v2.4.1" }*/

0 commit comments

Comments
 (0)