Docker kompilacja firmware RS41ng |
Witam, czy ktoś z kolegów ma doświadczenie z Dockerem - próbuje skompilować frmware RS41ng w/g tej instrukcji ale na ostatnim wywala mi błąd. 1-Install Docker if not already installed 2-Set the current directory to the RS41ng source directory 3-Build the RS41ng compiler Docker image using the following command. It is necessary to build the Docker image only once. docker build -t rs41ng_compiler . 4-Build the firmware using the following command. If you need to rebuild the firmware, simply run the command again. On Linux/macOS, run: docker run --rm -it -v $(pwd):/usr/local/src/RS41ng rs41ng_compiler On Windows, run: docker run --rm -it -v %cd%:/usr/local/src/RS41ng rs41ng_compiler <, ---- tu jest problem The firmware will be stored in file build/src/RS41ng.elf Pozdrawia. |