Skip to content
New issue

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

Devices that boot on UART open need manual initialization. #22

Open
petertorelli opened this issue Nov 11, 2021 · 2 comments
Open

Devices that boot on UART open need manual initialization. #22

petertorelli opened this issue Nov 11, 2021 · 2 comments

Comments

@petertorelli
Copy link
Member

If your device reboots itself when its serial port is opened (such as an Arduino), you will need to manually mount the device using mountc dut <alias> before running the benchmark.

@jiaerjia123
Copy link

Is command mountc means mount?And what does means? thank you!

@petertorelli
Copy link
Member Author

"mountc" means mount a class of devices, vs mount which mounts an OS device name /dev/x/ or COM3. When you plug a device in, and the EnergyRunner recognizes it, it will appear in the devices table. A shortcut to mounting is to use mountc dut dutalias which mounts the first instance of a dut that it sees to the alias dutalias. If the device reboots on the OS UART_Open, it means you need to mount it manually instead of using the "initialize" function.

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

No branches or pull requests

2 participants