mirror of
https://github.com/pine64/bl_iot_sdk.git
synced 2024-11-19 14:13:48 +00:00
commit
756b4c7012
1
.gitignore
vendored
1
.gitignore
vendored
@ -9,3 +9,4 @@
|
||||
|
||||
# MacOS
|
||||
.DS_Store
|
||||
__pycache__
|
||||
|
@ -1,3 +1,5 @@
|
||||
# flash_build.py dependencies
|
||||
fdt>=0.2.0
|
||||
pycryptodomex>=3.9.8
|
||||
toml>=0.10.2
|
||||
configobj>=5.0.6
|
||||
|
@ -187,8 +187,8 @@ all:
|
||||
ifeq ("$(OS)","Windows_NT")
|
||||
else
|
||||
ifeq ("$(CONFIG_CHIP_NAME)", "BL602")
|
||||
#@cd $(BL60X_SDK_PATH)/image_conf; python3 flash_build.py $(PROJECT_NAME) $(CONFIG_CHIP_NAME)
|
||||
@cd $(BL60X_SDK_PATH)/image_conf; ./flash_build $(PROJECT_NAME) $(CONFIG_CHIP_NAME)
|
||||
@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."
|
||||
|
Loading…
Reference in New Issue
Block a user