核心板上电启动一段时间 ,就停止运行了.
启动方式是 EMMC 启动, 冷机启动后, 串口有打印信息, 等待2分钟左右,系统停止运行, 测量 BOOT5 引脚的电平为1.88V 关机重新上电后,仍然无法正常启动,.必须等待10多分钟后,重复之前的冷机启动现象.您好,您是用的我们的开发板烧写的我们出厂的标准镜像吗? liyang 发表于 2018-10-12 08:33
您好,您是用的我们的开发板烧写的我们出厂的标准镜像吗?
是的 .硬件出现了这个现像. 软件按照你们的手册编译你们的源码的时候出现如下错误:
:/mnt/hgfs/sharefiles/OK5718-SDK-V1.0> ls
appsrc extra-driversMakefile OK57xx-linux-kernelpublic_kernel.sh tools
environment-setupimages OK57xx-linux-fspatch site-config-armv7ahf-neon-linux-gnueabix86_64-linux
:/mnt/hgfs/sharefiles/OK5718-SDK-V1.0> make linux
=================================
Building the Linux Kernel
=================================
make -C /mnt/hgfs/sharefiles/OK5718-SDK-V1.0/OK57xx-linux-kernel ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- tisdk_am57xx-evm_defconfig
make: Entering directory `/mnt/hgfs/sharefiles/OK5718-SDK-V1.0/OK57xx-linux-kernel'
#
# configuration written to .config
#
make: Leaving directory `/mnt/hgfs/sharefiles/OK5718-SDK-V1.0/OK57xx-linux-kernel'
make -j `cat /proc/cpuinfo | grep -c processor` -C /mnt/hgfs/sharefiles/OK5718-SDK-V1.0/OK57xx-linux-kernel ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- zImage
make: Entering directory `/mnt/hgfs/sharefiles/OK5718-SDK-V1.0/OK57xx-linux-kernel'
scripts/kconfig/conf--silentoldconfig Kconfig
CHK include/config/kernel.release
CHK include/generated/uapi/linux/version.h
CHK include/generated/utsrelease.h
CHK include/generated/bounds.h
CHK include/generated/timeconst.h
CHK include/generated/asm-offsets.h
CALL scripts/checksyscalls.sh
scripts/kconfig/conf--silentoldconfig Kconfig
CHK include/generated/compile.h
VDSO arch/arm/vdso/vdso.so.raw
arm-linux-gnueabihf-gcc: fatal error: -fuse-linker-plugin, but liblto_plugin.so not found
compilation terminated.
make: *** Error 1
make: *** Error 2
make: Leaving directory `/mnt/hgfs/sharefiles/OK5718-SDK-V1.0/OK57xx-linux-kernel'
make: *** Error 2
您好
请问您用的是我们的虚拟机吗,有时候会有版本问题,建议您在我们论坛下载虚拟机,环境是配置好的,可直接进行编译
下载链接http://bbs.witech.com.cn/forum.php?mod=forumdisplay&fid=80
页:
[1]