Unhanlded fault
커널 로그를 보면 보통 위의 로그를 찍어주면서 시작하게 됩니다.
보통 커널 패닉 또는 다운로드 모드로 진입하게 됩니다.
아직 커널 관련해서 잘 몰라서 왜 위의 에러가 발생하는지에 대해서는 잘 모릅니다.
아래의 내용은 다른 웹사이트에서 발췌한 내용입니다.
참고하시길 바랍니다.
추후에 커널에 대해서 알게된다면 정리하도록 하겠습니다.
I found this error message when access memory io
"Unhandled fault: external abort on non-linefetch"
1. I suspect memory io address then I access another memory io address but it was OK
2. I thought my driver has a some interface problem, because kernel has some changes for driver interface as like ioctl - but it's not
3. then I thought ioremap and request_mem_region usage are changing - but it's not
4. I tried this memory address at machine start but I got same message
5. Finally I suspected memory IO Pheriperal device power status then I checked power manegement register
I got a result
when memory io device is not power up this message shows
It took a few hours, finally I got new one today.
출처 : http://dokyunblog.blogspot.com/2011/04/unhandled-fault-external-abort-on-non.html
커널 로그를 보면 보통 위의 로그를 찍어주면서 시작하게 됩니다.
보통 커널 패닉 또는 다운로드 모드로 진입하게 됩니다.
아직 커널 관련해서 잘 몰라서 왜 위의 에러가 발생하는지에 대해서는 잘 모릅니다.
아래의 내용은 다른 웹사이트에서 발췌한 내용입니다.
참고하시길 바랍니다.
추후에 커널에 대해서 알게된다면 정리하도록 하겠습니다.
I found this error message when access memory io
"Unhandled fault: external abort on non-linefetch"
1. I suspect memory io address then I access another memory io address but it was OK
2. I thought my driver has a some interface problem, because kernel has some changes for driver interface as like ioctl - but it's not
3. then I thought ioremap and request_mem_region usage are changing - but it's not
4. I tried this memory address at machine start but I got same message
5. Finally I suspected memory IO Pheriperal device power status then I checked power manegement register
I got a result
when memory io device is not power up this message shows
It took a few hours, finally I got new one today.
출처 : http://dokyunblog.blogspot.com/2011/04/unhandled-fault-external-abort-on-non.html
'안드로이드' 카테고리의 다른 글
가상 키보드 보이기/감추기 (0) | 2011.08.12 |
---|---|
공개 api 작업하기 (make update-api) (0) | 2011.07.30 |
Progress Bar 모양 변경하기 (0) | 2011.07.27 |
FLAG_SHOW_WHEN_LOCKED : LOCK 위로 액티비티 띄우기 (0) | 2011.07.25 |
Surface Flinger와 초기화 과정 (0) | 2011.07.25 |