Home
last modified time | relevance | path

Searched refs:script (Results 1 – 25 of 70) sorted by relevance

123

/rk3399_rockchip-uboot/
H A Dusb_update.txt1 # script file start
2 echo "this is usb update script!"
4 % script file end
/rk3399_rockchip-uboot/doc/SPL/
H A DREADME.am335x-network20 script after boot:
79 1. Write debrick script. You will need to write a script that will
81 can use usual U-Boot commands from this script: tftp to load additional
84 2. Create script image from your script. From U-Boot build directory:
86 $ ./tools/mkimage -A arm -O U-Boot -C none -T script -d <your script> debrick.scr
88 This will create debrick.scr file with your script inside.
91 there all the files your script tries to load via TFTP. Example script
95 4. Boot the board from the network, U-Boot will load debrick script
/rk3399_rockchip-uboot/test/py/
H A DREADME.md6 console interface. A single top-level script exists to execute or attach to the
7 U-Boot console, run the entire script of tests against it, and summarize the
10 - Testing is performed in the same way a user or script would interact with
32 The test script supports either:
44 can use the Python `virtualenv` script to locally install more up-to-date
71 running the test script.
73 The test script will attach to U-Boot, execute all valid tests for the board,
123 not interpreted by the test script in any way, but rather is simply passed
126 - `--build` indicates that the test script should compile U-Boot itself
141 test.py script passes all command-line arguments directly to `pytest` for
[all …]
/rk3399_rockchip-uboot/tools/kermit/
H A DREADME26 "kermit" script to automatically initialize the environment
38 "kermit" script to send a U-Boot command and print the
48 "kermit" script to automatically download a file to the
/rk3399_rockchip-uboot/cmd/
H A Dscript_update.c76 char *next_line, *script, *buf; in do_script() local
96 script = buf; in do_script()
98 while ((next_line = script_next_line(&script)) != NULL) { in do_script()
246 script, 2, 1, do_script,
/rk3399_rockchip-uboot/tools/scripts/
H A Ddefine2mk.sed2 # Sed script to parse CPP macros and generate output usable by make
4 # It is expected that this script is fed the output of 'gpp -dM'
/rk3399_rockchip-uboot/lib/lzma/
H A DREADME.txt7 The import is made using the import_lzmasdk.sh script that:
17 Notice: The files from lzma sdk are _not modified_ by this script!
/rk3399_rockchip-uboot/doc/
H A DREADME.NetConsole28 On the host side, please use this script to access the console:
32 The script uses netcat to talk to the board over UDP. It requires you to
34 script can be interrupted by pressing ^T (CTRL-T).
39 you can just remove the -p option from the script.
45 has CONFIG_NETCONSOLE defined. If the netconsole script can find it
H A DREADME.ti-secure34 Within the SECDEV package exists an image creation script:
40 the purpose of this script is to abstract these details as much as
43 The script is basically the only required interface to the TI SECDEV
46 Invoking the script for AM33xx Secure Devices
78 Invoking the script for AM43xx Secure Devices
108 Invoking the script for DRA7xx/AM57xx Secure Devices
136 Invoking the script for Keystone2 Secure Devices
186 SECDEV package. Within the SECDEV package exists a script to process
193 SOCs from TI, this script in the SECDEV package abstracts these
194 details. This script is essentially the only required interface to the
[all …]
H A DREADME.link-local46 Example script
49 This script allows use of DHCP and/or Link-local controlled
H A DREADME.nokia_rx5155 * run scriptload - Load boot script ${mmcscriptfile}
56 * run scriptboot - Run loaded boot script
62 * run trymmcscriptboot - Try to load and boot script ${mmcscriptfile}
/rk3399_rockchip-uboot/board/freescale/mx35pdk/
H A DREADME17 Delivered Redboot script to start the kernel
20 In redboot the following script is stored:
30 To change the script in redboot:
66 Here the resulting script to be defined in RedBoot with fconfig:
/rk3399_rockchip-uboot/test/
H A DREADME57 test/fs - File system test (shell script)
58 test/image - FIT and legacy image tests (shell script and Python)
59 test/stdint - A test that stdint.h can be used in U-Boot (shell script)
60 trace - Test for the tracing feature (shell script)
/rk3399_rockchip-uboot/scripts/kconfig/lxdialog/
H A DBIG.FAT.WARNING3 kernel configuration script. Please do not bother Savio Lam with
/rk3399_rockchip-uboot/board/boundary/nitrogen6x/
H A DREADME25 to look for and source a boot script named '6x_bootscript'
41 upgradeu - look and source a boot script named
89 along with a binary version of the boot script 6x_upgrade.txt,
/rk3399_rockchip-uboot/board/samsung/common/bootscripts/
H A Dautoboot.cmd1 # This is an example file to generate boot.scr - a boot script for U-Boot
3 # ./tools/mkimage -c none -A arm -T script -d autoboot.cmd boot.scr
/rk3399_rockchip-uboot/board/qualcomm/dragonboard410c/
H A Du-boot.lds2 * Override linker script for fastboot-readable images
/rk3399_rockchip-uboot/arch/x86/lib/
H A Delf_x86_64_efi.lds2 * U-Boot EFI linker script
H A Delf_ia32_efi.lds2 * U-Boot EFI linker script
/rk3399_rockchip-uboot/arch/arm/lib/
H A Delf_arm_efi.lds2 * U-Boot ARM EFI linker script
H A Delf_aarch64_efi.lds2 * U-Boot aarch64 EFI linker script
/rk3399_rockchip-uboot/board/cobra5272/bdm/
H A Dcobra5272_uboot.gdb2 # GDB Init script for the Coldfire 5272 processor.
4 # The main purpose of this script is to configure the
/rk3399_rockchip-uboot/tools/patman/
H A DREADME9 This tool is a Python script which:
18 since it uses the checkpatch.pl script.
45 - Each branch tracks the upstream branch, so that this script can
47 - Check out a branch, and run this script to create and send out your
164 To make this script useful you must add tags like the following into any
232 tag to the relevant commit and the script will include it when
248 to update the log there and then, knowing that the script will
476 This script has been split into sensible files but still needs work.
/rk3399_rockchip-uboot/board/lego/ev3/
H A DREADME14 is, it will run the script and boot the kernel from the uImage file also in
/rk3399_rockchip-uboot/arch/arm/dts/
H A Dimx53.dtsi94 fsl,sdma-ram-script-name = "imx/sdma/sdma-imx53.bin";

123