Step 0 wandering around DUT(Device Under Test)

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

More by zhouxiang

untitled 00:31

by zhouxiang

untitled 00:58

by zhouxiang

untitled 01:23

by zhouxiang

untitled 04:04

by zhouxiang

See all