-
Notifications
You must be signed in to change notification settings - Fork 20
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
Resources on creating a proper device tree #8
Comments
Do you mean In your case, I'd start with nexys4ddr.dts (since it also uses the 64-bit-wide Rocket CPU variant): In the near future, it is one of my goals for this project to "teach" |
Oh yes sorry for the typo that's exactly what I meant. |
Which is the Max frequency for clock '$glbnet$main_clkout0': that you are getting for your (ECP5) boards? |
On Mon, Mar 29, 2021 at 10:36:05AM -0700, developandplay wrote:
Which is the Max frequency for clock '$glbnet$main_clkout0': that you are
getting for your (ECP5) boards?
Generally I get somewhere from 19MHz to 25MHz from nextpnr. It's
supposedly ultra-conservative, since the resulting design mostly
works OK at 50MHz regardless.
|
In case anyone else runs into this issue. |
Seems like my dts still wasn't set up properly however since BBL is not starting yet. |
Turns out my riscv-pk was not up to date.
|
Success on the arty #13 !!! |
I will try to see if I can get linux to boot on the ulx3s next. |
Hi @developandplay [ 31.277582] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver
[ 31.476334] NET: Registered PF_PACKET protocol family
[ 32.024800] Warning: unable to open an initial console.
[ 32.817778] Freeing unused kernel image (initmem) memory: 2700K
[ 32.862982] Run /init as init process
[ 32.867512] with arguments:
[ 32.876518] /init
[ 32.882666] with environment:
[ 32.886522] HOME=/
[ 32.892520] TERM=linux Can you share, what did you had done to fix this issue? |
Rebuild kernel with default option + Enable SBI v1 make it work for me as #21 |
Thanks for your help on #7.
Now that I sucessfully flashed the svf (with one warning: Max frequency for clock '$glbnet$main_clkout0': 11.27 MHz (FAIL at 50.00 MHz)) on my board I was following the next steps.
Therefore I was wondering whether you have some more resources on how you created the
.dts
for your boards.The text was updated successfully, but these errors were encountered: