You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2.`docker run --rm -it -u root -v <PATH_TO_REPO>:/src inav-build <TARGET>`
38
+
+ Note that on Windows/WSL 2 mounted /src folder is writeable for root user only. You have to run build under root user. This is achieved with `--build-arg INAV_IMAGE_USER=root` option in the command line above.
39
+
+ If GDB should be installed in the image, add argument '--build-arg GDB=yes'
40
+
2.`docker run --rm -it -v <PATH_TO_REPO>:/src inav-build <TARGET>`
39
41
+ Where `<PATH_TO_REPO>` must be replaced with the absolute path of where you cloned this repo (see above), and `<TARGET>` with the name of the target that you want to build.
40
-
+ Note that on Windows/WSL 2 mounted /src folder is writeable for root user only. You have to run build under root user. You can achieve this by using `-u root` option in the command line above.
0 commit comments