############################################################################################
# Here, input lines start with '#' prefix means comment, the others means real command.
############################################################################################
# Step 0 wandering around DUT(Device Under Test)
# The default login account is:
# username:root
# password:oelinux123
alias | grep um0
# minicom into DUT
ps
cat /proc/version
# as you can see, user@host & kernel compile timestamp will be included in '/proc/version'
# so 'cat /proc/version' will be a nice way to check whether your personalized kernel work or not.
cat /proc/cpuinfo
cat /etc/timestamp
cat /etc/version
systemctl --no-pager list-unit-files
systemctl --no-pager list-unit-files --state enabled