| 
 
新手上路 
 
	积分45金钱45 注册时间2016-4-26在线时间10 小时 | 
 
| 我想用ST官方的文件系统,所以我直接用ST官方编译好的文件系统代替正点原子的文件系统,内核和uboot继续使用正点原子,但是启动之后vendor目录下都是空的,请问一下这个思路是否可行?在原子的基础上就修改了如下的内容: 
 P        0x22        vendorfs        FileSystem        mmc1        0x04280000        st-image-vendorfs-openstlinux-weston-stm32mp1.ext4
 P        0x23        rootfs        FileSystem        mmc1        0x05280000        st-image-weston-openstlinux-weston-stm32mp1.ext4
 P        0x24        userfs        FileSystem        mmc1        0x33C80000        st-image-userfs-openstlinux-weston-stm32mp1.ext4
 
 | 
 |