This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

random reset on beaglebone black with ti sdk

Dear Members,

I have experienced random reset with my beaglebone black which have TI SDK v7.0.

I have flashed prebuild image on eMMC of BBB and only replacing zImage, am335x-boneblack.dtb and modules building with following  steps

$ make ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- tisdk_am335x-evm_defconfig

$ make ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- zImage

$ make ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- dtbs

$ make ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- modules

$ make ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- INSTALL_MOD_PATH=/home/xxx/work/kernel/modules modules_install

then BBB is randomly rebooted, sometimes during running application or sometimes do nothing, just in prompt state

rebooting is happened 1 or 2 times per day.

 

would you please advice me anything to check about it ?

BRs,

HRJung