I’m trying to download the hello_world program (I named it TestProject, but have made no actual changes to it) to my SL6087 through Developer Studio and the USB connection on the SL Dev Board. I’m able to create the OpenAT project and build it, but when I go to download it to my module I get the following error:
Download file TestProject.dwl to port COM6, reload informations and check => ERROR: An application with a lower start address (0x260000, while the application to be download was linked at 0x2A0000) is already present on the target module.
Please erase it before trying again to download.
Download file TestProject.dwl to port COM6, reload informations and check => ERROR: An application with a lower start address (0x260000, while the application to be download was linked at 0x2A0000) is already present on the target module.
Please erase it before trying again to download.
Open port COM6 => DONE: Success
Wait for USB port to reconnect => NO NEED TO DO IT: Success
Open port COM6 => NO NEED TO DO IT: Success
Pause : 1000 milliseconds => NO NEED TO DO IT: Success
Waiting for module detection => DONE: Target detected sn:BE1440004204210 baudrate:null
Switch to Development mode and check => DONE: Success
Switch to Development mode => DONE: Success
Pause : 300 milliseconds => DONE: Success
Check dev mode unlocked => DONE: Success
Enable persistent development mode => DONE: Success
Show a CONFIRM dialog with message => NO NEED TO DO IT: Success
DWL File parsing => DONE: Success
Show a CONFIRM dialog with message => NO NEED TO DO IT: Success
Load model element: Target Informations => DONE: Target Informations received: [dwlBean=size=54744, buildDate=061810 16:42, version=V08b0k, checksum=-273585071, startAddress=65536, fwBean=size=2146096, buildDate=083110 12:12, version=R7.44.0.201008311212, checksum=1164767612, startAddress=131072, modemBean=, appBean=size=176016, buildDate=072810 14:13, version=, checksum=-71540531, startAddress=2490368 components={Open AT Firmware Package=7.42.0.201003050914, Developer Studio=1.1.2.201005261706-R4588, Open AT OS Package=6.34.0.201007121014, foo Plug-in Package=1.0.0.I201007281411}, name=, companyName=, , totalRAMSize=2097152, totalFlashSize=8388608, maxOatAppFlashSize=4194304, maxADFlashSize=786432, appStarted=false, localPortID=3, SL6087G, SL6087, , false, 0]
Check pre-condition before download => ERROR: An application with a lower start address (0x260000, while the application to be download was linked at 0x2A0000) is already present on the target module.
Please erase it before trying again to download.
Check if target WCPUID is compatible with application => DONE: Target WCPUID is compatible with application
Check if the Open AT area size is enough => DONE: Success
Check application overwrites the current flash mapping => DONE: No flash mapping
Check total flash size of the Open AT application => DONE: Success
Check if the file already has been downloaded on target => DONE: File is different from the target one.
Check start addresses => ERROR: An application with a lower start address (0x260000, while the application to be download was linked at 0x2A0000) is already present on the target module.
Please erase it before trying again to download.
I don’t know what this means, nor do I know how to delete anything from my module. Has anyone seen this before?