- Edited
We are having a near-identical set of errors as in this post by RianneSL on the log and when we attempt to run some of the example code on our new system.
We just installed the firmware downloaded using AFWS, so I'd have expected the firmware to then match our artiq version. How does one go about checking the firmware version to compare to the artiq version?
log message:
[ 122.479191s] ERROR(runtime::session): idle kernel aborted: unexpected request RunAborted from kernel CPU
[ 122.488418s] INFO(runtime::session): no connection, starting idle kernel
[ 122.532253s] INFO(kernel): panic at ksupport/lib.rs:523:5: Exception(LoadFault) at PC 0x45060164, trap value 0x45061010
Error message when running rtio.py:
> artiq_run rtio.py
Traceback (most recent call last):
File "C:\Users\jar jar binks\miniconda3\envs\Kartiq\Scripts\artiq_run-script.py", line 9, in <module>
sys.exit(main())
File "C:\Users\jar jar binks\miniconda3\envs\Kartiq\lib\site-packages\artiq\frontend\artiq_run.py", line 224, in main
return run(with_file=True)
File "C:\Users\jar jar binks\miniconda3\envs\Kartiq\lib\site-packages\artiq\frontend\artiq_run.py", line 210, in run
raise exn
File "C:\Users\jar jar binks\miniconda3\envs\Kartiq\lib\site-packages\artiq\frontend\artiq_run.py", line 203, in run
exp_inst.run()
File "C:\Users\jar jar binks\miniconda3\envs\Kartiq\lib\site-packages\artiq\language\core.py", line 54, in run_on_core
return getattr(self, arg).run(run_on_core, ((self,) + k_args), k_kwargs)
File "C:\Users\jar jar binks\miniconda3\envs\Kartiq\lib\site-packages\artiq\coredevice\core.py", line 140, in run
self._run_compiled(kernel_library, embedding_map, symbolizer, demangler)
File "C:\Users\jar jar binks\miniconda3\envs\Kartiq\lib\site-packages\artiq\coredevice\core.py", line 130, in _run_compiled
self.comm.serve(embedding_map, symbolizer, demangler)
File "C:\Users\jar jar binks\miniconda3\envs\Kartiq\lib\site-packages\artiq\coredevice\comm_kernel.py", line 706, in serve
self._read_header()
File "C:\Users\jar jar binks\miniconda3\envs\Kartiq\lib\site-packages\artiq\coredevice\comm_kernel.py", line 249, in _read_header
sync_byte = self._read(1)[0]
File "C:\Users\jar jar binks\miniconda3\envs\Kartiq\lib\site-packages\artiq\coredevice\comm_kernel.py", line 237, in _read
raise ConnectionResetError("Core device connection closed unexpectedly")
ConnectionResetError: Core device connection closed unexpectedly
Additionally, when we had previously tried running rtio.py, we got an error message which explicitly noted a version mismatch, which is not present now. It looked like this before:
WARNING:artiq.coredevice.comm_kernel: Mismatch between gateware (7.0.beta) and software (7.8123.3038639) versions
…
ConnectionResetError: Core device connection closed unexpectedly
We have since upgraded the gateware.
Any idea what might be causing this?