Yahoo Groups archive

68300

Index last updated: 2026-04-29 00:01 UTC

Thread

loaders

loaders

2003-01-23 by mkultrah <mkultrah@hotmail.com>

List,
Do any of you know of free utilities that can be used to download 
executables (*.abs, *.exe) to cpu32 uprocessors? 
Thanks,
Jose

Re: [68300] loaders

2003-01-23 by Andrei Chichak

BD32 from Motorola and Macraigor's OCD work depending on your OS.

For a good answer you really need to say which OS and BDM module you are using.

Andrei

At 11:19 PM 1/23/2003 +0000, you wrote:
>List,
>Do any of you know of free utilities that can be used to download
>executables (*.abs, *.exe) to cpu32 uprocessors?
>Thanks,
>Jose
>
>
>---------------------------------------------------
>To unsubscribe from this group, send an email to:
>68300-unsubscribe@yahoogroups.com
>
>To learn more about Motorola Microcontrollers, please visit
>http://www.motorola.com/mcu
>
>
>
>Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/

-------
Andrei Chichak               #200 10835-120 Street
Senior Software Developer    Edmonton, Alberta
Pulmonox Medical Inc.        Canada
                              T5H 3P9
                              (W) (780) 451-3660
                              (F) (780) 452-0169

Lat: 53° 33' 13.548" N
Lon: 113° 31' 43.164" W

Re: [68300] loaders

2003-01-24 by Jose Lopez

List,
Thanks for the replies. I'm using a Wiggler, on a Win2k machine, to connect 
to a Motorola 68376 development board via a BDM port. I'm looking for a 
console application that will load an executable to the 376. Sorry for the 
confusion.
Jose


>From: Andrei Chichak <acpmiedm@...>
>BD32 from Motorola and Macraigor's OCD work depending on your OS.
>
>For a good answer you really need to say which OS and BDM module you are 
>using.
>
>Andrei
>
>At 11:19 PM 1/23/2003 +0000, you wrote:
> >List,
> >Do any of you know of free utilities that can be used to download
> >executables (*.abs, *.exe) to cpu32 uprocessors?
> >Thanks,
> >Jose


_________________________________________________________________
Help STOP SPAM with the new MSN 8 and get 2 months FREE*  
http://join.msn.com/?page=features/junkmail

Re: [68300] loaders

2003-01-24 by Andrei Chichak

A wiggler with Macraigors OCD and a bit of programming will get you going, 
but it is a windows app, not a console app.

On the EFI332 project someone came up with a program called fmu.c that is 
compiled and loaded into RAM. Your ROM image is then loaded into another 
location in RAM that fmu knows about.

When run, fmu erases the ROM, then programs the ROM image from RAM. It's 
pretty bare bones, but it works.

Macraigors OCD can load fmu and your ROM images for you.

P&E flogs a command line program. It's not cheap for what you get. It is 
very cryptic. And if CPROG32S is representative, it might not even work.

Andrei

At 01:09 AM 1/24/2003 +0000, you wrote:
Show quoted textHide quoted text
>List,
>Thanks for the replies. I'm using a Wiggler, on a Win2k machine, to connect
>to a Motorola 68376 development board via a BDM port. I'm looking for a
>console application that will load an executable to the 376. Sorry for the
>confusion.
>Jose
>
>
> >From: Andrei Chichak <acpmiedm@...>
> >BD32 from Motorola and Macraigor's OCD work depending on your OS.
> >
> >For a good answer you really need to say which OS and BDM module you are
> >using.
> >
> >Andrei
> >
> >At 11:19 PM 1/23/2003 +0000, you wrote:
> > >List,
> > >Do any of you know of free utilities that can be used to download
> > >executables (*.abs, *.exe) to cpu32 uprocessors?
> > >Thanks,
> > >Jose
>
>
>_________________________________________________________________
>Help STOP SPAM with the new MSN 8 and get 2 months FREE*
>http://join.msn.com/?page=features/junkmail
>
>
>---------------------------------------------------
>To unsubscribe from this group, send an email to:
>68300-unsubscribe@yahoogroups.com
>
>To learn more about Motorola Microcontrollers, please visit
>http://www.motorola.com/mcu
>
>
>
>Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/

Re: [68300] loaders

2003-01-24 by Jose Lopez

Andrei,
I'm going to use Motorola's BD32 app to talk to the 376 and a driver called 
UserPort to use BD32 on my Win2k machine. Thank you, and the list, for your 
help.
Jose

>From: Andrei Chichak <acpmiedm@...>

>A wiggler with Macraigors OCD and a bit of programming will get you going,
>but it is a windows app, not a console app.
>
>On the EFI332 project someone came up with a program called fmu.c that is
>compiled and loaded into RAM. Your ROM image is then loaded into another
>location in RAM that fmu knows about.
>
>When run, fmu erases the ROM, then programs the ROM image from RAM. It's
>pretty bare bones, but it works.
>
>Macraigors OCD can load fmu and your ROM images for you.
>
>P&E flogs a command line program. It's not cheap for what you get. It is
>very cryptic. And if CPROG32S is representative, it might not even work.
>
>Andrei



_________________________________________________________________
STOP MORE SPAM with the new MSN 8 and get 2 months FREE*  
http://join.msn.com/?page=features/junkmail

Re: [68300] loaders

2003-01-27 by Andrei Chichak

Jose,

Please let me know if you get it to work. To my knowledge, nobody has 
managed to make BD32 work on any of Microsoft's NT based operating systems 
yet. The OS will not allow you to get at the parallel port to the 
satisfaction of BD32, even if you use giveio.

Does anybody know of different results?

Andrei

At 11:05 PM 1/24/2003 +0000, you wrote:
Show quoted textHide quoted text
>Andrei,
>I'm going to use Motorola's BD32 app to talk to the 376 and a driver called
>UserPort to use BD32 on my Win2k machine. Thank you, and the list, for your
>help.
>Jose
>
> >From: Andrei Chichak <acpmiedm@...>
>
> >A wiggler with Macraigors OCD and a bit of programming will get you going,
> >but it is a windows app, not a console app.
> >
> >On the EFI332 project someone came up with a program called fmu.c that is
> >compiled and loaded into RAM. Your ROM image is then loaded into another
> >location in RAM that fmu knows about.
> >
> >When run, fmu erases the ROM, then programs the ROM image from RAM. It's
> >pretty bare bones, but it works.
> >
> >Macraigors OCD can load fmu and your ROM images for you.
> >
> >P&E flogs a command line program. It's not cheap for what you get. It is
> >very cryptic. And if CPROG32S is representative, it might not even work.
> >
> >Andrei
>
>
>
>_________________________________________________________________
>STOP MORE SPAM with the new MSN 8 and get 2 months FREE*
>http://join.msn.com/?page=features/junkmail
>
>
>---------------------------------------------------
>To unsubscribe from this group, send an email to:
>68300-unsubscribe@yahoogroups.com
>
>To learn more about Motorola Microcontrollers, please visit
>http://www.motorola.com/mcu
>
>
>
>Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/

Re: [68300] loaders

2003-01-27 by Jeff Clarke

If you do a web search for bd32nt, you will find an NT port of bd32. I
can't vouch for it however.

------------------------o0o------------------------




                                                                                                                                       
                      Andrei Chichak                                                                                                   
                      <acpmiedm@teluspl        To:       68300@yahoogroups.com                                                         
                      anet.net>                cc:                                                                                     
                                               bcc:                                                                                    
                      01/27/03 11:13 AM        Subject:  Re: [68300] loaders                                                           
                      Please respond to                                                                                                
                      68300                                                                                                            
                                                                                                                                       
                                                                                                                                       




Jose,

Please let me know if you get it to work. To my knowledge, nobody has
managed to make BD32 work on any of Microsoft's NT based operating systems
yet. The OS will not allow you to get at the parallel port to the
satisfaction of BD32, even if you use giveio.

Does anybody know of different results?

Andrei

At 11:05 PM 1/24/2003 +0000, you wrote:
>Andrei,
>I'm going to use Motorola's BD32 app to talk to the 376 and a driver
called
>UserPort to use BD32 on my Win2k machine. Thank you, and the list, for
your
>help.
>Jose
>
> >From: Andrei Chichak <acpmiedm@...>
>
> >A wiggler with Macraigors OCD and a bit of programming will get you
going,
> >but it is a windows app, not a console app.
> >
> >On the EFI332 project someone came up with a program called fmu.c that
is
> >compiled and loaded into RAM. Your ROM image is then loaded into another
> >location in RAM that fmu knows about.
> >
> >When run, fmu erases the ROM, then programs the ROM image from RAM. It's
> >pretty bare bones, but it works.
> >
> >Macraigors OCD can load fmu and your ROM images for you.
> >
> >P&E flogs a command line program. It's not cheap for what you get. It is
> >very cryptic. And if CPROG32S is representative, it might not even work.
> >
> >Andrei
>
>
>
>_________________________________________________________________
>STOP MORE SPAM with the new MSN 8 and get 2 months FREE*
>http://join.msn.com/?page=features/junkmail
>
>
>---------------------------------------------------
>To unsubscribe from this group, send an email to:
>68300-unsubscribe@yahoogroups.com
>
>To learn more about Motorola Microcontrollers, please visit
>http://www.motorola.com/mcu
>
>
>
>Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/


---------------------------------------------------
To unsubscribe from this group, send an email to:
68300-unsubscribe@yahoogroups.com

To learn more about Motorola Microcontrollers, please visit
http://www.motorola.com/mcu



Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/

Re: loaders

2003-01-28 by morbacharno <morbach-arno@web.de>

--- In 68300@yahoogroups.com, Andrei Chichak <acpmiedm@t...> wrote:
> Jose,
> 
> Please let me know if you get it to work. To my knowledge, nobody 
has 
> managed to make BD32 work on any of Microsoft's NT based operating 
systems 
> yet. The OS will not allow you to get at the parallel port to the 
> satisfaction of BD32, even if you use giveio.
> 
> Does anybody know of different results?

I did it once. There is a driver called rainport, which you can 
install. It redirects io accesses to a proper function which does the 
appropriate action. You can assign the allowed port adresses, so that 
it will only work with one lpt port and does not affect any other 
ports. The main disadvantage was that NT ran very very slowly, because 
of the polling of the parallel port. Every in or out command results 
in thousands of assembly instructions which you can clearly feel. So 
I´m not using it any longer. I´m using an old 486 with DOS (or Win 
3.11) to download and debug software or hardware.

Arno Morbach

> 
> Andrei
> 
> At 11:05 PM 1/24/2003 +0000, you wrote:
> >Andrei,
> >I'm going to use Motorola's BD32 app to talk to the 376 and a 
driver called
> >UserPort to use BD32 on my Win2k machine. Thank you, and the list, 
for your
> >help.
> >Jose
> >
> > >From: Andrei Chichak <acpmiedm@t...>
> >
> > >A wiggler with Macraigors OCD and a bit of programming will get 
you going,
> > >but it is a windows app, not a console app.
> > >
> > >On the EFI332 project someone came up with a program called fmu.c 
that is
> > >compiled and loaded into RAM. Your ROM image is then loaded into 
another
> > >location in RAM that fmu knows about.
> > >
> > >When run, fmu erases the ROM, then programs the ROM image from 
RAM. It's
> > >pretty bare bones, but it works.
> > >
> > >Macraigors OCD can load fmu and your ROM images for you.
> > >
> > >P&E flogs a command line program. It's not cheap for what you 
get. It is
> > >very cryptic. And if CPROG32S is representative, it might not 
even work.
> > >
> > >Andrei
> >
> >
> >
> >_________________________________________________________________
> >STOP MORE SPAM with the new MSN 8 and get 2 months FREE*
> >http://join.msn.com/?page=features/junkmail
> >
> >
> >---------------------------------------------------
> >To unsubscribe from this group, send an email to:
> >68300-unsubscribe@yahoogroups.com
> >
> >To learn more about Motorola Microcontrollers, please visit
> >http://www.motorola.com/mcu
> >
> >
> >
> >Your use of Yahoo! Groups is subject to 
http://docs.yahoo.com/info/terms/

Re: [68300] loaders

2003-01-31 by Jose Lopez

List,
The good news is, after ignoring ~15 error messages, BD32 successfully 
loaded the S-record using the NT machine (400Mhz PII). The .cgf file 
contained the following two lines:
ICD1
1000
The bad news is I don't know which driver is resposible. The workstation has 
several port drivers including one for the wiggler and one for the xilinx 
tools. I'm not sure if the other drivers would have worked because the other 
time I did not ignore the error messages. The lab admin wants to remove 
UserPort and see if BD32 still works, but, we're unable to remove the keys 
from the registry. He feels that those might be affecting the other drivers. 
Have any of you installed and been able to completely remove all remnants of 
UserPort?
Jose


>Jose,
>
>Please let me know if you get it to work. To my knowledge, nobody has
>managed to make BD32 work on any of Microsoft's NT based operating systems
>yet. The OS will not allow you to get at the parallel port to the
>satisfaction of BD32, even if you use giveio.
>
>Does anybody know of different results?
>
>Andrei


_________________________________________________________________
Tired of spam? Get advanced junk mail protection with MSN 8. 
http://join.msn.com/?page=features/junkmail

Re: loaders

2003-02-02 by thisobj <fvolker@yhti.net>

BD32 seems to work okay on XP.  It (XP) generates an interface task 
called NTVDM.EXE for each DOS window.  The bad news is that BD32 hogs 
about 99% of the (XP)CPU.  It appears to run in a tight polling 
loop.  I haven't run it much, but I've downloaded small pieces of 
code into the internal CPU RAM on a '376 board just for a test.

I tried running the newer (Win32 Console app) BD32nt also on XP, but 
it simply doesn't run.  It appears that the driver is not 
communicating with the board's BDM interface. I get the looping error 
message "reset still active on BDM".

On both tests, I used a P&E ICD - Rev D BDM pod. 

Frank
 

--- In 68300@yahoogroups.com, Andrei Chichak <acpmiedm@t...> wrote:
> Jose,
> 
> Please let me know if you get it to work. To my knowledge, nobody 
has 
> managed to make BD32 work on any of Microsoft's NT based operating 
systems 
> yet. The OS will not allow you to get at the parallel port to the 
> satisfaction of BD32, even if you use giveio.
> 
> Does anybody know of different results?
> 
> Andrei
> 
> At 11:05 PM 1/24/2003 +0000, you wrote:
> >Andrei,
> >I'm going to use Motorola's BD32 app to talk to the 376 and a 
driver called
> >UserPort to use BD32 on my Win2k machine. Thank you, and the list, 
for your
> >help.
> >Jose
> >
> > >From: Andrei Chichak <acpmiedm@t...>
> >
> > >A wiggler with Macraigors OCD and a bit of programming will get 
you going,
> > >but it is a windows app, not a console app.
> > >
> > >On the EFI332 project someone came up with a program called 
fmu.c that is
> > >compiled and loaded into RAM. Your ROM image is then loaded into 
another
> > >location in RAM that fmu knows about.
> > >
> > >When run, fmu erases the ROM, then programs the ROM image from 
RAM. It's
> > >pretty bare bones, but it works.
> > >
> > >Macraigors OCD can load fmu and your ROM images for you.
> > >
> > >P&E flogs a command line program. It's not cheap for what you 
get. It is
> > >very cryptic. And if CPROG32S is representative, it might not 
even work.
> > >
> > >Andrei
> >
> >
> >
> >_________________________________________________________________
> >STOP MORE SPAM with the new MSN 8 and get 2 months FREE*
> >http://join.msn.com/?page=features/junkmail
> >
> >
> >---------------------------------------------------
> >To unsubscribe from this group, send an email to:
> >68300-unsubscribe@yahoogroups.com
> >
> >To learn more about Motorola Microcontrollers, please visit
> >http://www.motorola.com/mcu
> >
> >
> >
> >Your use of Yahoo! Groups is subject to 
http://docs.yahoo.com/info/terms/

Re: [68300] Re: loaders

2003-02-02 by Jose Lopez

This also happened on the NT machine. Did BD32 give you a bunch of errors 
before it opened?

>From: "thisobj <fvolker@...>" <fvolker@...>

>BD32 seems to work okay on XP.  It (XP) generates an interface task
>called NTVDM.EXE for each DOS window.  The bad news is that BD32 hogs
>about 99% of the (XP)CPU.  It appears to run in a tight polling
>loop.  I haven't run it much, but I've downloaded small pieces of
>code into the internal CPU RAM on a '376 board just for a test.


_________________________________________________________________
Help STOP SPAM with the new MSN 8 and get 2 months FREE*  
http://join.msn.com/?page=features/junkmail

Re: loaders

2003-02-02 by thisobj <fvolker@yhti.net>

With BD32, there were continuous errors on opening the program until 
I changed the 2 lines in the BD32.CFG file to "ICD1", "1".  This file 
previously contained the 2 lines "lpt1" "1".  

--- In 68300@yahoogroups.com, "Jose Lopez" <mkultrah@h...> wrote:
> This also happened on the NT machine. Did BD32 give you a bunch of 
errors 
> before it opened?
> 
> >From: "thisobj <fvolker@y...>" <fvolker@y...>
> 
> >BD32 seems to work okay on XP.  It (XP) generates an interface task
> >called NTVDM.EXE for each DOS window.  The bad news is that BD32 
hogs
Show quoted textHide quoted text
> >about 99% of the (XP)CPU.  It appears to run in a tight polling
> >loop.  I haven't run it much, but I've downloaded small pieces of
> >code into the internal CPU RAM on a '376 board just for a test.
> 
> 
> _________________________________________________________________
> Help STOP SPAM with the new MSN 8 and get 2 months FREE*  
> http://join.msn.com/?page=features/junkmail

Re: [68300] Re: loaders

2003-02-02 by Jose Lopez

I had mine set to "ICD1", "200" and it still did it.

>From: "thisobj <fvolker@...>" <fvolker@...>

>With BD32, there were continuous errors on opening the program until
>I changed the 2 lines in the BD32.CFG file to "ICD1", "1".  This file
>previously contained the 2 lines "lpt1" "1".
>
>--- In 68300@yahoogroups.com, "Jose Lopez" <mkultrah@h...> wrote:
> > This also happened on the NT machine. Did BD32 give you a bunch of
>errors
> > before it opened?


_________________________________________________________________
Add photos to your e-mail with MSN 8. Get 2 months FREE*.  
http://join.msn.com/?page=features/featuredemail

Move to quarantaine

This moves the raw source file on disk only. The archive index is not changed automatically, so you still need to run a manual refresh afterward.