Difference between revisions of "Connection with U-Boot under Windows"

From ArmadeusWiki
Jump to: navigation, search
 
(Ethernet TFTP server for Window$)
Line 16: Line 16:
 
==Ethernet TFTP server for Window$==
 
==Ethernet TFTP server for Window$==
 
In order to send quiclky your files (uBoot, Linux, rootfs ...) to the armadeus board, you can use a tftp server.
 
In order to send quiclky your files (uBoot, Linux, rootfs ...) to the armadeus board, you can use a tftp server.
Once the server running, the files located in the server shared directory (or cuurent directory) will be accessible to the TFTP client (like an armadeus board).
+
Once the server started, the files located in the server shared directory (or current directory) will be accessible to the TFTP client (like an armadeus board).
  
 
===TFTP server installation===   
 
===TFTP server installation===   
Line 23: Line 23:
 
===Server configuration===   
 
===Server configuration===   
 
* Select the directory in which the files you want to sent to the Armadeus board are located ("Browse" button)
 
* Select the directory in which the files you want to sent to the Armadeus board are located ("Browse" button)
* Set the server address if necessary (msut be your Host IP address)
+
* Set the server address if necessary (must be your Host IP address)
 
If the Armadeus board has been correctly configured (host address, netmask ...) the transfer will start immediately.
 
If the Armadeus board has been correctly configured (host address, netmask ...) the transfer will start immediately.

Revision as of 21:45, 27 September 2006

RS232 configuration for Window$

Instead of using the Hyperterminal (too many bugs), we suggest to use a free software named Tera Term Pro .

Terminal installation

Donwload (http://www.ayera.com/teraterm/) and install TeraTerm on your PC.

Terminal configuration

  • Select serial connection on the first top window when opening TeraTerm
  • Select your COM port
  • In the "Setup" menu under "Serial port", modify the connection speed to 115200 (Default for uBoot)

Terminal file transfer configuration

  • In the "File" menu, select "Transfer" , then "Kermit" then "Send"

If the Armadeus board is waiting for a kermit transfer, the file will be sent immediately

Ethernet TFTP server for Window$

In order to send quiclky your files (uBoot, Linux, rootfs ...) to the armadeus board, you can use a tftp server. Once the server started, the files located in the server shared directory (or current directory) will be accessible to the TFTP client (like an armadeus board).

TFTP server installation

Donwload (http://tftpd32.jounin.net/) and install Tftpd32 on your PC (Host).

Server configuration

  • Select the directory in which the files you want to sent to the Armadeus board are located ("Browse" button)
  • Set the server address if necessary (must be your Host IP address)

If the Armadeus board has been correctly configured (host address, netmask ...) the transfer will start immediately.