У нас вы можете посмотреть бесплатно How to flash a Bootloader and Firmware onto an 8bit Creality Mainboard (or any other AVR board) или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
Get your PCBs and Project Parts from PCBWay here: https://www.pcbway.com Learn more about the 10th Badge Design Contest here: https://www.pcbway.com/blog/News/Welc... Thanks for watching! Comments aswell as Likes/Dislikes are appreciated. Patreon: / cmdrsoyo Channel Link: / @cmdrsoyo HWBot: https://hwbot.org/user/cmdrsoyo/ Software: Raspberry Pi Imager: https://www.raspberrypi.com/software/ PuTTY: https://www.putty.org/ Arduino IDE: https://www.arduino.cc/en/software FileZilla: https://filezilla-project.org/ Sanguino custom URL: https://raw.githubusercontent.com/Lau... Kiahu (for installing Fluidd): https://github.com/dw-0/kiauh Raspberry Pi Commands used in this video (copy paste these into PuTTY): ifconfig (show IP) sudo apt-get install avrdude (install avrdude) avrdude -v (verify avrdude install) cp /etc/avrdude.conf ~/avrdude_gpio.conf (copy config file) nano ~/avrdude_gpio.conf (open/edit config file) programmer id = "pi_1"; desc = "Use the Linux sysfs interface to bitbang GPIO lines"; type = "linuxgpio"; reset = 17; sck = 24; mosi = 23; miso = 18; ; (section to be pasted into avrdude_gpio.conf) sudo avrdude -p atmega1284p -C ~/avrdude_gpio.conf -c pi_1 -v (test connection) sudo avrdude -p atmega1284p -C ~/avrdude_gpio.conf -c pi_1 -v -U flash:w:optiboot_atmega1284p.hex:i (flash bootloader) cd ~/klipper/ (go to klipper directory) make menuconfig (open chip select gui) make (compile klipper) ls /dev/serial/by-id/* (list address of the AVR board) sudo service klipper stop (stop klipper service) make flash FLASH_DEVICE=[YOUR AVR BOARD ADDRESS] (flash klipper) sudo service klipper start (restart klipper) ==================================================================== Music Used in my videos includes Destiny OST, Stellaris OST as well as Satisfactory OST and tracks from the Youtube Audio Library