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
Hi @mateusz-holenko,
The README does not reference how to program the CPU. Do I only need to use
lxterm --serial-boot --kernel build/zephyr/zephyr.bin /dev/ttyUSBX
Could documentation please be added on this step. Perhaps how to load samples/subsys/shell/shell_module.
The text was updated successfully, but these errors were encountered:
The README might still need some update, but the loading happens the same way as for the demo firmware, that you can look here: https://github.com/enjoy-digital/litex/blob/master/litex/soc/software/demo/README.md
So lxterm (or now, litex_term) or loading to flash, or including it as a ROM, or any other method you can load software also applies here.
lxterm
litex_term
Sorry, something went wrong.
No branches or pull requests
Hi @mateusz-holenko,
The README does not reference how to program the CPU. Do I only need to use
Could documentation please be added on this step. Perhaps how to load samples/subsys/shell/shell_module.
The text was updated successfully, but these errors were encountered: