Home
last modified time | relevance | path

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

12

/rk3399_rockchip-uboot/board/boundary/nitrogen6x/
H A D6x_upgrade.txt2 echo "check U-Boot" ;
5 echo "read $filesize bytes from SD card" ;
8 echo "probed SPI ROM" ;
11 echo "------- U-Boot versions match" ;
13 echo "Need U-Boot upgrade" ;
14 echo "Program in 5 seconds" ;
16 echo $n ;
19 echo "erasing" ;
22 echo "programming" ;
24 echo "verifying" ;
[all …]
H 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"
H 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"
H 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"
/rk3399_rockchip-uboot/board/hisilicon/hikey/
H 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..."
/rk3399_rockchip-uboot/
H A DKbuild20 echo "#ifndef $2"; \
21 echo "#define $2"; \
22 echo "/*"; \
23 echo " * DO NOT MODIFY."; \
24 echo " *"; \
25 echo " * This file was generated by Kbuild"; \
26 echo " */"; \
27 echo ""; \
29 echo ""; \
30 echo "#endif" )
H A Dusb_update.txt2 echo "this is usb update script!"
/rk3399_rockchip-uboot/board/samsung/common/bootscripts/
H 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: \$boardname is undefined!;
78 echo Found kernel image: Image.itb;
82 echo Found kernel image: zImage;
86 echo Found kernel image: uImage;
H A Dbootzimg.cmd7 echo Warning! Booting without DTB: '${fdtfile}'!;
/rk3399_rockchip-uboot/scripts/
H A DKbuild.include30 # Escape single quote for use in echo statements
36 quiet_kecho := echo
44 # echo $KERNELRELEASE
80 echo $(c); \
96 then echo "$(2)"; \
97 else echo "$(3)"; \
136 cc-name = $(shell $(CC) -v 2>&1 | grep -q "clang version" && echo clang || echo gcc)
147 cc-ifversion = $(shell [ $(cc-version) $(1) $(2) ] && echo $(3) || echo $(4))
174 ld-ifversion = $(shell [ $(ld-version) $(1) $(2) ] && echo $(3) || echo $(4))
216 # echo command.
[all …]
/rk3399_rockchip-uboot/configs/
H A Daxm_defconfig18echo;echo Type 'run flash_self' to use kernel and root filesystem on memory;echo Type 'run flash_n…
/rk3399_rockchip-uboot/net/
H A Dping.c37 icmp->un.echo.id = 0; in set_icmp_header()
38 icmp->un.echo.sequence = htons(ping_seq_number++); in set_icmp_header()
/rk3399_rockchip-uboot/cmd/
H A Decho.c52 echo, CONFIG_SYS_MAXARGS, 1, do_echo,
H A DKconfig1068 bool "echo"
/rk3399_rockchip-uboot/board/freescale/m52277evb/
H A DREADME200 echo - echo args to console
/rk3399_rockchip-uboot/doc/
H A DREADME.m54418twr206 echo - echo args to console
H A DREADME.chromium78 echo test >dummy.txt
180 echo test >dummy.txt
H A DREADME.gpt211 U-BOOT> if test $? = 0; then echo "GPT OK"; else echo "GPT ERR"; fi
H A DREADME.imx669 => echo ${ethaddr}
H A DREADME.x861087 with a Linux kernel, simply run "echo mem > /sys/power/state" and kernel will
/rk3399_rockchip-uboot/board/freescale/m547xevb/
H A DREADME229 echo - echo args to console
/rk3399_rockchip-uboot/include/
H A Dnet.h465 } echo; member
/rk3399_rockchip-uboot/board/freescale/m5373evb/
H A DREADME210 echo - echo args to console
/rk3399_rockchip-uboot/board/freescale/m54455evb/
H A DREADME292 echo - echo args to console
/rk3399_rockchip-uboot/board/sandbox/
H A DREADME.sandbox336 $> echo -e "label: gpt\n,64M,U\n,,L" | /usr/sbin/sgdisk ./disk.raw

12