Skip to content

Commit a465b8c

Browse files
committed
2 parents d313e66 + 58c0a3c commit a465b8c

File tree

3 files changed

+4
-9
lines changed

3 files changed

+4
-9
lines changed

Makefile.ota

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ $(3): $(1)
4444
$$(Q) cd build; COMPILE=gcc PATH=$$(XTENSA_TOOLS_ROOT):$$(PATH) python $$(APPGEN) $(1:build/%=%) 2 $$(ESP_FLASH_MODE) $$(ESP_FLASH_FREQ_DIV) $$(ESP_FLASH_SIZE_IX) $(4)
4545
$$(Q) rm -f eagle.app.v6.*.bin
4646
$$(Q) mv build/eagle.app.flash.bin $$@
47-
@echo "** user1.bin uses $$$$(stat -c '%s' $$@) bytes of" $$(ESP_FLASH_MAX) "available"
47+
@echo "** "$$@ " uses $$$$(stat -c '%s' $$@) bytes of" $$(ESP_FLASH_MAX) "available"
4848
endef
4949

5050
$(eval $(call genappbin,$(TARGET_OUT_USR1),$$(LD_SCRIPT_USR1),$$(TARGET_BIN_USR1),1))

README.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,6 @@ Check out the submodules of Parallax-ESP:
3838
git submodule init
3939
git submodule update
4040

41-
Check out the correct ESP SDK version:
42-
43-
cd ESP8266_NONOS_SDK
44-
git checkout v2.2.1
45-
cd ..
46-
4741
Build the firmware (from the Parallax-ESP directory) for Parallax WX Module:
4842

4943
make

release/Makefile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ release/Parallax-ESP.ota \
1010
release/blank.bin \
1111
release/esp_init_data_default_v08.bin
1212

13-
IMAGES+=release/boot_v1.6.bin
13+
BOOTBIN=boot_v1.7.bin
14+
IMAGES+=release/$(BOOTBIN)
1415

1516
CP=cp
1617

@@ -32,7 +33,7 @@ staged-files: release release/release-notes.txt $(IMAGES)
3233
release/release-notes.txt: release-notes.txt
3334
$(CP) release-notes.txt release
3435

35-
release/boot_v1.%.bin: $(SDK)/bin/boot_v1.%.bin patch
36+
release/$(BOOTBIN): $(SDK)/bin/$(BOOTBIN) patch
3637
./patch $< $@ 2M
3738

3839
release/%: ../build/%

0 commit comments

Comments
 (0)