To add the Telnet server to your image Select on the „Telnet Server“ component in the catalog

(Catalog → Core OS → CEBASE → Communication Services and Networking → Servers).

To enable the Telnetd copy the code to your “projects.reg”

[HKEY_LOCAL_MACHINE\COMM\TELNETD]
	"IsEnabled"=dword:1         ; set to 0 to disable the telnet server
	"UseAuthentication"=dword:0 ;anonymous access allowed

copy the followed code to your “project.reg”

; ***** Date/Time Settings *****
; Time zone default settings
[HKEY_LOCAL_MACHINE\Time Zones]
 "Default"="GMT Standard Time"

;Clock Format
[HKEY_LOCAL_MACHINE\nls\overrides]
 "STime"=":"
 "STFmt"="H:mm"
 
 ; STime STRING ":" - Time Separator 
 ; STFmt STRING "h:mm:ss tt" - Time Format String 
 ; S1159 STRING "am" 
 ; S2359 STRING "pm" 
 ; Time Format String 
 ; h - Hours 12 Hour Clock with No Leading Zero 
 ; hh - Hours 12 Hour Clock with Leading Zero 
 ; H - Hours 24 Hour Clock with No Leading Zero 
 ; HH - Hours 24 Hour Clock with Leading Zero 
 ; m - Minutes with No Leading Zero 
 ; mm - Minutes with Leading Zero 
 ; s - Seconds with No Leading Zero 
 ; ss - Seconds with Leading Zero 
 ; t - am/pm indicator - First Letter Only 
 ; tt - am/pm indicator - First Two Letters 
 ; ttt - am/pm indicator - First Three Letters

Disclaimer
TQ-Systems GmbH provides the Board Support Packages (BSP) free of charge. The software included in the shipment has been configured individually for the starter kits. The software is only intended to evaluate the module. The use of the Board Support Packages (BSP) is only allowed within the scope of functionality described by TQ-Systems GmbH. TQ-Systems GmbH does not accept any liability for all further changes of the Board Support Package and for any damage resulting from its use.