开发环境
PC:Ubuntu18.04
开发板:tiny4412SDK1611+tiny4412-1412
交叉编译工具:gcc-linaro-6.1.1-2016.08-x86_64_arm-linux-gnueabi
U-boot:u-boot-16.11
Kernel:linux-4.4.0
问题
在Kernel启动后,输入ls、more、cat等需要输出很多内容的命令时出现一下提示:
[root@TINY4412:~]# ls /dev/
autofs ptypf ram6 ttyq0
backlight_1wire ptyq0 r[ 16.570411] dma-pl330 12680000.pdma: Reset Channel-1 CS-20000f FTC-20000
yta
loop6 ptyta tty55 [ 16.577271] dma-pl330 12680000.pdma: Reset Channel-1 CS-20000f FTC-20000
ptyx6 ttyca ttyx7
ptyca ptyx7 ttycb ttyx8
p[ 16.600598] dma-pl330 12680000.pdma: Reset Channel-1 CS-20000f FTC-20000
ttypf
同时输出的内容少时不会出现提示,输出内容多了之后出现问题。
参照网友的方法TINY4412】LINUX移植笔记:(21)常见问题中的解决方法修改kernel配置,只能运行到这里。
[ 2.245907] NET: Registered protocol family 10
[ 2.247915] sit: IPv6 over IPv4 tunneling driver
[ 2.252469] NET: Registered protocol family 17
[ 2.256397] NET: Registered protocol family 15
[ 2.260967] Registering SWP/SWPB emulation handler
[ 2.266803] hctosys: unable to open rtc device (rtc0)
[ 2.282958] ALSA device list:
[ 2.282997] No soundcards found.
[ 2.283666] RAMDISK: gzip image found at block 0
[ 2.4