The Museum of HP Calculators

HP Forum Archive 20

[ Return to Index | Top of Index ]

WP34S running here at 34S
Message #1 Posted by Andrés C. Rodríguez (Argentina) on 24 May 2011, 8:44 a.m.

(The latitude of Buenos Aires city is 34S...)

I flashed my 30B with the special cable, an USB to serial converter (FTDI chip), SAM-BA 2.6 (patched) and my Windows 7 32- bit notebook.

It took a bit of trial and error, and some helpful emails (thank you, Katie and Gene!).

The actual download time was about 3 minutes; reasonable for a 126 KBy file at 9600 bps with some protocol overhead. My USB to serial converter has activity LEDs which flashed all the time during the download. A timeout message appeared on the screen, but was duly ignored. Also, at some point, SAM-BA (or its daughter screens) appeared as "not responding", but that was to be ignored too. It's kind of a "patience and faith" test. :-)

When using SAM-BA 2.6, it is obviously important to aim the download to "Flash". The tabs labeled as "SRAM" and "SRAM2" should not be active.

Now I need to improve my understanding of the SVN repository and such, to download the very last ROM image. And I need to print an overlay right now!!

      
Re: WP34S running here at 34S
Message #2 Posted by Marcus von Cube, Germany on 24 May 2011, 8:55 a.m.,
in response to message #1 by Andrés C. Rodríguez (Argentina)

Have you set-up the board correctly? I don't have an SRAM2 tab, at least not on my SAM-BA 2.10 screen. My board setting is at91sam7l128-ek.

            
Re: WP34S running here at 34S
Message #3 Posted by Andrés C. Rodríguez (Argentina) on 24 May 2011, 9:17 a.m.,
in response to message #2 by Marcus von Cube, Germany

Yes, there were no problems with the board. Due to SAM-BA 2.10 not working with Windows 7 and USB converters (mine was just one more confirmation of such incompatibility), I tried with SAM-BA 2.6. This is the one where the SRAM/SRAM2/Flash tabs appeared.

      
Please update!
Message #4 Posted by Marcus von Cube, Germany on 24 May 2011, 12:17 p.m.,
in response to message #1 by Andrés C. Rodríguez (Argentina)

The latest version seems to work while the earlier versions from the last few days are buggy. The writing to flash was badly broken.

            
About newest 34S version to download
Message #5 Posted by Andrés C. Rodríguez (Argentina) on 24 May 2011, 2:50 p.m.,
in response to message #4 by Marcus von Cube, Germany

From the project site I got a zip file with the calc.bin firmware image that I used last night. It is dated May 11... is there a new version available? How is the SVN system to be used to download the succesive releases?

Excuse me if I'm not asking the right question, perhaps I'm missing something important which was previously discussed.

                  
Re: About newest 34S version to download
Message #6 Posted by Walter B on 24 May 2011, 3:03 p.m.,
in response to message #5 by Andrés C. Rodríguez (Argentina)

Buenas tardes, Andrés,

Just go here: http://wp34s.svn.sourceforge.net/viewvc/wp34s/trunk/realbuild/ and download the file calc.bin - that's all.

Walter

                        
Re: About newest 34S version to download
Message #7 Posted by Andrés C. Rodríguez (Argentina) on 24 May 2011, 3:08 p.m.,
in response to message #6 by Walter B

Thank you, I will try it later...

            
Re: Please update!
Message #8 Posted by Jeff O. on 24 May 2011, 4:08 p.m.,
in response to message #4 by Marcus von Cube, Germany

Thanks for the warning, I was just about to ask if flash writing was broken.

I was also going to ask if something happened to BACK and SKIP, so I will go ahead and do so. Did something happen to BACK and SKIP? They are no longer in the "secret" CPX-h-CPX menu. I thought perhaps iC (increment counter?) replaced them, but get odd looking results when I try it.

I did look around sourceforge for documentation/explanation of the above, but did not find any. My apologies if such data is sitting in plain sight.

                  
Re: Please update!
Message #9 Posted by Marcus von Cube, Germany on 24 May 2011, 4:35 p.m.,
in response to message #8 by Jeff O.

BACK & SKIP have been promoted to the program functions catalogue. iC is "internal constant". A List of these can be found in the manual.

The flash commands are on h+STO. PSTO, PRCL and P[<->] have a parameter ranging from 0 to 2. It addresses one of 3 separate regions in flash where a copy of the program area can reside. Backup and restore use region 0 implicitly plus a special region for the data and status.

Start your program with an alpha label before you copy it to flash. This way, it can be directly called from the new label browser found on h+RCL.

A good start may be:

LBL 'CB'
CL[alpha]
[alpha] CodeBreaker
[alpha]VIEW
STOP
LBL C
...
Once selected from the browser, the program can be easily started with the hot key C.
                        
Re: Please update!
Message #10 Posted by Jeff O. on 25 May 2011, 9:13 a.m.,
in response to message #9 by Marcus von Cube, Germany

Quote:
BACK & SKIP have been promoted to the program functions catalogu

As I suspected, hiding in plain sight. Well deserved promotions!

                              
Re: Please update!
Message #11 Posted by Walter B on 25 May 2011, 9:25 a.m.,
in response to message #10 by Jeff O.

Quote:
Well deserved promotions!
Take care! These are the first two commands where user errors will probably happen frequently since you have to take care of the jump width yourself. Maybe we shall print a WARNING in the manual?

Good luck ;-)

Walter

            
Re: Please update!
Message #12 Posted by Andrés C. Rodríguez (Argentina) on 24 May 2011, 5:45 p.m.,
in response to message #4 by Marcus von Cube, Germany

SAM-BA 2.10 doesn't work in my environment (Win7, USB). SAM-BA 2.6 do work. Is there a risk to the calculator, or else? I would like to understand why flash writing is "broken"...

Thank you in advance, best regards.

                  
Re: Please update!
Message #13 Posted by Marcus von Cube, Germany on 25 May 2011, 2:24 a.m.,
in response to message #12 by Andrés C. Rodríguez (Argentina)

Quote:
SAM-BA 2.10 doesn't work in my environment (Win7, USB). SAM-BA 2.6 do work. Is there a risk to the calculator, or else? I would like to understand why flash writing is "broken"...
I'm not talking about flashing the image into the calculator but the operations from the I/O menu when it is running (PSTO, SAVE, ...)
            
Re: Please update!
Message #14 Posted by Cristian Arezzini on 25 May 2011, 1:03 a.m.,
in response to message #4 by Marcus von Cube, Germany

Marcus, I just updated to 950... I haven't flashed the real calc yet, but the emulator has a problem: it doesn't save the state. Everytime I run it, it displays "Erased". It didn't happen with previous versions. I also tried deleting the file wp34s.dat, and it gets recreated at next run, but it still shows "Erased" everytime.

                  
Re: Please update!
Message #15 Posted by Walter B on 25 May 2011, 1:25 a.m.,
in response to message #14 by Cristian Arezzini

Ciao Christian,

Thanks for your observation. This is a bug definitively :-/

wp34s.dat will be created the first time time you start the emulator and should be updated every time you resume it.

We'll get that repaired.

Walter

                  
Re: Please update!
Message #16 Posted by Marcus von Cube, Germany on 25 May 2011, 4:19 a.m.,
in response to message #14 by Cristian Arezzini

Quote:
Marcus, I just updated to 950... I haven't flashed the real calc yet, but the emulator has a problem: it doesn't save the state. Everytime I run it, it displays "Erased". It didn't happen with previous versions. I also tried deleting the file wp34s.dat, and it gets recreated at next run, but it still shows "Erased" everytime.

Can you try again with 955, please?

                        
Re: Please update!
Message #17 Posted by Cristian Arezzini on 25 May 2011, 4:28 a.m.,
in response to message #16 by Marcus von Cube, Germany

Fixed with 955... Thanks! :) :)

      
Re: WP34S running here at 34S
Message #18 Posted by Gerson W. Barbosa on 24 May 2011, 1:32 p.m.,
in response to message #1 by Andrés C. Rodríguez (Argentina)

ˇFelicitaciones por conseguirlo!

Quote:
(The latitude of Buenos Aires city is 34S...)

34° 35' 15" S, according to one reference. Quite a remarkable coincidence!

BTW, according to Google Earth I live exactly 25 meters southwards from 25° 25' 25.00" S. Time to get myself a 25C ? :-)

            
Re: WP34S running here at 34S
Message #19 Posted by John B. Smitherman on 24 May 2011, 1:50 p.m.,
in response to message #18 by Gerson W. Barbosa

Quote:
Time to get myself a 25C ? :-)

Maybe Paul, Walter and Marcus will produce a 25s next. ;-)

Regards,

John

                  
Re: WP34S running here at 34S
Message #20 Posted by Paul Dale on 25 May 2011, 2:20 a.m.,
in response to message #19 by John B. Smitherman

Quote:
Maybe Paul, Walter and Marcus will produce a 25s next. ;-)

I've mentioned a 43s. No 25s yet.

A 25s isn't on the radar at the moment. It would be straightforward to emulate or replicate the 25c on the 20b/30b hardware.

- Pauli

            
Re: WP34S running here at 34S
Message #21 Posted by Andrés C. Rodríguez (Argentina) on 24 May 2011, 2:45 p.m.,
in response to message #18 by Gerson W. Barbosa

Obrigado / Gracias / Thank you


[ Return to Index | Top of Index ]

Go back to the main exhibit hall