We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I am using the pre built wishbone-tool-v0.7.8-armv7-unknown-linux-gnueabihf.tar.gz
The following works: wishbone-tool --serial /dev/ttyUSB0 0x40000000 0x55555552 wishbone-tool --serial /dev/ttyUSB0 0x40000000
However the following does not display anything: wishbone-tool --serial /dev/ttyUSB0 -s terminal --csr-csv csr.csv
The following command works when run on a BeagleBone Black: wishbone-tool -u /dev/ttyO4 -s terminal --csr-csv csr.csv
The BeagleBone Black is using an internal serial port
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I am using the pre built wishbone-tool-v0.7.8-armv7-unknown-linux-gnueabihf.tar.gz
The following works:
wishbone-tool --serial /dev/ttyUSB0 0x40000000 0x55555552
wishbone-tool --serial /dev/ttyUSB0 0x40000000
However the following does not display anything:
wishbone-tool --serial /dev/ttyUSB0 -s terminal --csr-csv csr.csv
The following command works when run on a BeagleBone Black:
wishbone-tool -u /dev/ttyO4 -s terminal --csr-csv csr.csv
The BeagleBone Black is using an internal serial port
The text was updated successfully, but these errors were encountered: