Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - luizpedrini

Pages: [1]
1
NXPTM M522XX, KINETIS and i.MX RT / MAC address.
« on: December 01, 2009, 07:28:38 PM »
HI Mark,

I´m seeking a way to write the MAC address of one unit to his flash. I know that is been done in the parameters block, but i need to keep the MAC address even in the SW upload. In my tests, when I do a SW upload the mac changes to the default value.

Whats the better way to do that?

Thanks.
Best regards.

2
µTasker general / Bootloader and SPI FLASH
« on: November 30, 2009, 08:34:07 PM »
Hi,

I´m using the M522XX with an external flash. Now, i´m trying to upload a new software.

I do like usuall. I have send the H_Ipload.bin via FTP, turn off and on the boar, but the file is still in the FTP.

Can someone help me out with this configuration?.

thanks.

3
NXPTM M522XX, KINETIS and i.MX RT / FTP PROBLEM
« on: October 13, 2009, 10:50:09 PM »
I´m using the FTP on the uTasker v 1.4 and having some trouble.

I have enabled ACTIVE_FTP_LOGIN, for use the ftp only with authentication and changed the default user and password.

This works fine on IE, but on DOS ftp I was able to login with any USERNAME / PASS.

On Firefox, i was able to access with a blank password on the second try.

My configuration:

config.h

//#define ANONYMOUS_LOGIN                                      
#define FILE_NAMES_PER_FTP_FRAME    6                      
#define FTP_SOCKETS 2                                  
#define FTP_SUPPORTS_NAME_DISPLAY            
#define FTP_SUPPORTS_DELETE                      
#define FTP_SUPPORTS_DOWNLOAD                  
#define FTP_VERIFY_DATA_PORT                      
#define FTP_PASV_SUPPORT                            
#define DATA_PORT_TRIGGERS_CONTROL          
#define FTP_USER_LOGIN
#define FTP_WILDCARD_DEL                            
#define FTP_DATA_WINDOWS            2            
#ifdef INTERNAL_USER_FILES
#define FTP_DISPLAY_USER_FILES                
#define MAX_FILE_NAME_LENGTH    20          

I´m using CW 7.0.

Where is my mistake?

Thanks

Pages: [1]