目前只有/etc/inittab 处理 有效点。只是启动后,暂时打印,但没有彻底断开。开机还是打印出来。
搞了一整天也不知从哪里彻底断开!多谢指导?
# /etc/inittab
#
# Copyright (C) 2001 Erik Andersen <andersen@codepoet.org>
#
# Note: BusyBox init doesn't support runlevels. The runlevels field is
# completely ignored by BusyBox init. If you want runlevels, use
# sysvinit.
#
# Format for each entry: <id>:<runlevels>:<action>:<process>
#
# id == tty to run on, or empty for /dev/console
# runlevels == ignored
# action == one of sysinit, respawn, askfirst, wait, and once
# process == program to run
# Startup the system
::sysinit:/bin/mount -t proc proc /proc
::sysinit:/bin/mount -o remount,rw /
::sysinit:/bin/mkdir -p /dev/pts
::sysinit:/bin/mkdir -p /dev/shm
::sysinit:/bin/mount -a
::sysinit:/bin/hostname -F /etc/hostname
# now run any rc scripts
::sysinit:/etc/init.d/rcS
# Put a getty on the serial port
# ::respawn:/sbin/getty -L /dev/console 0 vt100 # GENERIC_SERIAL# 屏蔽此行,
# Stuff to do for the 3-finger salute
#::ctrlaltdel:/sbin/reboot
# Stuff to do before rebooting
::shutdown:/etc/init.d/rcK
::shutdown:/sbin/swapoff -a
::shutdown:/bin/umount -a -r
离线
试一试bootargs那里把console改成/dev/null
离线
好惭愧,官方的SDK我还没有找到 bootargs 在哪里,真想放弃了!
离线
一般是uboot传进来的,去那里面grep一下。
离线
终于搞到这里关闭打印了,继续处理开机就关闭打印。
Starting kernel ...
离线
终于搞到这里关闭打印了,继续处理开机就关闭打印。
Starting kernel ...
请问是怎么搞定的?
离线
kakalu 说:终于搞到这里关闭打印了,继续处理开机就关闭打印。
Starting kernel ...请问是怎么搞定的?
找下
env.cfg
env_burn.dcg
设置 console=null
持续处理开机就打印的问题,又是一头雾水。也帮忙找下,这些大部分是printf 出来的,有些是隐藏到二进制文件中的。但这么多一时,无法处理完。如果你找到也请公布下。多谢!
离线