reading /am335x-wsdv.dtb
31354 bytes read in 10 ms (3 MiB/s)
reading /zImage
4429464 bytes read in 330 ms (12.8 MiB/s)
Kernel image @ 0x82000000 [ 0x000000 - 0x439698 ]
## Flattened Device Tree blob at 88000000
Booting using the fdt blob at 0x88000000
Loading Device Tree to 8fff5000, end 8ffffa79 ... OK
Starting kernel ...
[ 0.000000] Booting Linux on physical CPU 0x0
[ 0.000000] Linux version 3.18.24 (root@ubuntu-20150704) (gcc version 4.7.3 20130226 (prerelease) (crosstool-NG linaro-1.13.1-4.7-2013.03-20130313 - Linaro GCC 2013.03) ) #1 Thu Jan 14 13:12:48 CST 2016
[ 0.000000] CPU: ARMv7 Processor [413fc082] revision 2 (ARMv7), cr=10c5387d
[ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
[ 0.000000] Machine model: TI AM335x VoipServer
[ 0.000000] cma: Reserved 24 MiB at 0x9e800000
[ 0.000000] Memory policy: Data cache writeback
[ 0.000000] CPU: All CPU(s) started in SVC mode.
[ 0.000000] AM335X ES1.0 (neon )
[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 130048
[ 0.000000] Kernel command line: console=ttyO0,115200n8 root=/dev/mmcblk0p2
。。。。。。。。。。。。。。。。此处省略一段^_^。。。。。。。。。。。。。。。
[ 1.505091] davinci_mdio 4a101000.mdio: davinci mdio revision 1.6
[ 1.511480] davinci_mdio 4a101000.mdio: detected phy mask fffffffe
[ 1.519452] libphy: 4a101000.mdio: probed
[ 1.523708] davinci_mdio 4a101000.mdio: phy[0]: device 4a101000.mdio:00, driver SMSC LAN8710/LAN8720
[ 1.533403] mmcblk0: p1 p2
[ 1.537909] cpsw 4a100000.ethernet: Detected MACID = 00:18:30:0b:92:c3
[ 1.546452] omap_rtc 44e3e000.rtc: setting system clock to 2000-01-01 02:53:05 UTC (946695185)
[ 1.558825] vbat: disabling
[ 1.561843] ALSA device list:
[ 1.565025] #0: AM335x-VOIP
[ 1.570947] EXT3-fs (mmcblk0p2): error: couldn't mount because of unsupported optional features (240)
[ 1.582444] EXT2-fs (mmcblk0p2): error: couldn't mount because of unsupported optional features (244)
[ 1.595109] EXT4-fs (mmcblk0p2): INFO: recovery required on readonly filesystem
[ 1.602779] EXT4-fs (mmcblk0p2): write access will be enabled during recovery
[ 3.246380] EXT4-fs (mmcblk0p2): recovery complete
[ 3.646335] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
[ 3.654892] VFS: Mounted root (ext4 filesystem) readonly on device 179:2.
[ 3.664427] devtmpfs: mounted
[ 3.667832] Freeing unused kernel memory: 260K (c0811000 - c0852000)
#mount all..........
[ 4.212378] EXT4-fs (mmcblk0p2): re-mounted. Opts: data=ordered
sd_automount*************mmcblk0p1****************
mmcblk0p1
[ 4.353609] FAT-fs (mmcblk0p1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
[Mount VFAT]: /dev/mmcblk0p1 --> /mnt/sdcard
#StarNet..........
#StarVsftpd..........
Try to bring eth0 interface up ...
************************************************************************
================= Welcome to VoipBoxServer Console ^_^ =================
************************************************************************
ifconfig eth0 hw ether 00:02:AC:55:88:A8
[ 4.443281] net eth0: initializing cpsw version 1.12 (0)
[ 4.453329] net eth0: phy found : id is : 0x7c0f1
[ 4.458359] libphy: PHY 4a101000.mdio:01 not found
[ 4.463408] net eth0: phy 4a101000.mdio:01 not found on slave 1
ifconfig eth0 192.168.1.114 netmask 255.255.255.0 up
add default gw 192.168.1.1
Done
[ 8.605221] cpsw 4a100000.ethernet eth0: Link is Up - 100Mbps/Full - flow control rx/tx
2、连接网线测试ftp与telnet
测试发现FTP可用,telnet服务端口没有打开。
最后修改内核配置问题解决
打开配置make menuconfig
Device Drivers --------->
Character devices --------->
//选择上Legacy(BSD)PTY support
[ * ] Legacy ( BSD ) PTY support
(256) Maximum number of legacy PTY in use
重新编译内核
启动测试,发现telnet可用了^_^