My current Sinara system includes a Phaser board, and the system has already been updated to ARTIQ-9.
In my device description JSON file, the Phaser is defined as:
{
"type": "phaser",
"ports": [6]
}
I would like to confirm whether converting this to a phaser_drtio setup is as simple as modifying the device type to "phaser_drtio" and then rebuilding the firmware following the standard build process.
In other words, after updating the device description and regenerating the firmware, can I directly flash it to obtain full support for phaser_drtio, or are there additional steps or hardware/firmware considerations involved?