Compulab IMX8MP Setup Guide
Version 1.0
Firmware
MOS350 is only supported on Compulab IMX8M(P) with the 5.15.32 kernel. Other kernel versions are not currently supported. For upgrade instructions, refer to Compulab's website and wiki pages.
IMX8M SSH Access
- Connect to the IMX8M gateway using the console. For connection details, refer to the Compulab Wiki.
- If connecting for the first time, the default user is
compulab. A password must be set at first login. - Log in using the
compulabuser and the password set in the previous step. - Once logged in, follow the steps below to set up MOS350 on your gateway.
Recommended Network Configuration
- The
eth0interface connects to the WAN to provide internet access to the unit. On the external casing, this port is labelled ETH2. - The
eth1interface is configured as a DHCP server to assign IP addresses to downstream devices. On the external casing, this port is labelled ETH1.
note
For instructions on configuring a DHCP server on a network interface, refer to the Debian documentation.
MOS350 Setup Script
- Download the setup script:
wget -O imx8mp_setup.sh "http://update.moleculeos.io/mpackages/files/imx8mp/imx8mp_setup.sh"
- Confirm the file was downloaded successfully:
ls
- Set execute permissions on the script:
chmod +x imx8mp_setup.sh
- Run the script with parameter
1to set up themos350user:
note
You need a user with elevated privileges to run sudo. When prompted, enter the password of your currently logged-in user.
sudo ./imx8mp_setup.sh 1
- Run the script with parameter
2and wait for it to complete. This may take a few minutes depending on your internet connection:
sudo ./imx8mp_setup.sh 2
- Upon successful completion you should see:
MOS350 Kernel Fusion installed successfully!
MOS350 User core installed successfully!
- Once MOS350 has successfully connected to the MOS cloud infrastructure, LED2 on the IMX8MP will turn green.
- Setup is complete.
Default Login Details
| User | mos350 |
| Password | M@nagerMX8 |