HW CI discovery something is wrong #7604
on-topic or off-topic technical debt? only:uaefi
This commit is contained in:
parent
ea4a3b8783
commit
e7b5575402
|
@ -1,26 +0,0 @@
|
|||
@echo off
|
||||
|
||||
call compile.bat
|
||||
|
||||
rem svn info > ../firmware_binary/version.txt
|
||||
rem cp config/features.h ../firmware_binary
|
||||
rem cp build/rusefi.hex ../firmware_binary
|
||||
rem cp build/rusefi.elf ../firmware_binary
|
||||
|
||||
rem cp tunerstudio/rusefi.ini ../firmware_binary
|
||||
|
||||
rem cd ../firmware_binary
|
||||
rem del firmaware_binary.zip
|
||||
rem 7z a firmaware_binary.zip rusefi.hex rusefi.ini features.h flash.bat
|
||||
rem cd ../firmware
|
||||
|
||||
|
||||
echo Looking at size
|
||||
arm-none-eabi-size --format=berkeley "build\rusefi.elf"
|
||||
echo Compiler gcc version
|
||||
arm-none-eabi-gcc -v
|
||||
|
||||
echo Have the file, let's program the board right away
|
||||
call flash_openocd
|
||||
|
||||
echo Done flashing
|
|
@ -4,5 +4,5 @@ bash.exe gen_config.sh
|
|||
rem This would automatically copy latest file to 'dev' TS project
|
||||
set ts_path="%HOMEDRIVE%%HOMEPATH%\Documents\TunerStudioProjects"
|
||||
echo %ts_path%
|
||||
cp tunerstudio/generated/rusefi.ini %ts_path%\dev\projectCfg\mainController.ini
|
||||
cp tunerstudio/generated/rusefi_f407-discovery.ini %ts_path%\dev\projectCfg\mainController.ini
|
||||
cp tunerstudio/generated/rusefi_mre_f4.ini %ts_path%\mre_f4\projectCfg\mainController.ini
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#!/bin/bash
|
||||
|
||||
echo "This script reads rusefi_config.txt and produces firmware persistent configuration headers"
|
||||
echo "The storage section of rusefi.ini is updated as well"
|
||||
echo "The storage section of rusefi_xxx.ini is updated as well"
|
||||
|
||||
rm -f gen_config.log
|
||||
rm -f gen_config_board.log
|
||||
|
|
|
@ -6,6 +6,7 @@ cd ../java_tools
|
|||
cd ../firmware
|
||||
|
||||
bash gen_signature.sh f407-discovery
|
||||
# todo: eliminate that legacy `rusefi.ini'!
|
||||
bash gen_config_board.sh config/boards/f407-discovery f407-discovery rusefi.ini
|
||||
bash bin/gen_image_board.sh config/boards/f407-discovery f407-discovery rusefi.ini
|
||||
exit $?
|
||||
|
|
|
@ -105,7 +105,7 @@ struct_no_prefix persistent_config_s
|
|||
|
||||
struct_no_prefix engine_configuration_s
|
||||
|
||||
! see 'blockingFactor' in rusefi.ini
|
||||
! see 'blockingFactor' in tunerstudio.template.ini
|
||||
! please keep it bigger than (TS_TOTAL_OUTPUT_SIZE / 2) so whole livedata can be
|
||||
! transfered using two chunks, this will give us 500 Hz refresh rate.
|
||||
#define BLOCKING_FACTOR 1024
|
||||
|
|
Loading…
Reference in New Issue