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
after reflashing with:
make F746ZG
I get the following error:
RuntimeError: name too long after reflashing
which cause the io_config bring up sequence not to start.
io_config
The text was updated successfully, but these errors were encountered:
one workaround is to run manually the bring up sequence with:
$ make repl >>> import io_config >>> io_config.run()
Sorry, something went wrong.
can you post more detail on this issue?
No branches or pull requests
after reflashing with:
I get the following error:
which cause the
io_config
bring up sequence not to start.The text was updated successfully, but these errors were encountered: