As of the NET+OS 6.3 release there is no specific platform this version of the Connect ME. There a couple of approaches, however, one can take to supporting this platform.
- When working with NET+OS 6.0 it will be necessary to update the flash library. Please contact Digi/NetSilicon technical support for this update.
- On NET+OS 6.3 there are at least two courses of action one could take.
- Edit the existing connectme platform so that the build process is aware of the larger flash.
- Edit the src/bsp/platforms/connectme/customize.ldr file and change the #define for FLASH_SIZE from 2M to 4M. Save the file and rebuild the BSP.
- Copy the connectme platform and create a new platform, i.e. connectme4.
- Once this new platform has been created you must edit the c:\netos63_gnu\Makefile.inc file. In this file there are four places wher ethere is a listing of supported platforms, add your new platform name to this list (the platform name is the same as teh sub-directory you created in the platforms directory (i.e. connectme, connectem, etc.).
Last updated:
Jan 01, 2024