Replies: 1 comment
-
Hi @kenkit! We appreciate you submitting your first issue for our open-source project. 🌟 Even though I'm a bot, I can assure you that the whole community is genuinely grateful for your time and effort. 🤖💙 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Describe the bug
I managed to build the core by using the official docs and confimed it's working as below:
I went ahead and followed the documetation here to generate the bitstream for the board https://docs.zephyrproject.org/latest/boards/enjoydigital/litex_vexriscv/doc/index.html
Everything went well.
Now proceeded to create a simple hello world where it should just print hello world from the samples in zephyr but I don't get anything on the serial output after loading the kernel via litex_term
I did get a warning while generating building the application using the dts file
Here is my overlay.dts file created with the following options
Build the target:
python3 -m litex_boards.targets.colorlight_5a_75x --build --board=5a-75b --revision=8.2 --with-ethernet --eth-ip 192.168.2.1 --eth-phy 0 --sys-clk-freq 25e6 --use-internal-os --cpu-type=vexriscv --csr-json csr.json
Generate the dts and config overlay:
python3 -m litex.tools.litex_json2dts_zephyr --dts overlay.dts --config overlay.config csr.json
BUILD THE EXAMPLE PROJECT
BUT THE IMAGE DOES NOT BOOT
This is output of the core without loading anything,
after completing upload via serialboot it just freezes there
Regression
Steps to reproduce
No response
Relevant log output
Impact
Annoyance – Minor irritation; no significant impact on usability or functionality.
Environment
No response
Additional Context
No response
Beta Was this translation helpful? Give feedback.
All reactions