博客
关于我
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/

你可能感兴趣的文章
Objective-C实现collatz sequence考拉兹序列算法(附完整源码)
查看>>
Objective-C实现Collatz 序列算法(附完整源码)
查看>>
Objective-C实现combinations排列组合算法(附完整源码)
查看>>
Objective-C实现combine With Repetitions结合重复算法(附完整源码)
查看>>
Objective-C实现combine Without Repetitions不重复地结合算法(附完整源码)
查看>>
Objective-C实现conjugate gradient共轭梯度算法(附完整源码)
查看>>
Objective-C实现connected components连通分量算法(附完整源码)
查看>>
Objective-C实现Connected Components连通分量算法(附完整源码)
查看>>
Objective-C实现Convex hull凸包问题算法(附完整源码)
查看>>
Objective-C实现convolution neural network卷积神经网络算法(附完整源码)
查看>>
Objective-C实现convolve卷积算法(附完整源码)
查看>>
Objective-C实现coulombs law库仑定律算法(附完整源码)
查看>>
Objective-C实现counting sort计数排序算法(附完整源码)
查看>>
Objective-C实现countSetBits设置位的数量算法(附完整源码)
查看>>
Objective-C实现currency converter货币换算算法(附完整源码)
查看>>
Objective-C实现cycle sort循环排序算法(附完整源码)
查看>>
Objective-C实现data transformations数据转换算法(附完整源码)
查看>>
Objective-C实现DBSCAN聚类算法(附完整源码)
查看>>
Objective-C实现DBSCAN聚类算法(附完整源码)
查看>>
Objective-C实现decision tree决策树算法(附完整源码)
查看>>