-
Notifications
You must be signed in to change notification settings - Fork 8
oRSC uart ECHO test (working at Chmberlin) #46
Comments
@tsarangi Great! I'll try this with the 904 setup as soon as I can. For future reference, when you want to commit changes to |
I just ran through the README instructions with the 904 setup. First, I copied over whatever bitfiles Mathias has in his $ sudo screen /dev/ttyUSB0 In a separate terminal, $ xmd
XMD$ fpga -f bitfiles/orsc/top_fe.bit -debugdevice deviceNr 2
XMD$ connect mb mdm -debugdevice deviceNr 2
XMD$ dow orsc_fe_uart_echo_test/payload.elf
XMD$ run
XMD$ read_uart In another terminal, $ xmd
XMD$ fpga -f bitfiles/orsc/top_be.bit -debugdevice deviceNr 1
XMD$ connect mb mdm -debugdevice deviceNr 1
XMD$ dow orsc_be_uart_echo_test/payload.elf
XMD$ run However, I don't see anything show up in the "screen" window. Did I miss a step? I'll step through the code to see if I find anything strange. |
@dabelknap https://github.com/uwcms/cms-calo-layer1/blob/master/orsc_be_uart_echo_test/README.md THhis file is messed up on github, but read it in a terminal... |
I tried that, but it didn't seem to work either. I also tried cleaning and remaking the bsps. It probably doesn't matter that much, but I am also getting a new compiler error for
I haven't figured out why it is missing this yet. |
@dabelknap
Mathias and I have managed to make the oRSC echo test work at Chamberlin. I have committed all my changes to the master branch.
See 070d4b6
Look at the README file to see how to configure and test it in 904.
https://github.com/uwcms/cms-calo-layer1/blob/master/orsc_be_uart_echo_test/README.md
The text was updated successfully, but these errors were encountered: