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