Home
last modified time | relevance | path

Searched refs:echo (Results 1 – 25 of 59) sorted by relevance

123

/u-boot/board/boundary/nitrogen6x/
A D6x_upgrade.txt2 echo "check U-Boot" ;
8 echo "probed SPI ROM" ;
13 echo "Need U-Boot upgrade" ;
14 echo "Program in 5 seconds" ;
16 echo $n ;
19 echo "erasing" ;
22 echo "programming" ;
24 echo "verifying" ;
31 echo "Read verification error" ;
34 echo "Error re-reading EEPROM" ;
[all …]
A D6x_bootscript.txt9 echo "------ no HDMI monitor";
22 echo "------ no Freescale display";
34 echo "------ no 1024x600 display";
46 echo "------ no 800x480 display";
63 echo "Error loading kernel image"
A D6x_bootscript_android.txt18 echo "------ no Freescale display";
30 echo "------ no 1024x600 display";
42 echo "------ no 800x480 display";
54 echo "------ no HDMI monitor";
64 echo "Error loading kernel image"
A D6x_bootscript_android_recovery.txt18 echo "------ no Freescale display";
30 echo "------ no 1024x600 display";
42 echo "------ no 800x480 display";
54 echo "------ no HDMI monitor";
64 echo "Error loading kernel image"
/u-boot/doc/usage/
A Decho.rst1 echo command
9 echo [-n] [args ...]
14 The echo command prints its arguments to the console separated by spaces.
26 Strings are parsed before the arguments are passed to the echo command:
30 => echo "a" 'b' c
38 => setenv var X; echo "a)" ${var} 'b)' '${var}' c) ${var}
47 => echo -n 1 2 3; echo a b c
49 => echo -n 1 2 3
56 => for i in a b c; do for j in 1 2 3; do echo -n "${i}${j}, "; done; echo; done;
A Dexit.rst19 => setenv inner 'echo entry inner; exit; echo inner done'
20 => setenv outer 'echo entry outer; run inner; echo outer done'
32 => echo first; exit; echo last
A Dfor.rst35 => for c in 1 2 3; do echo item ${c}; done
39 => echo ${c}
42 => for c in 1 2 3; do echo item ${c}; done
62 => for i in true false; do ${i}; done; echo $?
64 => for i in false true; do ${i}; done; echo $?
A Dfalse.rst21 => false; echo $?
A Dtrue.rst21 => true; echo $?
A Dindex.rst25 echo
/u-boot/board/hisilicon/hikey/
A Dbuild-tf.mak13 @echo "**** Common Makefile ****"
14 @echo "example:"
15 @echo "make -f build-tf.mak build"
19 @echo -n "Check that $(CROSS_COMPILE)gcc is available..."
22 echo "ERROR: cross-compiler $(CROSS_COMPILE)gcc not in PATH=$$PATH!" ; \
23 echo "ABORTING." ; \
26 echo "OK" ;\
30 @echo "Build TF for Hikey..."
38 @echo "Copy resulting binaries..."
/u-boot/board/samsung/common/bootscripts/
A Dautoboot.cmd23 echo Warning! Booting without DTB: '${fdtfile}'!;
30 echo "Found ramdisk image.";
34 echo Warning! Booting without RAMDISK: '${initrdname}'!;
48 echo Warning! Variable: \$board_name is undefined!;
78 echo Found kernel image: Image.itb;
82 echo Found kernel image: zImage;
86 echo Found kernel image: uImage;
/u-boot/board/freescale/imx8mm_evk/
A Dboot.cmd8 echo Load image and .dtb from SD card(mmc1);
18 echo Load image and .dtb from eMMC(mmc2);
28 echo Load image and .dtb from net(dhcp);
/u-boot/scripts/
A DKbuild.include37 quiet_kecho := echo
45 # echo $KERNELRELEASE
96 then echo "$(2)"; \
97 else echo "$(3)"; \
140 cc-name = $(shell $(CC) -v 2>&1 | grep -q "clang version" && echo clang || echo gcc)
151 cc-ifversion = $(shell [ $(cc-version) $(1) $(2) ] && echo $(3) || echo $(4))
176 ld-ifversion = $(shell [ $(ld-version) $(1) $(2) ] && echo $(3) || echo $(4))
218 # echo command.
220 echo-cmd = $(if $($(quiet)cmd_$(1)),\
221 echo ' $(call escsq,$($(quiet)cmd_$(1)))$(echo-why)';)
[all …]
A DKconfig.include15 if-success = $(shell,{ $(1); } >/dev/null 2>&1 && echo "$(2)" || echo "$(3)")
/u-boot/board/intel/edison/
A Dedison-environment.txt15 …tries} || itest.b ${ota_update_retry} -gt ${ota_update_max_retries}; then echo "Switch to Rescue t…
20 do_partition=if itest.b ${do_partition_done} -eq 1; then echo "Partitioning already done..."; else …
21 do_force_partition=echo "Partitioning using GPT"; gpt write mmc 0 ${partitions} ; mmc rescan; seten…
23 do_flash_os=if itest.b ${do_flash_os_done} -eq 1 ; then echo "Flashing already done..." ; else run …
28 bootcmd=echo "Target:${target_name}"; run do_partition; run do_handle_bootargs_mode;
31 do_fallback=echo "Unknown boot mode: $bootargs_mode"; env delete -f bootargs_mode; saveenv; echo "R…
/u-boot/configs/
A Dsocrates_defconfig14 CONFIG_PREBOOT="echo;echo Welcome on the ABB Socrates Board;echo"
A DMPC8349EMDS_PCI64_defconfig90 CONFIG_PREBOOT="echo;echo Type \"run flash_nfs\" to mount root filesystem over NFS;echo"
A DMPC8349EMDS_SLAVE_defconfig90 CONFIG_PREBOOT="echo;echo Type \"run flash_nfs\" to mount root filesystem over NFS;echo"
A DMPC8349EMDS_defconfig91 CONFIG_PREBOOT="echo;echo Type \"run flash_nfs\" to mount root filesystem over NFS;echo"
/u-boot/board/freescale/imx8mp_evk/
A Dboot.cmd8 echo Load image and .dtb from SD card(mmc1);
18 echo Load image and .dtb from eMMC(mmc2);
/u-boot/board/keymile/scripts/
A Ddevelop-common.txt12 ….txt; then env import -t ${load_addr_r} ${filesize}; else echo no auto nfs path imported; echo you…
A Dramfs-common.txt15 …ize.txt; then env import -t ${load_addr_r} ${filesize}; else echo no auto rootfs size; echo you ca…
/u-boot/net/
A Dping.c34 icmp->un.echo.id = 0; in set_icmp_header()
35 icmp->un.echo.sequence = htons(ping_seq_number++); in set_icmp_header()
/u-boot/cmd/
A Decho.c39 echo, CONFIG_SYS_MAXARGS, 1, do_echo,

Completed in 12 milliseconds

123