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.


Messages - Venetec

Pages: [1]
1
ATMELTM AT91SAM7X and AVR32 / Re: HELP-OLIMEX-SAM7EX256-OPEN SOURCE TOOLS
« on: September 30, 2008, 05:57:10 PM »
Hi Mark!
Yes, but the header config.h is in the uTaskerBoot folder; and when compile the console show an error, because it do not find this file; then when I put the file config.h in Applications .. uTaskerV1.3.. the error disappears then I download the program to the kit and the lcd blinking but I can not to make ping.
Cheers
David!

2
ATMELTM AT91SAM7X and AVR32 / Re: HELP-OLIMEX-SAM7EX256-OPEN SOURCE TOOLS
« on: September 30, 2008, 04:18:10 PM »
Hi Mark!
Thanks for your interest! ;)
Yes, when I download my code to the kit the LCD blinking!
I also follow the instructions of the PHY configuration but nothing!
A question: Why I download the newest version of SAM7X (service pack 3), there is a folder called uTaskerBoot, while the code with which I work does not have that folder?
Thanks!
Cheers!
David :)

3
ATMELTM AT91SAM7X and AVR32 / Re: HELP-OLIMEX-SAM7EX256-OPEN SOURCE TOOLS
« on: September 30, 2008, 10:07:05 AM »
Hi Mark!
That part it is configured correctly!
I use the utasker version  that is located at the following link: http://www.uTasker.com/software/V1.3/uTaskerV1.3.0_SAM7X.zip

Besides I use the the GNU_YAGARTO.zip.
I am using the correct code?
Thanks for your help!
Cheers!
David

4
ATMELTM AT91SAM7X and AVR32 / Re: HELP-OLIMEX-SAM7EX256-OPEN SOURCE TOOLS
« on: September 30, 2008, 08:30:24 AM »
Hi HansPeter and Mark!
I found the problem!!
I feel a little shame but this it is. :-[
The problem was that I was doing the make targets in the root of project, and not in the folder GNU_SAM7X. By placing the targets (and all clean) finally I was able to compile the projector.
 
But not everything could be so good; first download the program in the kit with the SAM-BA, then I've created a LAN through a switch between my PC and the kit, finally to try to ping the kit the answer is no correct (all lost packets)! ???

I download the file .bin (µTasker demo binary image for AT91SAM7X-EK and Olimex SAM7-EX256 Evaluation Boards (loading with SAM-BA) )of the page utasker for the kit SAM7EX256 of OLIMEX and I downloaded to the kit, and tried it in LAN and to make the ping functioned properly.

I would say please where you can find the correct code with which generated the file .bin which is on the page utasker?
Thank you for the help!!!
Cheers!
David :)

5
ATMELTM AT91SAM7X and AVR32 / Re: HELP-OLIMEX-SAM7EX256-OPEN SOURCE TOOLS
« on: September 29, 2008, 04:46:05 PM »
Hi Hanspeter!
Thank you for your answer, really thank you very much!
I have some doubts:
1. I use the SAM-BA, I connect my kit with a USB cable; it is really necessary to install the zylin plug in?
2. Anyway, I have tried to install it but the following error (I have version Eclpse Platform 3.2):

"Requested operation cannot be performed because it would invalidate the current configuration. See details for more information.Zylin Embedded CDT (4.5.1) requires feature "org.eclipse.cdt (4.0.1.200709241202)", or later version."

3. I do not understand that you wrote to me in the points 2 and 3 (about uTasker ZIP and SAM7XSP3 ZIP), because I have the file ZIP called "uTaskerV1.3.0_SAM7X_SP3".

I think that my version of the eclipse is a bit old, I will try to install a newer!!

Please can you help me a little more? ???

Thanks!!!!
Cheers!
David :)

6
ATMELTM AT91SAM7X and AVR32 / Re: HELP-OLIMEX-SAM7EX256-OPEN SOURCE TOOLS
« on: September 25, 2008, 03:12:12 AM »
Hi Hanspeter!
Thanks for your help!
I still can not work with utasker, but now I can add the target "all" and then the program is compile!
I decided to start again with all the steps, this was that I did (I have the Olimex SAM7EX256 and I use the SAM-BA for download the programs in the development kit):

. I download the service pack of http://www.utasker.com/software/softwareV1.3.html
. I used your makefile, it is the same! (I do not know if I have to add the directory and libraries that are used, example: string.h).
. I used your sam7x256_ram.ld. It is the same.
. I saw the source files in the makefile, and I saw that missing the following files: KeyScan.c, NetworkIndicator.c, eth_drv.c, watchdog.c, dns.c, icmp.c, pop3.c and telnet.c. But I looked up and I added.
. I add the target "all", then execute the target.
. When compiling, generated a lot of mistakes. I saw that in most of file are included the header "config.h", that generated an error, so all files to included the config.h I changed for: "..\..\Applications\uTaskerBoot\config.h"; and the error disappear.
. But a lot of mistakes are still, some of them are (Most are in webInterface.c and application.c):

code line (webInterface.c ): cPtr = fnDebugDec(temp_pars->temp_parameters.usTelnetPort, 0, cValue);
error: request for member 'usTelnetPort' in something not a structure or union

code line (webInterface.c ): if (ACTIVE_WEB_SERVER & temp_pars->temp_parameters.ucServers) {
error: request for member 'temp_parameters' in something not a structure or union

code line (config.h) : extern int fnConfigSPIFileSystem(void);
error: previous declaration of 'fnConfigSPIFileSystem' was here

code line (application.c) : const PARS cParameters = {
error: expected'=',',',';','asm'or'_attribute_'before'cParameters'

code line (application.c): uMemcpy(&temp_pars->temp_parameters, &cParameters, sizeof(PARS));    // {10}
error: request for member 'temp_parameters' in something not a structure or union

code line (SAM7X.c): fnEnterInterrupt(PIOB, (unsigned char)(PRIORITY_PIOB | ucTrigger), PortB_Interrupt);
error: 'PRIORITY_PIOB' undeclared (firs use in this function)

......................Many more :-[

I've tried to check the code but it is difficult as there are so many mistakes......
Excuse the audacity, but you can send me the complete code that you download the kit?
So, I need the same code that provides utasker, however, for some reason there are many mistakes, thank you very much for the help you can provide me!
Cheers!
David :)

7
ATMELTM AT91SAM7X and AVR32 / Re: HELP-OLIMEX-SAM7EX256-OPEN SOURCE TOOLS
« on: September 24, 2008, 05:55:59 AM »
Hi Mark!
Again I try to use the utasker, but I can not have success!  ???
I am a novice using the eclipse and the olimex sam7ex256. In the bat file I execute the "gcc -v", and I got the expected results (the version number); in this location is not the "make".
I have great desire to use or uTasker but I do not know that to do.
Please sorry for the inconvenience!
Thanks for your help and your time!!!!
Cheers,
David Venegas. :-\

8
ATMELTM AT91SAM7X and AVR32 / Re: HELP-OLIMEX-SAM7EX256-OPEN SOURCE TOOLS
« on: September 23, 2008, 05:50:18 AM »
Hi Mark!
Thanks for your help!
I still can not into operation the utasker!  :-[
I follow your instruction but the message in the console is the same.
I have the latest service pack for the SAM7X, then I am using the make file "make_uTaskerV1.3_GNU_SAM7X", but I changed the name for "makefile".
I think the problem is in the file .bat; specific in the path.
Let's see:

SET PATH=%PATH%;C:\Programme\CodeSourcery\Sourcery G++\bin
cs-make-f make_uTaskerV1.3_GNU_SAM7X all 

Red color: Obviously, I do not have the same location, but which is the location that is placed.?

Green color: I do not have the "cs-make", I read a similar case in the forum and the solution was

                 "searching your C:\Program Files" directory for make.exe. Note that "cs-make" is the CodeSourcery
                  version so you will probably have to change this to "make". Then set the path in the bat file to the
                  location where it exists." 

For these rason I changed "cs-make" for only "make", as my previous post. But the same thing happens.

Blue color: because I rename the make file (I changed "make_uTaskerV1.3_GNU_SAM7X" for "makefile"), I do not know
               which name should be in this position?

Please, I need help!
Excuse me for the inconvenience!

Cheers,
David.



9
ATMELTM AT91SAM7X and AVR32 / HELP-OLIMEX-SAM7EX256-OPEN SOURCE TOOLS
« on: September 21, 2008, 08:33:12 PM »
Hi Mark!
I have the Olimex SAM7EX256 and I use the Open Source Tools with SAM7X and uTasker project!
I read your post in http://www.utasker.com/forum/index.php?topic=34.0 but I can not donwload the project in the board.
I follow all steps that you utilice in the post (start eclipse, File | New | Project..., name: uTaskerV1.3, and I make the targets "all" and "clean"); when Double click on the "all" to build, in the console appear:

make -k all
make: *** No rule to make target `all'.

I change the path in the Build_SAM7X.bat because my directory is the next:

C:\Program Files\openocd-2007re204\bin;
C:\Program Files\openocd-2007re204\utils\bin;
C:\Program Files\yagarto\bin;
C:\Program Files\yagarto-tools-20070303\bin;

The new path is:

SET PATH=%PATH%;C:\Archivos de programa\yagarto-tools-20070303\bin
make -f make_uTaskerV1.3_GNU_SAM7X all

Therefore the message in the console is the same!
Thanks for your help!

Excume for my english!

Pages: [1]