Searched refs:script (Results 1 – 25 of 151) sorted by relevance
1234567
8 default = "script-1";10 script-1 {12 type = "script";17 script-2 {19 type = "script";24 not-a-script {36 script = "script-1";40 script = "script-2";
19 Two formats for script files exist:63 script-1 {69 script-2 {80 script = "script-1";84 script = "script-2";122 => source ':script-1'140 script {155 echo Hello from a script162 mkimage -T script -n 'Test script' -d boot.txt boot.scr172 Hello from a script[all …]
29 As example file to be transferred we use a script printing 'hello s-record'.34 $ echo 'echo hello s-record' > script.txt35 $ mkimage -T script -d script.txt script.scr44 $ srec_cat script.scr -binary -CRLF -Output script.srec45 $ echo -e "S9030000FC\r" >> script.srec46 $ cat script.srec66 file transfer. The loaded script is executed using the *source* command.73 *** file: script.srec74 $ cat script.srec83 ## Executing script at 4fc00000
14 The exit command terminates a script started via the run or source command.15 If scripts are nested, only the innermost script is left.27 When executed outside a script a warning is written. Following commands are not
72 @script:python depends on org@78 @script:python depends on report@95 @script:ocaml depends on s@115 @script:ocaml@170 @script:python depends on org@176 @script:python depends on org@182 @script:python depends on report@188 @script:python depends on report@231 @script:python depends on org@237 @script:python depends on report@
20 script after boot:79 1. Write debrick script. You will need to write a script that will81 can use usual U-Boot commands from this script: tftp to load additional84 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.scr88 This will create debrick.scr file with your script inside.91 there all the files your script tries to load via TFTP. Example script95 4. Boot the board from the network, U-Boot will load debrick script
8 console interface. A single top-level script exists to execute or attach to the9 U-Boot console, run the entire script of tests against it, and summarize the12 - Testing is performed in the same way a user or script would interact with59 The test script supports either:117 running the test script.304 This script provides access to the U-Boot console. The script's stdin/stdout326 suite calls this hook script for that purpose.345 hook script appropriately.353 Whenever the test suite needs to reset the target board, this script is398 machine running the test script.[all …]
39 @script:python depends on context@57 @script:python depends on patch@83 @script:python depends on org@93 @script:python depends on report@
43 script:97 script:108 script:121 script:132 script:143 script:155 script:161 script:170 script:180 script:[all …]
23 - script: |29 - script: |32 - script: |49 - script: |88 - script: |125 - script: |136 - script: |147 - script: |155 - script: |189 - script: |[all …]
24 "kermit" script to automatically initialize the environment36 "kermit" script to send a U-Boot command and print the46 "kermit" script to automatically download a file to the
1 # This is an example file to generate boot.scr - a boot script for U-Boot5 # ./tools/mkimage -c none -A arm -T script -d qspiboot.cmd boot.scr
1 # This is an example file to generate boot.scr - a boot script for U-Boot5 # ./tools/mkimage -c none -A arm -T script -d sdboot.cmd boot.scr
14 $(Q)tools/mkimage -T script -C none -n 'uboot update script' \28 $(Q)tools/mkimage -T script -C none -n 'uboot update script' \
46 @script:python depends on org@52 @script:python depends on report@
7 The import is made using the import_lzmasdk.sh script that:17 Notice: The files from lzma sdk are _not modified_ by this script!
2 # Sed script to parse CPP macros and generate output usable by make4 # It is expected that this script is fed the output of 'gpp -dM'
11 args = "-T script";
11 args = "-n test -T script";
12 args = "-T script";
Completed in 61 milliseconds