mirror of
https://github.com/UberGuidoZ/Flipper.git
synced 2025-08-21 12:20:54 +00:00
Compare commits
No commits in common. "ecb53aa71da5a4d150c5c0a070584f49eab114be" and "3fe7b644c6390a63b26d9ed8fae6bac90f8173af" have entirely different histories.
ecb53aa71d
...
3fe7b644c6
Binary file not shown.
@ -69,7 +69,7 @@ IF [!last_firmware!]==[] echo Please get and copy the last firmware from ESP32Ma
|
|||||||
esptool.exe -p !_com! -b %BR% -c esp32s2 --before default_reset -a no_reset erase_region 0x9000 0x6000
|
esptool.exe -p !_com! -b %BR% -c esp32s2 --before default_reset -a no_reset erase_region 0x9000 0x6000
|
||||||
echo Firmware Erased, preparing write...
|
echo Firmware Erased, preparing write...
|
||||||
ping 127.0.0.1 -n 5 > NUL
|
ping 127.0.0.1 -n 5 > NUL
|
||||||
esptool.exe -p !_com! -b %BR% -c esp32s2 --before default_reset -a no_reset write_flash --flash_mode dio --flash_freq 80m --flash_size 4MB 0x1000 Marauder\bootloader.bin 0x8000 Marauder\partitions.bin 0x10000 Marauder\!last_firmware!
|
esptool.exe -p !_com! -b %BR% -c esp32s2 --before default_reset -a no_reset write_flash --flash_mode dio --flash_freq 80m --flash_size 4MB 0x1000 SD\bootloader.bin 0x8000 SD\partitions.bin 0x10000 SD\!last_firmware!
|
||||||
GOTO DONE
|
GOTO DONE
|
||||||
|
|
||||||
:MARAUDERSD
|
:MARAUDERSD
|
||||||
@ -88,7 +88,7 @@ IF [!last_firmware!]==[] echo Please get and copy the last firmware from ESP32Ma
|
|||||||
esptool.exe -p !_com! -b %BR% -c esp32s2 --before default_reset -a no_reset erase_region 0x9000 0x6000
|
esptool.exe -p !_com! -b %BR% -c esp32s2 --before default_reset -a no_reset erase_region 0x9000 0x6000
|
||||||
echo Firmware Erased, preparing write...
|
echo Firmware Erased, preparing write...
|
||||||
ping 127.0.0.1 -n 5 > NUL
|
ping 127.0.0.1 -n 5 > NUL
|
||||||
esptool.exe -p !_com! -b %BR% -c esp32s2 --before default_reset -a no_reset write_flash --flash_mode dio --flash_freq 80m --flash_size 4MB 0x1000 SD\bootloader.bin 0x8000 SD\partitions.bin 0x10000 SD\!last_firmware!
|
esptool.exe -p !_com! -b %BR% -c esp32s2 --before default_reset -a no_reset write_flash --flash_mode dio --flash_freq 80m --flash_size 4MB 0x1000 Marauder\bootloader.bin 0x8000 Marauder\partitions.bin 0x10000 Marauder\!last_firmware!
|
||||||
GOTO DONE
|
GOTO DONE
|
||||||
|
|
||||||
:BACKUP
|
:BACKUP
|
||||||
@ -253,4 +253,4 @@ GOTO ERREXIT
|
|||||||
echo.
|
echo.
|
||||||
echo (You may now close this window or press any key to exit.)
|
echo (You may now close this window or press any key to exit.)
|
||||||
pause>nul
|
pause>nul
|
||||||
exit
|
exit
|
Loading…
x
Reference in New Issue
Block a user