Skip to content

Commit ac3ff0a

Browse files
committed
[fw-check] Add CRORC v2.6.1 to fw compatibility list
1 parent 3455b9b commit ac3ff0a

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -537,7 +537,8 @@ In order to use a CRU the package versions have to adhere to the following table
537537
| v0.14.5 | v3.5.0 | release TBA | v1.0.4+ | v12.0.0 |
538538
| v0.15.0 | v3.5.1 | release TBA | v1.0.4+ | v12.0.0 |
539539
| v0.16.0 | v3.5.2 | release TBA | v1.0.4+ | v12.0.0 |
540-
| v0.19.2 | v3.5.2. | v2.4.1 | v1.0.4+ | v12.0.0 |
540+
| v0.19.2 | v3.5.2 | v2.4.1 | v1.0.4+ | v12.0.0 |
541+
| TBR | v3.5.2 | v2.6.1 | v1.0.4+ | v12.0.0 |
541542
542543
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.
543544

src/FirmwareChecker.cxx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ FirmwareChecker::FirmwareChecker() : mCompatibleFirmwareList({ /* CRU */
2727
{ "d458317e", "v3.5.2" },
2828
{ "6baf11da", "v3.5.1" },
2929
/* CRORC */
30-
{ "72cdb92", "v2.4.1" } })
30+
{ "72cdb92", "v2.4.1" },
31+
{ "8e3a98e", "v2.6.1" } })
3132
{
3233
}
3334

0 commit comments

Comments
 (0)