Development Kit 1 Contents ************************** The following is a list of contents that should be in the package you received. Make sure you have all the components and if something is missing, please contact your salesperson at SiMa.ai: * MLSoC Evaluation Board * Type-C to Type C Data (Power) Cable * Power Brick (GaN 100W 3-Port Fast Charger) * Ethernet Cable * USB-A to Micro USB cable * 1000Base-T module for SFP (Qty. 4) * 32GB SD Card (blank) * Standoffs (Qty: 6) Riser Hardware Booting up the MLSoC Evaluation Board ************************************* In this section we will set up the host system to communicate with the MLSoC Evaluation Board using the appropriate serial port. **Steps** #. Power up the board using the Power Brick (GaN 100W 3-Port Fast Charger) and Type-C to Type C Data (Power) Cable. #. Using USB-A to Micro USB cable, connect the Micro USB end of the cable to the board's UART port (marked 2) and the USB-A end of the cable to your host machine. #. By using a serial device connector like ``minicom`` in Linux or MacOS or ``Putty`` in Windows, connect to the board using a speed of 115200 baud rate, 8 data bits, no parity bits, 1 stop bit and no flow control. See :ref:`Initial Board Setup` for details. #. You should get the following: .. code-block:: console sima-user@sima-user-machine:~$ sudo minicom -D /dev/ttyUSB2 -b 115200, 8n1 -w Welcome to minicom 2.8 OPTIONS: I18n Port /dev/ttyUSB2, 15:56:28 Press CTRL-A Z for help on special keys davinci login: #. Log in with username ``sima`` and password ``edgeai``: .. code-block:: console davinci:~$ .. note:: We suggest that you change the password. #. Run ``passwd`` and press ``Enter``. #. Enter ``edgeai`` as the old default password followed by your new password. #. Remember to note down your new password.