Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

There is a full-functioning Ethernet device driver available in the kernel tree for the i.MX RT1050RT10XX. The device driver is linux/drivers/net/ethernet/freescale/fec.c configured in the kernel using the CONFIG_FEC build time option in Device Drivers -> Network device support -> Ethernet driver support -> Freescale devices -> FEC ethernet controller (of ColdFire and some i.MX CPUs).

...

On the target, start the telnetd daemon to allow connections to the i.MX RT1050RT10XX:

Code Block
 / # ps | grep telnetd
 100 root       864 S    telnetd
  102 root       864 S    grep telnetd 
/ #

...

Connect to the target from the development host using ssh. The first connection takes several seconds to establish as the i.MX RT1050 RT10XX runs computation-extensive key calculations. Again, enter 123 on the password prompt:

...

From a local host, open a Web browser to the i.MX RT1050 target and watch the demo web page provided by the target. The i.MX RT1050 target shows the current time and date as well as the list of the currently running processes:

...