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
JeGu_2199941
Level 5
Level 5
25 likes received 10 likes received 10 likes given

Just guessing, maybe there isn't enough space in flash ?

0 Likes
Anonymous
Not applicable

As far as I know BM30 is internal flash 512K

If demo.appliance-BCMUSI30 download download_apps run build error.

-> region `APP_CODE' overflowed by 23068 bytes

So, BM30_ext platform use build.

demo.appliance-BCMUSI30_ext download download_apps run

But, appliance.mk is not include two line is normal behavour.

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

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

Attach file apply and demo.appliance-BCMUSI30_ext download download_apps run

Web UI display error.

I guess device_settings.html file parsing error.

I need help this issue.

0 Likes

Suggest you to try with 3.7.0 SDK release

0 Likes

Agree!

If internal not enough flash! How much external flash size ?

And you also mention , if there are NO FR_APP, which is work fine!

You need to trim your application to reduce image size to fit into flash size

0 Likes
Anonymous
Not applicable

This issue is not internal memory size.

XX_ext platform build is App_code and filesystem  external flash download.

This issue is attach file apply appliance test app is same.

Does not matter my application image size.

USIBM30 is internal flash 512k. So, USIBM30_ext platform used.

BM30 default platform is appliance app is build error

demo.appliance-BCMUSI30_ext download download_apps run

-> region `APP_CODE' overflowed by 23068 bytes.

So, demo.appliance-BCMUSI30_ext download download_apps run

But, appliance.mk remove two line is normal behavour.

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

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

XX_ext platform and appliance.mk two line add -> web ui display error.

0 Likes
JoYi_1844281
Level 6
Level 6
100 sign-ins 100 replies posted 50 likes received

Where the remind image size move  ? if you build with USIBM30_ext platform !

How big your FR_APP ?

How big your external SPI flash ?

if your FR_APP and file system image size over the external flash size ?  What happen ?