Atmel website | ARM Community | AVR freaks | Technical Support
Banner
 FAQ •  Search •  Register •  Login 

All times are UTC + 1 hour [ DST ]




Post new topic Reply to topic  [ 2 posts ] 
Author Message
 Post subject: connecting to the At91SAM9263-EK through Ethernet
PostPosted: Mon Oct 13, 2008 9:38 am 
Offline

Joined: Wed Oct 08, 2008 1:41 pm
Posts: 5
Hi evrybody, :D

I activated the DHCP to access to the the board from my pc through ethernet...
but, when i launch telnet, i have to know login and passeword to connect to this platform

any ideas?????? please :roll:


Top
 Profile  
 
 Post subject: Re: connecting to the At91SAM9263-EK through Ethernet
PostPosted: Mon Oct 27, 2008 10:53 am 
Offline

Joined: Fri May 14, 2004 9:58 am
Posts: 183
Location: France - USA
Hi,

To allow anonymous access for telnet (and also for FTP) you have to add some registry settings to your image. To do so you can copy the following settings in your project.reg file (or any other .reg file that will be added to your OSDesign):

; Allow anonymous access for ftp
[HKEY_LOCAL_MACHINE\Comm\FTPD]
"DefaultDir"="\\"
"IsEnabled"=dword:1
"UseAuthentication"=dword:0
"AllowAnonymous"=dword:1
"AllowAnonymousUpload"=dword:1
"AllowAnonymousVroots"=dword:1

; Allow anonymous access for telnet
[HKEY_LOCAL_MACHINE\Comm\TELNETD]
"UseAuthentication"=dword:0
"IsEnabled"=dword:1
"UserList"="@*" ;allow all users access

Regards,
Adeneo Support Team


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 2 posts ] 

All times are UTC + 1 hour [ DST ]


Who is online

Users browsing this forum: No registered users and 1 guest


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to: