-
Notifications
You must be signed in to change notification settings - Fork 180
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
Buildroot with x11 / doom / dhrystone config #290
Comments
Thanks @Dolu1990! |
@Dolu1990 this is really cool and something I've been trying to get working on my ULX3S. Unfortunately, I'm a bit inexperienced with these tools and was wondering if you could provide some clarification about why buildroot needs to be at that git hash, and how to be sure the dts ramfs is configured with enough space to eat the whole cpio. Thanks! |
No worries :)
So, if i remember well, it was because they removed SDL2 support for 32 bits risc-v, something in that kind, or compilation issue. Also in general, there is so many thing which could break in the whole process, i personnaly always try to stay on a functionnal version of the things, to keep my sanity at a managable level XD
So by default the dts ramfs is configured to 8 GB, which is too low for x11 stuff. Either you try to switch to using the sdcard to host a second partition with the buildroot file system, this quite better for low memory systems, as ULX3s. |
Particularly useful is the |
Here is an achive with the buildroot config for x11 + chocolate-doom + dhrystone-opt
buildroot_x11_doom.zip
Note you need to get buildroot with the git hash 9ef54b7d, and be sure the dts ramfs is configured with enough space to eat the whole cpio ^^
The text was updated successfully, but these errors were encountered: