Skip to content

Commit

Permalink
Changed the stream buffer header to MSUS firmware values
Browse files Browse the repository at this point in the history
and changed baud rate to 5 MHz for FPGA
  • Loading branch information
hsemwal committed Dec 12, 2024
1 parent 905feb8 commit 6995e1b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
3 changes: 2 additions & 1 deletion mio/data/config/wireless/MSUS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ mio_version: "v5.0.0"
device: "OK"

# bitstream file to upload to Opal Kelly board
bitstream: "XEM7310-A75/USBInterface-8_33mhz-J2_2-3v3-IEEE.bit"
bitstream: "XEM7310-A75/USBInterface-5mhz-J2_2-3v3-IEEE.bit"
# bitstream: "XEM7310-A75/USBInterface-8_33mhz-J2_2-3v3-IEEE.bit" # original

# COM port and baud rate is only required for UART mode
port: null
Expand Down
15 changes: 7 additions & 8 deletions mio/data/config/wireless/stream-buffer-header.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,19 +15,18 @@
# battery_voltage_raw: 9
# input_voltage_raw: 10


# MSUS
id: stream-buffer-header
mio_model: mio.models.stream.StreamBufferHeaderFormat
mio_version: "v5.0.0"
linked_list: 0
frame_num: 1
buffer_count: 2
linked_list: 1 #0
frame_num: 2 #1
buffer_count: 4
frame_buffer_count: 3
write_buffer_count: 4
dropped_buffer_count: 5
timestamp: 6
write_buffer_count: 5
dropped_buffer_count: 6
timestamp: 7
write_timestamp: 8
pixel_count: 7
pixel_count: 0
battery_voltage_raw: 9
input_voltage_raw: 10

0 comments on commit 6995e1b

Please sign in to comment.