prusa3d / Prusa-Firmware-SL1

Original Prusa SL1 3D printer firmware
GNU General Public License v3.0
39 stars 17 forks source link

How to write custom compilation to eMMC #52

Closed norulers closed 2 years ago

norulers commented 2 years ago

Writing “sla-dev-image-prusa64-sl1-my-custom-build-dirty-20211115084746.rootfs.wic” target to SD card can start normally.

vladamatena commented 2 years ago

Hi,

there is a bootstrap SD image that flash internal eMMC. This one can be build as follows:

bitbake sla-bootstrap

Just boot the resulting SD and wait for red LED to start blinking (~1s interval). Don't worry, the screen stays black during the whole process. Then just remove the SD and reboot the printer. See README for details.

norulers commented 2 years ago

Hi,

there is a bootstrap SD image that flash internal eMMC. This one can be build as follows:

bitbake sla-bootstrap

Just boot the resulting SD and wait for red LED to start blinking (~1s interval). Don't worry, the screen stays black during the whole process. Then just remove the SD and reboot the printer. See README for details.

Thank you for your reply,The problem has been solved.