This project demonstrates a SCP client that runs MIMXRT1064-EVK evaluation board.

Instructions to run the demo:

- Open main.c and customize the hostname of the SCP server
- Set the relevant login and password
- Compile the project and run a debug session
- Connect a terminal (115200 bauds, no parity, no flow control) to the virtual COM port of the debugger to output log messages
- Plug Ethernet cable
- The board acquires an IPv4 address (using DHCP), a link-local IPv6 address and a global IPv6 address (using SLAAC)
- The IP addresses are available in the logs
- Press the SW8 button to start the SCP test sequence
- Check the logs in the console

