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

你可能感兴趣的文章
NSDateFormatter的替代方法
查看>>
NSError 的使用方法
查看>>
nsis 安装脚本示例(转)
查看>>
NSJSON的用法(oc系统自带的解析方法)
查看>>
nslookup 的基本知识与命令详解
查看>>
NSOperation基本操作
查看>>
NSRange 范围
查看>>
NSSet集合 无序的 不能重复的
查看>>
NSURLSession下载和断点续传
查看>>
NSUserdefault读书笔记
查看>>
NS图绘制工具推荐
查看>>
NT AUTHORITY\NETWORK SERVICE 权限问题
查看>>
NT symbols are incorrect, please fix symbols
查看>>
ntelliJ IDEA 报错:找不到包或者找不到符号
查看>>
NTFS文件权限管理实战
查看>>
ntko web firefox跨浏览器插件_深度比较:2019年6个最好的跨浏览器测试工具
查看>>
ntko文件存取错误_苹果推送 macOS 10.15.4:iCloud 云盘文件夹共享终于来了
查看>>
ntp server 用法小结
查看>>
ntpdate 通过外网同步时间
查看>>
NTPD使用/etc/ntp.conf配置时钟同步详解
查看>>