This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
projects:3dprinting:flashforge_creator_3_pro_fan_fix:dropbear [2025/04/10 18:08] – admin | projects:3dprinting:flashforge_creator_3_pro_fan_fix:dropbear [2025/04/11 15:47] (current) – [Create a USB stick] admin | ||
---|---|---|---|
Line 75: | Line 75: | ||
===== Create a USB stick ===== | ===== Create a USB stick ===== | ||
- | To get SSH on the printer, we will create | + | To get SSH on the printer, we need to put some files on a USB stick, mimicking as if the printer would do a firmware update. Insert an empty FAT formatted USB stick in your PC and copy dropbear to the main directory: |
cp output/ | cp output/ | ||
Line 208: | Line 208: | ||
- | Download | + | After copying dropbear and flashforge_init.sh to a USB stick, download |
* 0014 | * 0014 | ||
* end.img | * end.img | ||
Line 214: | Line 214: | ||
* start.img | * start.img | ||
* version.cfg | * version.cfg | ||
- | * dropbear | ||
- | * flashforge_init.sh | ||
- | From this link: [[https:// | + | Alternatively you may download all the files together in one tar.bz2 archive from here [[https:// |
- | When done, power off the printer, insert | + | ===== Install dropbear to the printer ===== |
+ | - Power off the printer | ||
+ | - Insert | ||
+ | - After a few seconds dropbear should be installed. | ||
+ | - Switch off the printer once again, remove the USB stick | ||
+ | - Power on again. Dropbear should now be ready for use. | ||
+ | |||
+ | Test the ssh connection to the printer with following user: root\\ | ||
+ | The password for user root you should have already modified as described in the [[projects: |