开发板启动失败

Viewed 36

问题描述


image.png
庐山派开发板,用的tf卡启动,前几天还一切正常使用,跑的linux+rt-smart,这是小核日志,今天突然就显示这样,把所有东西恢复,重拉k230_sdk还是这样,请问一下大佬们这是怎么回事?

复现步骤


前几天还是一切正常使用,昨天在buildroot把文件系统改为了ext4,加了几个组件,结果不知道怎么回事,无论这么都无法build-iamge,当时的问题就是这个:
Creating journal (4096 blocks): done
Copying files into the device: __populate_fs: Could not allocate block in ext2 filesystem while writing file "libwireshark.so.14.0.2"
mkfs.ext4: Could not allocate block in ext2 filesystem while populating file system
make: *** [Makefile:553: build-image] Error 1
卡了我一整天,想着重新装系统得了,结果现在就这样,一直exit code 19,不清楚什么问题

硬件板卡


庐山派k230

软件版本


直接拉的k230_sdk编辑的镜像

其他信息


之前也遇到过这个问题,但是我重新搞一下镜像也就好了,结果现在这么重新拉重新编译都这样

2 Answers

你好,这个是因为没有找到可用的启动介质导致的,检查一下卡或者emmc的焊接。

exit code 19 是没有插卡的意思,请检查下启动介质或启动管脚 是否正确。

Creating journal (4096 blocks): done
Copying files into the device: __populate_fs: Could not allocate block in ext2 filesystem while writing file "libwireshark.so.14.0.2"
mkfs.ext4: Could not allocate block in ext2 filesystem while populating file system
make: *** [Makefile:553: build-image] Error 1
把board/common/gen_image_script/gen_image_comm_func.sh 文件里面的128改大点
image.png