Connections
Make the necessary connections and ensure that the SW11 switch settings are as
shown in the following figure. You only need the pre-programmed micro SD card
(SysCont) to launch the BEAM tool. Plug the micro SD card (SysCont) into the SD card
slot as shown in the figure.
Figure 1. Board Connections
IP Configuration
- Set up a Tera-Term session between a host PC COM port and the serial port (JTAG/UART) on the evaluation board, Ensure that the correct COM port is selected, and port speed is set to 115200.
- The board and Host machine can be connected back-to-back using Ethernet cable, or the board can be in a network with a DHCP server running to provide the address.
- If the board is in a network with DHCP, proceed to step 6. If the board is
connected back-to-back with the host, perform the following steps. You can
run the
udhcpc
linux command to view the IP address assigned by the DHCP server. - Set a static IP address in the host machine. For example, IP
address: 192.168.1.2 and Subnet mask: 255.255.255.0.
- Go to Control
Panel\Network and Internet\Network Connections and
open Properties.
- Ensure that:
- The last digit of the IP address on the Windows PC is different than what is being set on the board.
- The default gateway has the last digit as one, the rest of the digits should be same as the IP address field.
- For example:
- IP address: 192.168.1.2
- Subnet mask: 255.255.255.0
- Default gateway: 192.168.1.1
- Go to Control
Panel\Network and Internet\Network Connections and
open Properties.
- If your board's Ethernet port is directly connected to the
PC, you will need to manually set the IP address because there is no DHCP to
automatically assign an IP address. Enter the following command in the Linux
terminal to manually set the IP
address:
ifconfig eth0 192.168.1.11
Note: The Linux console might instruct you to open a browser to a URL. Ignore those instructions. - Check the board's IP address by
entering:
If you are on DHCP but the IP address is coming up as 192.168.1.11, check if someone has set it to be persistent as in step 5.ifconfig
- Ping the Windows PC with the following
command.
Use CTRL+C to stop the ping command.ping <host_ip>