From b72c0237fd77a020e8527594dadae18d4239c15a Mon Sep 17 00:00:00 2001 From: rusefillc <48498823+rusefillc@users.noreply.github.com> Date: Thu, 10 Aug 2023 17:11:31 -0400 Subject: [PATCH] Created 4chan F7 initial programming (markdown) --- 4chan-F7-initial-programming.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 4chan-F7-initial-programming.md diff --git a/4chan-F7-initial-programming.md b/4chan-F7-initial-programming.md new file mode 100644 index 00000000..3b3f1eef --- /dev/null +++ b/4chan-F7-initial-programming.md @@ -0,0 +1,21 @@ +# 4chan F7 initial programming + +### One time Setup + +* download & uncompress https://github.com/rusefi/rusefi/releases/download/20230726_2_release/rusefi_bundle_alphax-4chan_f7.zip + +* launch console/rusefi_console.exe + +* hit 'install drivers' button on top of the splash screen + +### For each board + +* power 4chanF7 board while holding PROG button on 4chanF7. Windows would show "STM32 BOOTLOADER" device in device manager. + +* in ``console\STM32_Programmer_CLI\bin`` folder invoke stm32-reset-nDBANK.bat + +* hit 'reset' button on 4chanF7 while holding PROD button on 4chanF7. + +* in ``console\STM32_Programmer_CLI\bin`` folder invoke stm32-flash-dfu.bat + +Expected result: BLUE LED close to stm32f4 MCU is constantly blinking, RED led next to blinking BLUE is NOT off. \ No newline at end of file