/u-boot/board/keymile/scripts/ |
A D | README | 7 run develop : setup environment to configure for rootfs via nfs 8 run ramfs : setup environment to configure for rootfs in ram 14 This file defines variables for working with rootfs via nfs for powerpc and 19 This file defines architecture specific variables for working with rootfs via 25 This file defines variables for working with rootfs inside the ram for powerpc 30 This file defines architecture specific variables for working with rootfs inside
|
A D | ramfs-common.txt | 1 addramfs=setenv bootargs "${bootargs} phram.phram=rootfs${boot_bank},${rootfsaddr},${rootfssize}" 15 …ze.txt; then env import -t ${load_addr_r} ${filesize}; else echo no auto rootfs size; echo you can…
|
/u-boot/test/ |
A D | nokia_rx51_test.sh | 102 mkdir -p rootfs 103 mkdir -p rootfs/dev/ 104 mkdir -p rootfs/bin/ 105 mkdir -p rootfs/sbin/ 106 mkdir -p rootfs/lib/ 114 test -f rootfs/bin/sh || ln -sf busybox rootfs/bin/sh 115 test -f rootfs/sbin/poweroff || ln -sf ../bin/busybox rootfs/sbin/poweroff 116 cat > rootfs/sbin/preinit << EOF 123 chmod +x rootfs/sbin/preinit 127 [rootfs] [all …]
|
/u-boot/configs/ |
A D | apf27_defconfig | 16 …2K(env),512K(env2),512K(firmware),512K(dtb),5M(kernel),-(rootfs) ubi.mtd=rootfs root=ubi0:rootfs r… 42 …tdparts=mxc_nand.0:1M(u-boot)ro,512K(env),512K(env2),512K(firmware),512K(dtb),5M(kernel),-(rootfs)"
|
A D | at91sam9rlek_nandflash_defconfig | 18 …nv_redundant),256k(spare),512k(dtb),6M(kernel)ro,-(rootfs) rootfstype=ubifs ubi.mtd=7 root=ubi0:ro…
|
A D | at91sam9x5ek_dataflash_defconfig | 20 …(env_redundant),256k(env),512k(dtb),6M(kernel)ro,-(rootfs) rootfstype=ubifs ubi.mtd=6 root=ubi0:ro…
|
A D | at91sam9x5ek_nandflash_defconfig | 18 …(env_redundant),256k(env),512k(dtb),6M(kernel)ro,-(rootfs) rootfstype=ubifs ubi.mtd=6 root=ubi0:ro…
|
A D | at91sam9x5ek_spiflash_defconfig | 20 …(env_redundant),256k(env),512k(dtb),6M(kernel)ro,-(rootfs) rootfstype=ubifs ubi.mtd=6 root=ubi0:ro…
|
A D | sama5d36ek_cmp_nandflash_defconfig | 20 …(env_redundant),256k(env),512k(dtb),6M(kernel)ro,-(rootfs) rootfstype=ubifs ubi.mtd=6 root=ubi0:ro…
|
A D | sama5d36ek_cmp_spiflash_defconfig | 22 …(env_redundant),256k(env),512k(dtb),6M(kernel)ro,-(rootfs) rootfstype=ubifs ubi.mtd=6 root=ubi0:ro…
|
A D | sam9x60ek_nandflash_defconfig | 18 …env_redundant),256k(env),512k(dtb),6M(kernel)ro,-(rootfs) rootfstype=ubifs ubi.mtd=12 root=ubi0:ro…
|
A D | sama5d2_ptc_ek_nandflash_defconfig | 21 …(env_redundant),256k(env),512k(dtb),6M(kernel)ro,-(rootfs) rootfstype=ubifs ubi.mtd=6 root=ubi0:ro…
|
A D | sama5d3_xplained_nandflash_defconfig | 27 …(env_redundant),256k(env),512k(dtb),6M(kernel)ro,-(rootfs) rootfstype=ubifs ubi.mtd=6 root=ubi0:ro…
|
A D | sam9x60ek_qspiflash_defconfig | 19 …env_redundant),256k(env),512k(dtb),6M(kernel)ro,-(rootfs) rootfstype=ubifs ubi.mtd=12 root=ubi0:ro…
|
A D | sama5d3xek_nandflash_defconfig | 27 …(env_redundant),256k(env),512k(dtb),6M(kernel)ro,-(rootfs) rootfstype=ubifs ubi.mtd=6 root=ubi0:ro…
|
A D | sama5d4_xplained_nandflash_defconfig | 27 …(env_redundant),256k(env),512k(dtb),6M(kernel)ro,-(rootfs) rootfstype=ubifs ubi.mtd=6 root=ubi0:ro…
|
/u-boot/arch/arm/dts/ |
A D | sama5d3xcm.dtsi | 14 bootargs = "rootfstype=ubifs ubi.mtd=5 root=ubi0:rootfs"; 107 rootfs@800000 { 108 label = "rootfs";
|
A D | at91sam9x5cm.dtsi | 69 rootfs@800000 { 70 label = "rootfs";
|
A D | sama5d3xcm_cmp.dtsi | 13 bootargs = "rootfstype=ubifs ubi.mtd=5 root=ubi0:rootfs"; 150 rootfs@800000 { 151 label = "rootfs";
|
A D | at91sam9261ek.dts | 16 bootargs = "rootfstype=ubifs ubi.mtd=5 root=ubi0:rootfs rw"; 102 rootfs@800000 { 103 label = "rootfs";
|
A D | at91sam9rlek.dts | 16 bootargs = "rootfstype=ubifs root=ubi0:rootfs ubi.mtd=5 rw"; 98 rootfs@800000 { 99 label = "rootfs";
|
A D | r7s72100-gr-peach.dts | 47 rootfs@600000 { 48 label = "rootfs";
|
/u-boot/board/gateworks/gw_ventana/ |
A D | README | 100 - rootfs: the rest 132 # create a partition table with a single rootfs partition starting at 1MB 139 sudo tar xvf rootfs.tar.gz -C /media/root 150 - rootfs : 1MB- 211 using rootfs (ubi), kernel (uImage), and dtb from the network: 216 # flash rootfs (at 28MB) 218 nand erase.part rootfs && nand write ${loadaddr} rootfs ${filesize} 229 # set kernel args for the console and rootfs (used by spl export) 286 sudo tar xvf rootfs.tar.gz -C /media/root 294 # load device-tree from rootfs [all …]
|
/u-boot/board/siemens/taurus/ |
A D | taurus.c | 349 char *rootfs = NULL; in upgrade_failure_fallback() local 367 rootfs = env_get("rootfs"); in upgrade_failure_fallback() 370 env_set("rootfs_fallback", rootfs); in upgrade_failure_fallback()
|
/u-boot/board/ti/am65x/ |
A D | README | 238 To create a software partition for the rootfs, the following command can be 249 0x1400+----------------------------------+ | rootfs | 259 Kernel image and DT are expected to be present in the /boot folder of rootfs. 308 | ospi.rootfs(UBIFS) | 313 ospi.rootfs just like in SD card case. U-Boot looks for UBI volume named 314 "rootfs" for rootfs.
|