From your log it seems you are configuring the rootfs as root=/dev/mmcblk0p1 while your eMMC seems to be mmcblk1. If you can print the uboot env you have with and without the SDcard inserted, maybe we can see where is the problem, just stop at ubo...
1.看下文件系统是否支持了ftype,1表示开启,0为关闭 [root@k8s-master docker]# xfs_info /|grep ftype naming =version 2 bsize=4096 ascii-ci=0 ftype=0 ftype没有开启的话,可重新添加一块专给docker使用的磁盘即可 [root@k8s-master ~]# fdisk -l 磁盘 /dev/sda:107.4 GB, 107374182400 字节,2097...
my os is: root@ubuntu:# uname -a Linux ubuntu 5.0.0-23-generic #2418.04.1-Ubuntu SMP Mon Jul 29 16:10:24 UTC 2019 aarch64 aarch64 aarch64 GNU/Linux root@ubuntu:~# docker run --rm -it --runtime kata-runtime busybox uname -r docker: Error ...
Keywords: Status:CLOSED DUPLICATE ofbug 868237 Alias:None Product:Red Hat Enterprise Linux 6 Component:spice-gtk Version:6.4 Hardware:Unspecified OS:Unspecified Priority:low Severity:low Target Milestone:rc Target Release:--- Assignee:Christophe Fergeau ...
Was using w54 today for some debug. I had created some /usr/local/bin and lib directories to test out patches, and had done a bunch of boot tests. I then wanted to clean up, so I kicked off the jenkins job to update the system to the lat...