Skip to content

Conversation

dkm
Copy link
Contributor

@dkm dkm commented Jun 27, 2020

Remove -v from kflash.py invocation (was displaying version info and exiting)
Add a list of boards to test and exits if none could be found.

Remove -v from kflash.py invocation (was displaying version info and exiting)
Add a list of boards to test and exits if none could be found.
"$dir/kflash.py" --port /dev/serial/by-id/usb-1a86_USB2.0-Serial-if00-port0 $OPTS --terminal -v "$FW"

declare -a known_serial_ids
known_serial_ids[0]=/dev/serial/by-id/usb-1a86_USB2.0-Serial-if00-port0
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
known_serial_ids[0]=/dev/serial/by-id/usb-1a86_USB2.0-Serial-if00-port0
# Sipeed MAIX Dock board
known_serial_ids[0]=/dev/serial/by-id/usb-1a86_USB2.0-Serial-if00-port0

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oops, can't apply the change myself from the GH interface, will push it later

@Disasm Disasm merged commit b7431c1 into riscv-rust:master Jun 27, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants