Comment 0 for bug 1274057

Revision history for this message
Botao (botao-sun) wrote :

On TI Panda 4430 board with Linux Linaro ubuntu image:

http://snapshots.linaro.org/ubuntu/pre-built/panda/596/panda-saucy_developer_20140126-596.img.gz

Kernel panic frequently shows in variety of scenarios (version 3.13.0-1-linaro-omap), like:

1. Install some packages via "apt-get" then reboot (power off / on) the board;

2. Compile third-party software, for example:
# apt-get install git
# git clone git://busybox.net/busybox.git
# cd busybox
# make menuconfig
# make

For the log of Kernel panic, please refer to attachment. It always starts from:

Unable to handle kernel NULL pointer dereference at virtual address 00000037

Also, same issue happened on iMX6 (version: 3.13-rc1) as well:

https://lkml.org/lkml/2014/1/22/294