博客
关于我
04全志R58平台编译内核需要选择的配置(Android4.4.2)
阅读量:210 次
发布时间:2019-02-28

本文共 4291 字,大约阅读时间需要 14 分钟。

04全志R58平台编译内核需要选择的配置

2018/11/6 14:19

版本:V1.0
开发板:SC5806

1、系统编译:

每次系统编译/内核的时候都需要选3次N:
Xtables matches
addrtype address type match support (NETFILTER_XT_MATCH_ADDRTYPE) [N/m/y/?] n
cluster match support (NETFILTER_XT_MATCH_CLUSTER) [N/m/y/?] n
comment match support (NETFILTER_XT_MATCH_COMMENT) [Y/n/m/?] y
connbytes per-connection counter match support (NETFILTER_XT_MATCH_CONNBYTES) [N/m/y/?] n
connlimit match support" (NETFILTER_XT_MATCH_CONNLIMIT) [Y/n/m/?] y
connmark connection mark match support (NETFILTER_XT_MATCH_CONNMARK) [Y/n/m/?] y
conntrack connection tracking match support (NETFILTER_XT_MATCH_CONNTRACK) [Y/n/m/?] y
cpu match support (NETFILTER_XT_MATCH_CPU) [N/m/y/?] n
dccp protocol match support (NETFILTER_XT_MATCH_DCCP) [N/m/y/?] n
devgroup match support (NETFILTER_XT_MATCH_DEVGROUP) [N/m/y/?] n
dscp and tos match support (NETFILTER_XT_MATCH_DSCP) [N/m/y/?] n
ecn match support (NETFILTER_XT_MATCH_ECN) [Y/?] y
esp match support (NETFILTER_XT_MATCH_ESP) [N/m/y/?] n
hashlimit match support (NETFILTER_XT_MATCH_HASHLIMIT) [Y/n/m/?] y
helper match support (NETFILTER_XT_MATCH_HELPER) [Y/n/m/?] y
hl hoplimit/TTL match support (NETFILTER_XT_MATCH_HL) [Y/?] y
iprange address range match support (NETFILTER_XT_MATCH_IPRANGE) [Y/n/m/?] y
layer7 match support (NETFILTER_XT_MATCH_LAYER7) [N/m/y/?] n
length match support (NETFILTER_XT_MATCH_LENGTH) [Y/n/m/?] y
limit match support (NETFILTER_XT_MATCH_LIMIT) [Y/n/m/?] y
mac address match support (NETFILTER_XT_MATCH_MAC) [Y/n/m/?] y
mark match support (NETFILTER_XT_MATCH_MARK) [Y/n/m/?] y
multiport Multiple port match support (NETFILTER_XT_MATCH_MULTIPORT) [N/m/y/?] n
nfacct match support (NETFILTER_XT_MATCH_NFACCT) [N/m/y/?] n
osf Passive OS fingerprint match (NETFILTER_XT_MATCH_OSF) [N/m/y/?] n
owner match support (NETFILTER_XT_MATCH_OWNER) [N/m/y/?] n
ipsec policy match support (NETFILTER_XT_MATCH_POLICY) [Y/n/m/?] y
pkttype packet type match support (NETFILTER_XT_MATCH_PKTTYPE) [Y/n/m/?] y
quota, tag, owner match and stats support (NETFILTER_XT_MATCH_QTAGUID) [Y/n/?] y
quota match support (NETFILTER_XT_MATCH_QUOTA) [Y/n/m/?] y
quota2 match support (NETFILTER_XT_MATCH_QUOTA2) [Y/n/m/?] y
quota2 Netfilter LOG support (NETFILTER_XT_MATCH_QUOTA2_LOG) [Y/n/?] y
rateest match support (NETFILTER_XT_MATCH_RATEEST) [N/m/y/?] n
realm match support (NETFILTER_XT_MATCH_REALM) [N/m/y/?] n
recent match support (NETFILTER_XT_MATCH_RECENT) [N/m/y/?] n
sctp protocol match support (EXPERIMENTAL) (NETFILTER_XT_MATCH_SCTP) [N/m/y/?] n
socket match support (EXPERIMENTAL) (NETFILTER_XT_MATCH_SOCKET) [Y/n/m/?] y
state match support (NETFILTER_XT_MATCH_STATE) [Y/n/m/?] y
statistic match support (NETFILTER_XT_MATCH_STATISTIC) [Y/n/m/?] y
string match support (NETFILTER_XT_MATCH_STRING) [Y/n/m/?] y
tcpmss match support (NETFILTER_XT_MATCH_TCPMSS) [N/m/y/?] n
time match support (NETFILTER_XT_MATCH_TIME) [Y/n/m/?] y
u32 match support (NETFILTER_XT_MATCH_U32) [Y/n/m/?] y

2、尝试在配置文件中关闭:

W:\r58_android_v4.4\lichee\linux-3.4\arch\arm\configs\sun8iw6p1smp_android_defconfig

Automatically generated file; DO NOT EDIT.

Linux/arm 3.4.39 Kernel Configuration

RCU Subsystem

CONFIG_TREE_PREEMPT_RCU=y

CONFIG_PREEMPT_RCU=y
CONFIG_RCU_FANOUT=32

CONFIG_RCU_FANOUT_EXACT is not set

CONFIG_RCU_FAST_NO_HZ is not set

CONFIG_TREE_RCU_TRACE is not set

CONFIG_RCU_BOOST is not set

CONFIG_IKCONFIG is not set

CONFIG_LOG_BUF_SHIFT=16

修改为:
CONFIG_LOG_BUF_SHIFT=18
CONFIG_HAVE_UNSTABLE_SCHED_CLOCK=y

File systems

CONFIG_EXT2_FS=y

CONFIG_EXT2_FS_XATTR is not set

CONFIG_EXT2_FS_XIP is not set

CONFIG_EXT3_FS is not set

CONFIG_EXT4_FS=y

CONFIG_EXT4_USE_FOR_EXT23=y
CONFIG_EXT4_FS_XATTR=y

CONFIG_EXT4_FS_POSIX_ACL is not set

CONFIG_EXT4_FS_SECURITY=y

CONFIG_EXT4_DEBUG is not set

CONFIG_JBD2=y

CONFIG_JBD2_DEBUG is not set

CONFIG_FS_MBCACHE=y

CONFIG_REISERFS_FS is not set

CONFIG_JFS_FS is not set

CONFIG_XFS_FS is not set

CONFIG_GFS2_FS is not set

CONFIG_BTRFS_FS is not set

CONFIG_NILFS2_FS is not set

CONFIG_FS_POSIX_ACL=y

CONFIG_FILE_LOCKING=y
CONFIG_FSNOTIFY=y
CONFIG_DNOTIFY=y
CONFIG_INOTIFY_USER=y
CONFIG_FANOTIFY=y

CONFIG_FANOTIFY_ACCESS_PERMISSIONS is not set

CONFIG_QUOTA is not set

CONFIG_QUOTACTL is not set

CONFIG_AUTOFS4_FS is not set

CONFIG_FUSE_FS=y

CONFIG_OVERLAYFS_FS is not set

CONFIG_CUSE=y

CONFIG_GENERIC_ACL=y

之后即可和git服务器同步了。

转载地址:http://bgdp.baihongyu.com/

你可能感兴趣的文章
OAuth2:项目演示-模拟微信授权登录京东
查看>>
OA系统多少钱?OA办公系统中的价格选型
查看>>
OA系统选型:选择好的工作流引擎
查看>>
OA让企业业务流程管理科学有“据”
查看>>
OA项目之会议通知(查询&是否参会&反馈详情)
查看>>
OA项目之我的会议(会议排座&送审)
查看>>
OA项目之我的会议(查询)
查看>>
OA项目之我的审批(会议查询&会议签字)
查看>>
OA项目之项目简介&会议发布
查看>>
Object c将一个double值转换为时间格式
查看>>
object detection之Win10配置
查看>>
object detection训练自己数据
查看>>
object detection错误Message type "object_detection.protos.SsdFeatureExtractor" has no field named "bat
查看>>
object detection错误之Could not create cudnn handle: CUDNN_STATUS_INTERNAL_ERROR
查看>>
object detection错误之no module named nets
查看>>
Object of type 'ndarray' is not JSON serializable
查看>>
Object Oriented Programming in JavaScript
查看>>
object references an unsaved transient instance - save the transient instance before flushing
查看>>
Object.assign用法
查看>>
Object.create
查看>>