- 积分
- 141
贡献386
飞刀93 FD
注册时间2012-5-18
在线时间41 小时

 
扫一扫,手机访问本帖 
|
我修改了文件系统, 用手册介绍的制作完文件系统, 但是烧写到板子后, 发现无法出现命令提示符, 也就无法用串口操作! 请问如何可以在串口登陆进入命令行操作?
以下是启动的提示
[ 4.569098] mux: Failed to setup hwmod io irq -22
[ 4.574714] Power Management for AM33XX family
[ 4.579563] Trying to load am335x-pm-firmware.bin (60 secs timeout)
[ 4.586254] Copied the M3 firmware to UMEM
[ 4.590601] Cortex M3 Firmware Version = 0x181
[ 4.600420] clock: disabling unused clocks to save power
[ 4.608128] Detected MACID=d0:39:72:c:d4:5e
[ 4.613717] cpsw: Detected MACID = d0:39:72:0c:d4:60
[ 4.620927] input: gpio-keys as /devices/platform/gpio-keys/input/input1
[ 4.629791] rtc-ds1307 1-0068: setting system clock to 2015-09-01 21:19:32 UTC (1441142372)
[ 4.724976] UBIFS: recovery needed
[ 4.960281] UBIFS: recovery completed
[ 4.964142] UBIFS: mounted UBI device 0, volume 0, name "rootfs"
[ 4.970405] UBIFS: file system size: 235540480 bytes (230020 KiB, 224 MiB, 1855 LEBs)
[ 4.978773] UBIFS: journal size: 9023488 bytes (8812 KiB, 8 MiB, 72 LEBs)
[ 4.986402] UBIFS: media format: w4/r0 (latest is w4/r0)
[ 4.992489] UBIFS: default compressor: lzo
[ 4.996754] UBIFS: reserved for root: 0 bytes (0 KiB)
[ 5.004949] VFS: Mounted root (ubifs filesystem) on device 0:14.
[ 5.013347] devtmpfs: mounted
[ 5.016796] Freeing init memory: 244K
INIT: version 2.88 booting
Starting udev
[ 6.163926] udev[805]: starting version 164
Starting Bootlog daemon: bootlogd: cannot allocate pseudo tty: No such file or directory
bootlogd.
ALSA: Restoring mixer settings...
No state is present for card EVM
Found hardware: "AM335X_EVM" "" "" "" ""
Hardware is initialized using a generic method
No state is present for card EVM
Configuring network inte**ces... [ 9.562859] net eth0: CPSW phy found : id is : 0x4dd074
done.
INIT: Entering runlevel: 5
Starting system message bus: dbus.
Starting telnet daemon.
Starting inetd daemon.
Starting syslogd/klogd: done
[ 11.563173] PHY: 0:00 - Link is Up - 1000/Full
Stopping Bootlog daemon: bootlogd.
INIT: no more processes left in this runlevel |
|