Searched refs:mnt (Results 1 – 15 of 15) sorted by relevance
| /u-boot/scripts/ |
| A D | build-cb.sh | 14 sudo mkdir -p /mnt/rootfs 15 sudo mount -o loop disk.img /mnt/rootfs 16 sudo mkdir -p /mnt/rootfs/boot 17 sudo cp /boot/vmlinuz /mnt/rootfs/boot/. 18 sudo cp /boot/initrd.img /mnt/rootfs/boot/. 19 sudo umount /mnt/rootfs
|
| A D | build-efi.sh | 187 MNT=/mnt/x
|
| /u-boot/test/fs/ |
| A D | fat-noncontig-test.sh | 57 mnt=${odir}/mnt 60 mnttestfn=${mnt}/${testfn} 73 mkdir -p ${mnt} 90 sudo mount -o loop,uid=$(id -u) ${img} ${mnt} 97 fn=${mnt}/keep-${sects}.img 99 fn=${mnt}/remove-${sects}.img 103 rm -f ${mnt}/remove-*.img 109 sudo umount ${mnt} 116 sudo mount -o ro,loop,uid=$(id -u) ${img} ${mnt} 122 sudo umount ${mnt}
|
| /u-boot/test/py/tests/ |
| A D | test_ut.py | 37 mnt = os.path.join(cons.config.persistent_data_dir, 'mnt') 38 mkdir_cond(mnt) 47 return fname, mnt 49 def mount_image(cons, fname, mnt, fstype): argument 92 fname, mnt = setup_image(cons, mmc_dev, 0x83) 98 loop = mount_image(cons, fname, mnt, 'ext4') 178 bootdir = os.path.join(mnt, 'boot') 232 loop = mount_image(cons, fname, mnt, 'vfat') 251 ext = os.path.join(mnt, 'extlinux') 263 with open(os.path.join(mnt, initrd), 'w') as fd: [all …]
|
| /u-boot/configs/ |
| A D | imx8mq_reform2_defconfig | 14 CONFIG_DEFAULT_DEVICE_TREE="imx8mq-mnt-reform2" 34 CONFIG_DEFAULT_FDT_FILE="freescale/imx8mq-mnt-reform2.dtb"
|
| /u-boot/doc/board/xilinx/ |
| A D | zynq.rst | 78 sudo mount -t vfat /dev/sdx1 /mnt 79 sudo cp spl/boot.bin /mnt 80 sudo cp u-boot.img /mnt
|
| A D | zynqmp.rst | 113 sudo mount -t vfat /dev/sdx1 /mnt 114 sudo cp spl/boot.bin /mnt 115 sudo cp u-boot.itb /mnt
|
| /u-boot/doc/board/armltd/ |
| A D | juno.rst | 67 tools/fiptool/fiptool update --nt-fw=/path/to/your/u-boot.bin /mnt/juno/SOFTWARE/fip.bin 82 fiptool unpack /mnt/juno/SOFTWARE/fip.bin 92 cp build/juno/debug/bl1.bin build/juno/debug/fip.bin /mnt/juno/SOFTWARE
|
| /u-boot/doc/board/starfive/ |
| A D | visionfive2.rst | 116 sudo mount /dev/sdb3 /mnt/ 117 sudo cp u-boot-spl.bin.normal.out /mnt/ 118 sudo cp u-boot.itb /mnt/ 119 sudo cp Image.gz /mnt/ 120 sudo cp initramfs.cpio.gz /mnt/ 121 sudo cp jh7110-starfive-visionfive-2-v1.3b.dtb /mnt/ 122 sudo umount /mnt
|
| /u-boot/fs/ubifs/ |
| A D | ubifs.h | 425 struct vfsmount *mnt; member 432 #define f_vfsmnt f_path.mnt 2355 int ubifs_getattr(struct vfsmount *mnt, struct dentry *dentry,
|
| /u-boot/doc/usage/fit/ |
| A D | beaglebone_vboot.rst | 510 …sudo mount $UDEV /mnt/tmp && sudo cp $UOUT/u-boot-dtb.img /mnt/tmp/u-boot.img && sleep 1 && sudo … 511 …sudo mount $KDEV /mnt/tmp && sudo cp $WORK/image.fit /mnt/tmp/boot/image.fit && sleep 1 && sudo um…
|
| /u-boot/board/qualcomm/dragonboard820c/ |
| A D | readme.txt | 89 $ cp uImage /mnt/boot/ 90 $ cp apq8096-db820c.dtb /mnt/boot/
|
| /u-boot/doc/develop/driver-model/ |
| A D | virtio.rst | 178 <DIR> 4096 mnt
|
| /u-boot/arch/arm/dts/ |
| A D | Makefile | 1007 imx8mq-mnt-reform2.dtb \
|
| /u-boot/doc/arch/ |
| A D | x86.rst | 164 <DIR> 4096 mnt
|
Completed in 39 milliseconds