Shenzhen Big Tree Technology Co., Ltd.
BIGTREETECH
36 / 39
6.2 Compile firmware
1.
After ssh successfully connected to the device, enter in terminal:
cd ~/klipper/
make menuconfig
Compile with the configuration shown below(if the options below is not
available, please update you Klipper source code to the newest version)
* [*] Enable extra low-level configuration options
* Micro-controller Architecture (STMicroelectronics STM32) --->
* Processor model (STM32G0B1) --->
* Bootloader offset (8KiB bootloader) --->
* Clock Reference (8 MHz crystal) --->
* Communication interface (USB (on PA11/PA12)) --->
2.
Press q to exit, and Yes when asked to save the configuration
3.
Run
make
to compile firmware
,
”klipper.bin” file will be generated in
home/pi/kliiper/out
folder when
make
is finished, download it onto your
computer using the ssh application.