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 have successfully compiled a sample project for a jetson tx2 and loadded it using:
artifacts/debug/fel4img
/fel4img
ext4load mmc 0 0x82000000 feL4image
go 0x82000000
I get some text saying that the application is starting but no hello world comes up from the debug uart on the J21 connector for the Tx2 module.
Am I loading the right binary?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I have successfully compiled a sample project for a jetson tx2 and loadded it using:
artifacts/debug/fel4img
output to the internal MMC of the jetson board:/fel4img
ext4load mmc 0 0x82000000 feL4image
go 0x82000000
.I get some text saying that the application is starting but no hello world comes up from the debug uart on the J21 connector for the Tx2 module.
Am I loading the right binary?
The text was updated successfully, but these errors were encountered: