-
Notifications
You must be signed in to change notification settings - Fork 67
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
[TASK] <title> Running "make images" command using the docker container doesn't work. #101
Comments
I solved the above error by opening the docker container by root by using the following command: I now get the following error, the wget --passive-ftp -nd -t 3 -O '/repo/buildroot/output/build/.linux-v5.10.7-br1.tar.gz.hEmhDo/output' 'http://sources.buildroot.net/linux-v5.10.7-br1.tar.gz' command failed and the file linux-v5.10.7-br1.tar.gz actually doesn't exist on the address it is said to exist: |
I cannot reproduce your issues, therefore, I also cannot offer much help. The error messages that you posted point towards a broken toolchain, but the toolchain should be built by I just did a clean build locally on ubuntu 24.04 and it worked without issues. If it does not work for you on your setup, try on a clean ubuntu image (either in docker, or a full VM). |
I'm already running the command in a docker container(as I have mentioned in the title) that too on a new and clean ubuntu image I setup as dual boot. Despite this the error still comes. |
Are you following all the steps outlined in the readme? Also, please do not tamper with the git submodules and their version. The current master of this repo should be working. A simple |
Hello @Moschn, @walrider3 , I have also encountered the same problem when i use make clean-all and then make all in my host machine instead of docker. Is there any update available related to this error? Thanks in advance for your time. |
Is there an existing CVA6-SDK task for this?
Task Description
Description of Done
I need to get the files for to flash the sd card with so I can boot linux on the cva6 core on the genesys 2 board. But the command gives the following errror.
The text was updated successfully, but these errors were encountered: