- 积分
- 13
贡献73
飞刀20 FD
注册时间2018-1-10
在线时间2 小时
扫一扫,手机访问本帖
|
我用的工业级imx6ul核心板,底板是OKMX6UL-C V1.1,使用的内核源码是资料下载中,下面这个帖子里的最新版源码,OKMX6UL-C(eMMC&Nand版)linux3.14.38 用户资料
结果编译出的zImage与OTG自带的zImage的启动打印有区别(其他所有文件未改变,只替换了zImage)。
想问一下,怎么修改源码才能变成OTG自带的那种打印?
只截取了有区别的部分(蓝色和红色是区别的地方):
源码编译出的zImage:
...
Mounting /proc and /sys
Starting the hotplug events dispatcher udevd
Synthesizing initial hotplug events
[ 4.223181] udevd (102): /proc/102/oom_adj is deprecated, please use /proc/102/oom_score_adj instead.
Setting the hostname to freescale
Running depmod
depmod: can't change directory to '3.14.38-6UL_ga': No such file or directory
Mounting filesystems
Starting inetd:
Starting syslogd and klogd
...
OTG自带的zImage:
...
Mounting /proc and /sys
Starting the hotplug events dispatcher udevd
Synthesizing initial hotplug events
[ 4.144987] udevd (102): /proc/102/oom_adj is deprecated, please use /proc/102/oom_score_adj instead.
[ 15.694906] 1-0030 supply DOVDD not found, using dummy regulator
[ 15.701076] 1-0030 supply DVDD not found, using dummy regulator
[ 15.810441] 1-0030 supply AVDD not found, using dummy regulator
[ 16.083000] RTL871X: module init start
[ 16.113342] RTL871X: rtl8723bu v4.3.16_14189.20150519_BTCOEX20150119-5844
[ 16.163525] RTL871X: build time: Dec 24 2018 09:59:35
[ 16.183940] RTL871X: rtl8723bu BT-Coex version = BTCOEX20150119-5844
[ 16.577460] RTL871X: rtw_ndev_init(wlan0)
[ 16.593284] CSI: Registered sensor subdevice: ov9650 1-0030
[ 16.598911] camera ov9650, is found
[ 16.630984] usbcore: registered new inte**ce driver rtl8723bu
[ 16.653838] RTL871X: module init ret=0
Setting the hostname to freescale
Mounting filesystems
Starting inetd:
Starting syslogd and klogd
...
|
|