wmate
modprobe nandsim first_id_byte=0xec second_id_byte=0xd5 third_id_byte=0x51 fourth_id_byte=0xa6
modprobe ubi
ubiformat /dev/mtd0 -s 4096 -f ./mdm9607-perf-sysfs.ubi &>/dev/null
ubiattach /dev/ubi_ctrl -m 0 -O 4096 &>/dev/null
mkdir -p ./build/fs/
mount -t ubifs ubi0 ./build/fs/
umount -f ./build/fs/
rm -fr ./build/fs
ubidetach /dev/ubi_ctrl -m 0
modprobe -r ubifs ubi nandsim

 

分类:

技术点:

相关文章:

  • 2021-09-26
  • 2022-12-23
  • 2022-02-15
  • 2021-12-27
  • 2022-12-23
  • 2021-08-03
  • 2022-12-23
  • 2022-02-03
猜你喜欢
  • 2021-05-13
  • 2022-12-23
  • 2021-12-29
  • 2022-12-23
  • 2022-12-23
  • 2021-12-03
  • 2021-05-18
相关资源
相似解决方案