Home
last modified time | relevance | path

Searched refs:rootfs (Results 1 – 25 of 171) sorted by relevance

1234567

/u-boot/board/keymile/scripts/
A DREADME7 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 Dramfs-common.txt1 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 Dnokia_rx51_test.sh102 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 Dapf27_defconfig16 …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 Dat91sam9rlek_nandflash_defconfig18 …nv_redundant),256k(spare),512k(dtb),6M(kernel)ro,-(rootfs) rootfstype=ubifs ubi.mtd=7 root=ubi0:ro…
A Dat91sam9x5ek_dataflash_defconfig20 …(env_redundant),256k(env),512k(dtb),6M(kernel)ro,-(rootfs) rootfstype=ubifs ubi.mtd=6 root=ubi0:ro…
A Dat91sam9x5ek_nandflash_defconfig18 …(env_redundant),256k(env),512k(dtb),6M(kernel)ro,-(rootfs) rootfstype=ubifs ubi.mtd=6 root=ubi0:ro…
A Dat91sam9x5ek_spiflash_defconfig20 …(env_redundant),256k(env),512k(dtb),6M(kernel)ro,-(rootfs) rootfstype=ubifs ubi.mtd=6 root=ubi0:ro…
A Dsama5d36ek_cmp_nandflash_defconfig20 …(env_redundant),256k(env),512k(dtb),6M(kernel)ro,-(rootfs) rootfstype=ubifs ubi.mtd=6 root=ubi0:ro…
A Dsama5d36ek_cmp_spiflash_defconfig22 …(env_redundant),256k(env),512k(dtb),6M(kernel)ro,-(rootfs) rootfstype=ubifs ubi.mtd=6 root=ubi0:ro…
A Dsam9x60ek_nandflash_defconfig18 …env_redundant),256k(env),512k(dtb),6M(kernel)ro,-(rootfs) rootfstype=ubifs ubi.mtd=12 root=ubi0:ro…
A Dsama5d2_ptc_ek_nandflash_defconfig21 …(env_redundant),256k(env),512k(dtb),6M(kernel)ro,-(rootfs) rootfstype=ubifs ubi.mtd=6 root=ubi0:ro…
A Dsama5d3_xplained_nandflash_defconfig27 …(env_redundant),256k(env),512k(dtb),6M(kernel)ro,-(rootfs) rootfstype=ubifs ubi.mtd=6 root=ubi0:ro…
A Dsam9x60ek_qspiflash_defconfig19 …env_redundant),256k(env),512k(dtb),6M(kernel)ro,-(rootfs) rootfstype=ubifs ubi.mtd=12 root=ubi0:ro…
A Dsama5d3xek_nandflash_defconfig27 …(env_redundant),256k(env),512k(dtb),6M(kernel)ro,-(rootfs) rootfstype=ubifs ubi.mtd=6 root=ubi0:ro…
A Dsama5d4_xplained_nandflash_defconfig27 …(env_redundant),256k(env),512k(dtb),6M(kernel)ro,-(rootfs) rootfstype=ubifs ubi.mtd=6 root=ubi0:ro…
/u-boot/arch/arm/dts/
A Dsama5d3xcm.dtsi14 bootargs = "rootfstype=ubifs ubi.mtd=5 root=ubi0:rootfs";
107 rootfs@800000 {
108 label = "rootfs";
A Dat91sam9x5cm.dtsi69 rootfs@800000 {
70 label = "rootfs";
A Dsama5d3xcm_cmp.dtsi13 bootargs = "rootfstype=ubifs ubi.mtd=5 root=ubi0:rootfs";
150 rootfs@800000 {
151 label = "rootfs";
A Dat91sam9261ek.dts16 bootargs = "rootfstype=ubifs ubi.mtd=5 root=ubi0:rootfs rw";
102 rootfs@800000 {
103 label = "rootfs";
A Dat91sam9rlek.dts16 bootargs = "rootfstype=ubifs root=ubi0:rootfs ubi.mtd=5 rw";
98 rootfs@800000 {
99 label = "rootfs";
A Dr7s72100-gr-peach.dts47 rootfs@600000 {
48 label = "rootfs";
/u-boot/board/gateworks/gw_ventana/
A DREADME100 - 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 Dtaurus.c349 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 DREADME238 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.

Completed in 138 milliseconds

1234567