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

你可能感兴趣的文章
OpenVSwtich(OVS)Vlan间路由实战 附实验环境
查看>>
Openwrt LuCI模块练习详细步骤
查看>>
openwrt_git_pull命令提示merger冲突时如何解决?
查看>>
OpenWrt包管理软件opkg的使用(极路由)
查看>>
OpenWrt固件编译刷机完全总结
查看>>
Open××× for Linux搭建之二
查看>>
Open×××有线网络时使用正常,无线网络时使用报错的解决方案
查看>>
Opera Mobile Classic Emulator
查看>>
Operation not supported on read-only collection 的解决方法 - [Windows Phone开发技巧系列1]
查看>>
OperationResult
查看>>
Operations Manager 2007 R2系列之仪表板(多)视图
查看>>
operator new and delete
查看>>
operator new 与 operator delete
查看>>
operator() error
查看>>
OPPO K3在哪里打开USB调试模式的完美方法
查看>>
oppo后端16连问
查看>>
OPPO软件商店APP侵权投诉流程
查看>>
Optional用法与争议点
查看>>
Optional类:避免NullPointerException
查看>>
Optional讲解
查看>>