| /rk3399_rockchip-uboot/board/boundary/nitrogen6x/ |
| H A D | 6x_upgrade.txt | 2 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 D | 6x_bootscript_android.txt | 18 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 D | 6x_bootscript.txt | 9 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 D | 6x_bootscript_android_recovery.txt | 18 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 D | build-tf.mak | 13 @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 D | Kbuild | 20 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 D | usb_update.txt | 2 echo "this is usb update script!"
|
| /rk3399_rockchip-uboot/board/samsung/common/bootscripts/ |
| H A D | autoboot.cmd | 23 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 D | bootzimg.cmd | 7 echo Warning! Booting without DTB: '${fdtfile}'!;
|
| /rk3399_rockchip-uboot/scripts/ |
| H A D | Kbuild.include | 30 # 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 D | axm_defconfig | 18 …echo;echo Type 'run flash_self' to use kernel and root filesystem on memory;echo Type 'run flash_n…
|
| /rk3399_rockchip-uboot/net/ |
| H A D | ping.c | 37 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 D | echo.c | 52 echo, CONFIG_SYS_MAXARGS, 1, do_echo,
|
| H A D | Kconfig | 1068 bool "echo"
|
| /rk3399_rockchip-uboot/board/freescale/m52277evb/ |
| H A D | README | 200 echo - echo args to console
|
| /rk3399_rockchip-uboot/doc/ |
| H A D | README.m54418twr | 206 echo - echo args to console
|
| H A D | README.chromium | 78 echo test >dummy.txt 180 echo test >dummy.txt
|
| H A D | README.gpt | 211 U-BOOT> if test $? = 0; then echo "GPT OK"; else echo "GPT ERR"; fi
|
| H A D | README.imx6 | 69 => echo ${ethaddr}
|
| H A D | README.x86 | 1087 with a Linux kernel, simply run "echo mem > /sys/power/state" and kernel will
|
| /rk3399_rockchip-uboot/board/freescale/m547xevb/ |
| H A D | README | 229 echo - echo args to console
|
| /rk3399_rockchip-uboot/include/ |
| H A D | net.h | 465 } echo; member
|
| /rk3399_rockchip-uboot/board/freescale/m5373evb/ |
| H A D | README | 210 echo - echo args to console
|
| /rk3399_rockchip-uboot/board/freescale/m54455evb/ |
| H A D | README | 292 echo - echo args to console
|
| /rk3399_rockchip-uboot/board/sandbox/ |
| H A D | README.sandbox | 336 $> echo -e "label: gpt\n,64M,U\n,,L" | /usr/sbin/sgdisk ./disk.raw
|