Skip to content

Latest commit

 

History

History
52 lines (37 loc) · 3.06 KB

connection.md

File metadata and controls

52 lines (37 loc) · 3.06 KB

SIBOOR-Voron-2.4-AUG

SSH

login as: biqu
password: biqu  

OS image

  • The latest system image is here. (The TF card included in the kit has already burned the system, and there is no need to burn it again. This is to prevent system damage from being used in the future.)

WIFI Settings

  • After the OS writes to the SD card, there is a FAT32 partition named BOOT, open system.cfg file with Notpad, Notpad++ or VSCode.

  • Set WIFI_SSID as your actual wifi name and WIFI_PASSWD as your actual wifi password, The space character can be parsed normally without additional escape character.


  • Then power on the btt pi, go to the backend of your router, look for a device named BTT-CB1, remember this IP address,
    and use tools such as putty or MobaXterm.

  • Make ssh connection

Connect the motherboard and EBB

  • Connect the motherboard to the Pi using a USB cable
    • Connect via ssh and enter the following command
      cd ~/CanBoot/scripts
      python3 flash_can.py -i can0 -q



  • The UUID displayed at this time is the UUID of the motherboard canbus.
    • Copy it and paste it into our cfg document.



  • Then connect to EBB canbus and enter this command again
    • Use RJ11 adapter to connect, pay attention to the position of green and yellow.




    • It should be noted that the EBB canbus needs to be shorted to 120R, otherwise it cannot be connected.


    • python3 flash_can.py -i can0 -q



  • This is the UUID of EBB canbus, Copy it and paste it here.



  • Then press this button, save and restart, and the device connection is completed.