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:16] – [Create a USB stick] admin | projects:3dprinting:flashforge_creator_3_pro_fan_fix:dropbear [2025/04/27 23:15] (current) – [buildroot + dropbear] admin | ||
---|---|---|---|
Line 17: | Line 17: | ||
cd buildroot-at91 | cd buildroot-at91 | ||
- | Since we do not have the same build environment as flashforge had, we will create a static build of dropbear. This requires to modify the dropbear package file in buildroot: | + | Since we do not have the same build environment as flashforge had, we can not rely on the system' |
sed -i " | sed -i " | ||
Line 59: | Line 59: | ||
Go back to the main screen (click twice on exit) and click on Save | Go back to the main screen (click twice on exit) and click on Save | ||
- | |||
- | |||
==== Start building cross compiler and dropbear ==== | ==== Start building cross compiler and dropbear ==== | ||
Line 75: | Line 73: | ||
===== 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 206: | ||
- | Download | + | After copying dropbear and flashforge_init.sh to a USB stick, download |
- | * 0014 | + | |
- | * end.img | + | |
- | * play | + | |
- | * start.img | + | |
- | * version.cfg | + | |
- | + | ||
- | If all is well, you should have now the following files on the USB stick: | + | |
* 0014 | * 0014 | ||
- | * dropbear | ||
* end.img | * end.img | ||
- | * flashforge_init.sh | ||
* play | * play | ||
* start.img | * start.img | ||
* version.cfg | * version.cfg | ||
- | Alternatively you can download all the files together in one tar.bz2 archive: [[https:// | + | Alternatively you may download all the files together in one tar.bz2 archive |
===== Install dropbear to the printer ===== | ===== Install dropbear to the printer ===== | ||
Line 234: | Line 222: | ||
- Power on again. Dropbear should now be ready for use. | - Power on again. Dropbear should now be ready for use. | ||
- | Test the ssh connection to the printer with following user: root | + | 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: |