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
Copy file name to clipboardexpand all lines: README.md
+49
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,55 @@ If you wish to flash from Arduino, follow step [2.c](#2c) from Windows build fir
16
16
17
17
The script downloads Arduino with our modifications and Rambo board support installed, unpacks it into folder PF-build-env-\<version\> on the same level, as your Prusa-Firmware folder is located, builds firmware for MK3 using that Arduino in Prusa-Firmware-build folder on the same level as Prusa-Firmware, runs secondary language support scripts. Firmware with secondary language support is generated in lang subfolder. Use firmware.hex for MK3 variant. Use firmware_\<lang\>.hex for other printers. Don't forget to follow step [2.b](#2b) first for non-MK3 printers.
18
18
## Windows
19
+
### If you want to use the automated `build.sh` you gonna need to install on you Windows a Linux subsystem or Git-bash
20
+
21
+
###Steps for Linux subsystem und Windows 10 64-bit:
22
+
- follow the Microsoft guide https://docs.microsoft.com/en-us/windows/wsl/install-win10
23
+
You can also use the 'prepare_winbuild.ps1' powershell script with Administrator rights
24
+
- Tested versions are at this moment
25
+
- Ubuntu other may different
26
+
- After the installation and reboot please open your Ubuntu bash and do following steps
27
+
- run command `apt-get update`
28
+
- to install zip run `apt-get install zip`
29
+
- add few lines at the top of `~/.bashrc` by running `sudo nano ~/.bashrc`
0 commit comments