<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1">
  <title></title>
</head>
<body>
Hi Claudio Imberlina,<br>
you can create srec files with the tool:<br>
    m68k-rtems-objcopy -o srec your_file.exe<br>
This will create a file your_file.srec. You can read about all of this with:<br>
    man objcopy<br>
This will cover the i386 version of objcopy but it will also work for the
m68k version. This tool will also enable you to split the your_file.exe over
two proms if needed. (or four...)<br>
Hope this helps,<br>
Gerke Kok<br>
<br>
<br>
Claudio Imberlina wrote:<br>
<blockquote type="cite"
 cite="mid001001c1ed0e$965718e0$356efea9@hardware1">   
  <meta content="MSHTML 6.00.2600.0" name="GENERATOR">
 
  <style></style>  
  <div><font face="Arial" size="2">Hello,</font></div>
 
  <div><font face="Arial" size="2"> I have a board based on a 68en360, very
 similar to an ACE360, I installed the toolchain  and rtems, then I make
the  example "hello", and obtained a file o-optimize/hello.exe.</font></div>
 
  <div><font face="Arial" size="2">My question is, from this point, wich
are the next  step to follow, to burn a flash (29f040) with the firmware,
to have the system  running. How I can obtain an srec file from hello.exe,
etc.</font></div>
 
  <div> </div>
 
  <div><font face="Arial" size="2">Thanks in advance</font></div>
 
  <div> </div>
 
  <div><font face="Arial" size="2">Claudio Imberlina</font></div>
 
  <div> </div>
</blockquote>
<br>
<br>
</body>
</html>