Merge pull request #85 from tchebb/remove-flash-image-binary

Remove pyinstaller-packed binary version of flash_build.py
This commit is contained in:
Tom Hebb 2021-01-01 11:49:56 -08:00 committed by GitHub
commit 4d6dad50e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 1 deletions

Binary file not shown.

View File

@ -188,7 +188,6 @@ ifeq ("$(OS)","Windows_NT")
else
ifeq ("$(CONFIG_CHIP_NAME)", "BL602")
@cd $(BL60X_SDK_PATH)/image_conf;python3 -m pip install -r requirements.txt; python3 flash_build.py $(PROJECT_NAME) $(CONFIG_CHIP_NAME)
#@cd $(BL60X_SDK_PATH)/image_conf; ./flash_build $(PROJECT_NAME) $(CONFIG_CHIP_NAME)
endif
endif
@echo "Building Finish. To flash build output."