Home
last modified time | relevance | path

Searched refs:mount (Results 1 – 14 of 14) sorted by relevance

/rk3399_rockchip-uboot/test/fs/
H A Dfat-noncontig-test.sh91 sudo mount -o loop,uid=$(id -u) ${img} ${mnt}
93 echo Could not mount test filesystem
117 sudo mount -o ro,loop,uid=$(id -u) ${img} ${mnt}
119 echo Could not mount test filesystem
H A Dfs-test.sh334 sudo mount -o loop,rw "$1" "$MOUNT_DIR"
571 sudo mount -o loop,rw,$uid "$IMAGE" "$MOUNT_DIR"
/rk3399_rockchip-uboot/test/py/tests/
H A Dtest_ums.py147 def mount(): function
207 mount()
225 mount()
/rk3399_rockchip-uboot/configs/
H A Daxm_defconfig18 …t filesystem over NFS;echo Type 'run net_nfs' to get Kernel over TFTP and mount root filesystem ov…
/rk3399_rockchip-uboot/doc/
H A DREADME.ubi155 ubifsmount - mount UBIFS volume
159 - mount 'volume-name' volume
H A DREADME.qemu-mips97 # mount -o loop,offset=16450560 -t ext2 ide /mnt
H A DREADME.gpt151 Bit 63 - Not mount
/rk3399_rockchip-uboot/board/gateworks/gw_ventana/
H A DREADME136 # mount the partition
137 sudo udisks --mount ${DEV}1
283 # mount the partition
284 sudo udisks --mount ${DEV}1
/rk3399_rockchip-uboot/doc/uImage.FIT/
H A Dverified-boot.txt13 driver to mount a signed root filesystem.
H A Dbeaglebone_vboot.txt92 You can write this to an SD card and then mount it to extract the kernel and
504 …sudo mount $UDEV /mnt/tmp && sudo cp $UOUT/u-boot-dtb.img /mnt/tmp/u-boot.img && sleep 1 && sudo …
505 …sudo mount $KDEV /mnt/tmp && sudo cp $WORK/image.fit /mnt/tmp/boot/image.fit && sleep 1 && sudo um…
/rk3399_rockchip-uboot/board/freescale/m5373evb/
H A DREADME307 mount: Mounting devpts on /dev/pts failed: No such device
308 mount: Mounting usbfs on /proc/bus/usb failed: No such file or directory Starting syslogd and klogd…
/rk3399_rockchip-uboot/board/freescale/m54455evb/
H A DREADME400 mount: Mounting usbfs on /proc/bus/usb failed: No such file or directory
/rk3399_rockchip-uboot/fs/ubifs/
H A Dubifs.h399 struct dentry *(*mount) (struct file_system_type *, int, member
H A Dsuper.c2533 .mount = ubifs_mount,