EasyManua.ls Logo

Bosch XDK - Troubleshooting Specific Errors; Maximal allowed size of flashed binary exceeded; Error after building and flashing; Workspace path contains spaces

Bosch XDK
12 pages
Print Icon
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
8 ©2019 Software AG. All rights reserved.
18 Maximal allowed size of flashed binary is exceeded
When you use a XDK with bootloader version 1.1.0 the maximal allowed size of the
flashed binary cumulocity-xdk-agent.bin can't exceed 600MB. In this case either:
flash a new bootloader version 1.2.0 or
disable the use of the SENSOR_TOOLBOX library in AppController.h. This will reduce the
size below 600MB
#define ENABLE_SENSOR_TOOLBOX 0
19 When the following error occusrs after building and flashing
the project please clean, rebuild and flash project again:
INFO | Transmission successfully completed!
INFO | Booting application...
INFO | XDK DEVICE 1: Performing application CRC validation (this will take a couple
of seconds)
INFO | XDK DEVICE 1: Application Firmware Corrupted
INFO | XDK DEVICE 1: Invalid application
20 The following error indicates, that the workspace path
contains spaces. PLEASE remove spaces from the workspace:
mingw32-make -j 2 -j8 clean
C:\XDK-Workbench\XDK\make\mingw32-make.exe -C C:\XDK-Workbench\XDK\SDK/xdk110/Common -
f application.mk clean
new_bootloader
mingw32-make[1]: Entering directory 'C:/XDK-Workbench/XDK/SDK/xdk110/Common'
application.mk:368: *** mixed implicit and normal rules. Stop.
mingw32-make[1]: Leaving directory 'C:/XDK-Workbench/XDK/SDK/xdk110/Common'
mingw32-make: *** [clean] Error 2
Makefile:53: recipe for target 'clean' failed
21 When the following error occurs, please right-click project
cumulocity-xdk-projectConfigure -> Add XDK nature
Connection to port 'COM9' established
INFO | Flashing file 'C:/Users/XXX/cumulocity/cumulocity-xdk-agent/debug/cumulocity-
xdk-agent.bin'...
INFO | XDK DEVICE 1: Ready
INFO | XDK DEVICE 1: C
INFO | XDK DEVICE 1: XMODEM Download Success
INFO | XDK DEVICE 1: c
INFO | XDK DEVICE 1: CRC of application area
INFO | XDK DEVICE 1: CRC0000B4E4
INFO | Application checksum 'b4e4' successfully verified.
INFO | Transmission successfully completed!
INFO | Booting application...
INFO | XDK DEVICE 1: b
INFO | XDK DEVICE 1: Invalid application