Appliance App Issue

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
lock attach
Attachments are accessible only for community members.
Anonymous
Not applicable

I'm Used WICED SDK 3.5.2

Appliance app test.

I'm modified appliance.mk file below add two line.

FR_APP    := $(OUTPUT_DIR)/binary/$(CLEANED_BUILD_STRING).stripped.elf

DCT_IMAGE := $(OUTPUT_DIR)/DCT.stripped.elf

and BM30_ext platform used build.

demo.appliance-BCMUSI30_ext download download_apps run

wiced_config_device wep ui access.

but, below under display web ui.

appliance.jpg

appliance.mk delete two line

FR_APP    := $(OUTPUT_DIR)/binary/$(CLEANED_BUILD_STRING).stripped.elf

DCT_IMAGE := $(OUTPUT_DIR)/DCT.stripped.elf

is normal display.

appliance1.jpg

My test app is need to web ui access(wiced_device_config) and ota_fr apply.

0 Likes
6 Replies