Problems to build firmware 7.7 #276
Replies: 9 comments
-
It probably means your user account isn't in Then again it's not clear to me if the error you're getting is related to that or permission to pull the Docker image (which should be public). |
Beta Was this translation helpful? Give feedback.
-
No, sorry, the problem was the image visibility. You should be able to pull it now. |
Beta Was this translation helpful? Give feedback.
-
Now, the docker is working but I have error when I make a target. I don`t remember this problem in the previous version. pablo@pablo-NITX-SKL1:~/OpenDeck$ make TARGET=mega2560
Call Stack (most recent call first): CMake Error at src/firmware/board/CMakeLists.txt:19 (target_compile_definitions): CMake Error at cmake/include/helpers.cmake:3 (add_subdirectory): CMake Error at cmake/include/helpers.cmake:8 (target_include_directories): CMake Error at cmake/include/helpers.cmake:3 (add_subdirectory): CMake Error at cmake/include/helpers.cmake:8 (target_include_directories): CMake Error at cmake/include/helpers.cmake:3 (add_subdirectory): CMake Error at cmake/include/helpers.cmake:8 (target_include_directories): -- The C compiler identification is GNU 11.4.0 |
Beta Was this translation helpful? Give feedback.
-
It looks like you aren't building the firmware inside the container. |
Beta Was this translation helpful? Give feedback.
-
With previous versions I didn't have any problem...following the instructions it works always...I don't know whats happens. I have a backup folder with the previous versions. Is there any other manner to update the firmware without the previous process described? |
Beta Was this translation helpful? Give feedback.
-
Well now the procedure is different and the documentation makes it pretty clear. You need to run the mentioned script after which you'll be inside the container. You are not building the firmware in the container. |
Beta Was this translation helpful? Give feedback.
-
Ok. inside the container it works. Now i have a doubt...How I did before to build outside the container? |
Beta Was this translation helpful? Give feedback.
-
It worked because the repository was setup differently than it is now. The merged file is still located in the build directory which you can still access the same way as before. |
Beta Was this translation helpful? Give feedback.
-
Hi again. I was some days missing...now I'm trying to build the firmware again. pablo@pablo-NITX-SKL1:~/OpenDeck$ ./scripts/dev.sh I have update all docker modules, ubuntu...but I don't know where is the problem |
Beta Was this translation helpful? Give feedback.
-
Hi,
I'm trying to build the firmware 7.7
I'm not expert in Ubuntu. I have followed the instructions.
1- Clone the git repository
2- Create the docker container. Then, i get the following error:"Error responde from daemon: Head "https://ghcr.io/v2/shanteacontrols/opendeck/manifests/latest": unauthorized"
And I can't go forward.
Any idea?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions