Skip to content

Commit 9dc76a8

Browse files
author
John Polak
committed
CRIMSON,RTM6 to 10, MCU and server to detect RX JESD link failure and reset it
1 parent 1cb13af commit 9dc76a8

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+64706
-66011
lines changed

crimson-rtm10/firmware/server

4.74 KB
Binary file not shown.

crimson-rtm10/mcu/VAUNT_RX-xboot-boot.hex

Lines changed: 226 additions & 236 deletions
Large diffs are not rendered by default.

crimson-rtm10/mcu/VAUNT_SYNTH-xboot-boot.hex

Lines changed: 226 additions & 236 deletions
Large diffs are not rendered by default.

crimson-rtm10/mcu/VAUNT_TX-xboot-boot.hex

Lines changed: 226 additions & 236 deletions
Large diffs are not rendered by default.

crimson-rtm10/mcu/burn.sh

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ then
108108
return 1
109109
fi
110110

111-
if [ "$2" != 'time' ] && [ "$2" != 'time3' ] && [ "$2" != 'tx' ] && [ "$2" != 'tx3' ] && [ "$2" != 'rx' ] && [ "$2" != 'rx3' ] && [ "$2" != 'bbrx' ] && [ "$2" != 'all' ]
111+
if [ "$2" != 'time' ] && [ "$2" != 'time3' ] && [ "$2" != 'time1on3' ] && [ "$2" != 'tx' ] && [ "$2" != 'tx3' ] && [ "$2" != 'rx' ] && [ "$2" != 'rx3' ] && [ "$2" != 'bbrx' ] && [ "$2" != 'all' ]
112112
then
113113
help_summary
114114
return 1
@@ -174,6 +174,8 @@ then
174174
HEXFILE_TIME_BOOT="TATE_SYNTH-xboot-boot.hex "
175175
HEXFILE_TIME3_APP="tate-synth3.hex"
176176
HEXFILE_TIME3_BOOT="TATE_SYNTH3-xboot-boot.hex "
177+
HEXFILE_TIME1ON3_APP="tate-synth1on3.hex"
178+
HEXFILE_TIME1ON3_BOOT="TATE_SYNTH1ON3-xboot-boot.hex "
177179
HEXFILE_RX_APP="tate-rx.hex"
178180
HEXFILE_RX_BOOT="TATE_RX-xboot-boot.hex"
179181
HEXFILE_RX3_APP="tate-rx3.hex"
@@ -204,6 +206,14 @@ then
204206
echo "-- Finished programming the Time3 board --"
205207
fi
206208

209+
if [ "$2" = 'time1on3' ]
210+
then
211+
echo "Ready to program Time 1GSPS-on-3GSPS board. Press Enter to continue."
212+
read
213+
burn_seq "$BOARD_OPERATION" "$HEXFILE_TIME1ON3_BOOT" "$HEXFILE_TIME1ON3_APP"
214+
echo "-- Finished programming the Time1on3 board --"
215+
fi
216+
207217
if [ "$2" = 'rx' ] || [ "$2" = 'all' ]
208218
then
209219
echo "Ready to program Rx board. Press Enter to continue."

crimson-rtm10/mcu/flash

92 Bytes
Binary file not shown.

crimson-rtm10/mcu/vaunt-rx.hex

Lines changed: 4513 additions & 4649 deletions
Large diffs are not rendered by default.

crimson-rtm10/mcu/vaunt-synth.hex

Lines changed: 5604 additions & 5668 deletions
Large diffs are not rendered by default.

crimson-rtm10/mcu/vaunt-tx.hex

Lines changed: 5334 additions & 5436 deletions
Large diffs are not rendered by default.

crimson-rtm10/versions

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
FPGA 3a3885941
2-
FIRMWARE b53ea965
3-
MCU 91d7f951
2+
FIRMWARE 73fc9bd7
3+
MCU f7293b29
44
WEB 1aa775024abdff7481f973279959baa787b4f461
55
METAPV c64b534d25b6907292cd1bd2693b21fecbba6339

0 commit comments

Comments
 (0)