Step 0 wandering around DUT(Device Under Test)

by zhouxiang
GNU/Linux ◆ xterm-256color ◆ bash 181 views

############################################################################################
# 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

More by zhouxiang

untitled 01:42

by zhouxiang

untitled 45:12

by zhouxiang

untitled 04:28

by zhouxiang

untitled 46:38

by zhouxiang

See all