Config system
Here is the pinmap of Lichee MaixSense

1. Connect the serial port#
Connect the serial port to communicate to the board.
Steps: Use type-C cable connect computer with the board marked TTYS0, then do following steps depending on your computer OS.
1.1. Linux & macOS#
For linux OS, use command ls /dev/ttyUSB*
to see your device COM number, then use serial application to connect the board.
1.2. Windows#
Lichee MaixSense equips with CH340 as serial chip, but we need install its driver to use it.
Click this to download the driver for this serial chip, after installing ch340 ch341 driver, you can find your device serial port
from Device manager
.
2. Config Tina OS#
We suggest beginners use Armbian OS because there is a lot of information about it on the internet, and for Tina OS suits those who are good at Linux.
The Tina OS configuration steps of Lichee MaixSense are similar to M2dock, so here will not retell its usages.
3. Config armbian OS#
After connecting computer with this board, we can use serial application to control this board, and the baudrate is 115200.
We provide 2 armbian image, their login steps are different, so here we tell how to login ths OS.
3.1. Image containing MaixPy3#
The username and password are all root
. Be sure not input any wrong word when logging.
The log is as following if you succeed logging.\
3.2. Image without MaixPy3#
The first time to start this system we need to set password. If you didn't set the password at the first time, there is no way to login anymore, only reburn system you can get the chance to set the password again.
If the password you set at the first time is complex enough, the system wil not accept the password and you need reset your password.
After setting the password, we need to choose our shell, normally we use bash.
Then it asked to add a new user to avoid us only using root username, which is a good way to help us not destroying the system. Set the username and password by yourself.
The new created user is granted root permission by default, and we can use this identity to login this board and control this system.
We can use command passwd
to change the password or delete the password.
For example, we can use passwd -d root
to delete the root password which we create at the beginning. We also can use passwd root
to reset password of root.
The following log are examples about passwd
Here are part of example:
Related Issues not found
Please login GitHub to create issue