opps kio
Unable to handle kernel NULL pointer dereference at virtual address 00000008
pgd = c7090000, hw pgd = c7090000
[00000008] *pgd=27096831, *pte=00000000, *ppte=00000000
Internal error: Oops: 17 [#4] ARM
Modules linked in: usb_f_ecm g_ether usb_f_rndis u_ether libcomposite option usb_wwan
CPU: 0 PID: 635 Comm: a5_test Tainted: G D 3.14.17 #60
task: c7076140 ti: c7050000 task.ti: c7050000
PC is at gpio_read+0x18/0x110
LR is at vfs_read+0x9c/0x124
pc : [<c01b0738>] lr : [<c00bb0b4>] psr: a0000013
sp : c7051f48 ip : c01b0720 fp : 00000000
r10: be8decf4 r9 : c7050000 r8 : 00000045
r7 : c7051f80 r6 : 00000045 r5 : be8decf4 r4 : c79bbac0
r3 : 00000000 r2 : 00000045 r1 : be8decf4 r0 : c0417797
Flags: NzCv IRQs on FIQs on Mode SVC_32 ISA ARM Segment user
Control: 0005317f Table: 27090000 DAC: 00000015
Process a5_test (pid: 635, stack limit = 0xc70501c8)
Stack: (0xc7051f48 to 0xc7052000)
1f40: c7b64da0 00000045 be8decf4 c00bb0b4 c7b64da0 be8decf4
1f60: 00000045 00000000 00000000 c7b64da0 c7b64da0 00000045 be8decf4 c00bb294
1f80: 00000000 00000000 00000045 00000005 00010b1c 00000000 00000003 c0009788
1fa0: 00000000 c00095c0 00000005 00010b1c 00000003 be8decf4 00000045 00010b44
1fc0: 00000005 00010b1c 00000000 00000003 00000000 00000000 b6f83000 00000000
1fe0: 00000000 be8decec 0000883c b6ea53bc 60000010 00000003 00000000 00000000
[<c01b0738>] (gpio_read) from [<c00bb0b4>] (vfs_read+0x9c/0x124)
[<c00bb0b4>] (vfs_read) from [<c00bb294>] (SyS_read+0x3c/0x78)
[<c00bb294>] (SyS_read) from [<c00095c0>] (ret_fast_syscall+0x0/0x2c)
Code: e5904078 e1a05001 e1a06002 e59f00e4 (e5d32008)
---[ end trace ecc5b8f97467efa3 ]---
opps kio的更多相关文章
- sama5 kio接口控制
//example #include <stdio.h>#include <stdlib.h>#include <unistd.h>#include <str ...
- am335x -- kio 控制接口
//example #include <stdio.h> #include <stdlib.h> #include <unistd.h> #include < ...
- Python 资源大全中文版
Python 资源大全中文版 我想很多程序员应该记得 GitHub 上有一个 Awesome - XXX 系列的资源整理.awesome-python 是 vinta 发起维护的 Python 资源列 ...
- 【repost】document.write的用处
document.write的用处 document.write是JavaScript中对document.open所开启的文档流(document stream操作的API方法,它能够直接在文档流中 ...
- [ActiveMQ]初识ActiveMQ
初识ActiveMQ ActiveMQ介绍 官方网站:http://activemq.apache.org/ 最新版本:ActiveMQ 5.14.1(2016-10-28) 最新版本下载链接:htt ...
- 《Linux内核设计与实现》读书笔记 第十八章 调试
第十八章调试 18.1 准备开始 需要准备的东西: l 一个bug:大部分bug通常都不是行为可靠而且定义明确的 l 一个藏匿bug的内核版本:找出bug首先出现的版本 l 相 ...
- Vue.js学习笔记(8)拖放
小颖在目前负责的项目中,负责给同事提供所需组件,在这期间,我们家大颖姐姐让我 写个拖拽组件,一开始我是用click实现,先将你要拖拽的dom点一下,然后再点你要放的位置,这个dom再通过小颖写的方法, ...
- 安装oracle
1.安装vnc yum install tigervnc tigervnc-server 2.vncserver启动 3.安装依赖库 yum install -y compat-libstdc* ...
- 动态调频DVFS_转
转自: Linux Core Power Management User's Guide (v3.14) http://processors.wiki.ti.com/index.php/Linux_C ...
随机推荐
- 文件_ _android从资源文件中读取文件流并显示的方法
======== 1 android从资源文件中读取文件流并显示的方法. 在android中,假如有的文本文件,比如TXT放在raw下,要直接读取出来,放到屏幕中显示,可以这样: private ...
- Angular(2)
1.自定义指令,直接栗子: note:定义指定是驼峰,2部分 前缀+作用,but 调用 改驼峰首字母大写处为 (-首字母小写) <!DOCTYPE html><html lang= ...
- Visual Studio Enterprise 2015下载 Update3
Visual Studio 2015 是一个丰富的集成开发环境,可用于创建出色的 Windows.Android 和 iOS 应用程序以及新式 Web 应用程序和云服务. 1.适用于各种规模和复杂程度 ...
- 解决sqoop需要输入密码的问题
修改配置文件:vi /etc/sqoop/conf/sqoop-site.xml <property> <name>sqoop.metastore.client.record. ...
- 'libxml/tree.h' file not found
看看Header Search Paths 为 '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Dev ...
- hibernate的延迟加载及其与session关闭的矛盾
延迟加载就是并不是在读取的时候就把数据加载进来,而是等到使用时再加载. 那么Hibernate是怎么知道用户在什么时候使用数据了呢?又是如何加载数据呢? 其实很简单,它使用了代理机制.返回给用户的并不 ...
- C#GridViewExport帮助类,美化导出
1.将整GridView的数据导出到Excel中关增加一个效果线做美化 最新的GridViewExport操作类 using System.Data; using System.Web; using ...
- 国际化(i18n)
一.国际化开发概述 软件的国际化:软件开发时,要使它能同时应对世界不同地区和国家的访问,并针对不同地区和国家的访问,提供相应的.符合来访者阅读习惯的页面或数据. 国际化(internationaliz ...
- CGI、FastCGI和PHP-FPM浅析
这段时间对Nginx+PHP-FPM的概念和机制一直不太清晰,趁着同事的分享和看过的几篇博文和资料,重新将思路处理一下. 首先,PHP-FPM(FastCGI Process Manager: Fas ...
- codeforces 361 B - Mike and Shortcuts
原题: Description Recently, Mike was very busy with studying for exams and contests. Now he is going t ...