This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
projects:3dprinting:flashforge_creator_3_pro_fan_fix:root_access [2024/10/22 22:50] – created admin | projects:3dprinting:flashforge_creator_3_pro_fan_fix:root_access [2025/05/02 21:38] (current) – [Flashforge Creator 3 Pro - root access] admin | ||
---|---|---|---|
Line 3: | Line 3: | ||
| [[projects: | | [[projects: | ||
- | This page will show one way how to get root access via a serial cable. (See [[projects: | + | This page will show a possible |
===== Getting root access ===== | ===== Getting root access ===== | ||
Line 9: | Line 9: | ||
- Power off printer | - Power off printer | ||
- | - Add following lines in a flashforge_init.sh script: <code bash> | + | - Write following lines in a flashforge_init.sh script: <code bash> |
(cat <<- _EOF_ | (cat <<- _EOF_ | ||
#!/bin/sh | #!/bin/sh | ||
Line 36: | Line 36: | ||
- Format a usb stick to FAT32, download a [[https:// | - Format a usb stick to FAT32, download a [[https:// | ||
- Overwrite flashforge_init.sh with the one from above. | - Overwrite flashforge_init.sh with the one from above. | ||
- | - Connect printer via serial connection. | + | - Connect printer via serial connection |
minicom -b 115200 -D / | minicom -b 115200 -D / | ||
- Insert usb stick in 3d printer and power-on | - Insert usb stick in 3d printer and power-on | ||
- Verify kernel log messages output in minicom | - Verify kernel log messages output in minicom | ||
- Enter a new password when asked for. | - Enter a new password when asked for. | ||
- | - Wait until the music is finished. Power off printer. Remove usb stick and power on. try to login via serial. Connect using:\\ user: root\\ The password which was just entered. | + | - Wait until the music is finished. Power off printer. Remove usb stick and power on. try to login via serial. Connect using:\\ user: root\\ |