GNU/Linux xterm-256color bash 282 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 recordings by zhouxiang

Browse all

untitled 1:54

by zhouxiang

untitled 0:07

by zhouxiang

untitled 1:27:20

by zhouxiang

untitled 38:11

by zhouxiang