Searched refs:run (Results 1 – 25 of 348) sorted by relevance
12345678910>>...14
22 do_flash_ifwi=run do_dfu_alt_info_ifwi ; dfu 0 mmc 0 $dfu_to_sec25 do_flashall=run do_partition;run do_flash_ifwi;run do_flash_os26 do_dnx=setenv dfu_alt_info ${dfu_alt_info_ram};dfu 0 ram 0 ram;run bootcmd27 init_dfu=run do_dfu_alt_info_mmc ; saveenv28 bootcmd=echo "Target:${target_name}"; run do_partition; run do_handle_bootargs_mode;29 …run do_preprocess_bootargs_mode; if itest.s $bootargs_mode == "ota" ; then run do_ota; fi; if ites…32 do_boot=run boot_target_cmd;33 do_flash=run do_force_flash_os;40 do_ota=run do_ota_init ; run do_load_ota_scr ; run do_source_ota_scr ; run do_ota_clean47 do_probe_dfu=run do_dfu_alt_info_mmc ; dfu 0 mmc 0 $dfu_to_sec[all …]
51 run mmcargs;52 run miscadj;65 run mmcargs;66 run miscadj;67 run boot_fitImage;79 run nfsargs;80 run addip;81 run nfsadj;94 run bootcmd;97 run boot_nfs;[all …]
20 run loaddtb;31 run loadinitrd;57 run check_dtb;66 run check_dtb;71 run loadkernel;72 run kernel_args;79 run setboot_fit;80 run boot_img;84 run boot_img;88 run boot_img;[all …]
1 altbootcmd=run ${subbootcmds}2 bootcmd=run ${subbootcmds}3 configure=run set_uimage; run set_tftppath; km_setboardid && run try_import_nfs_path && saveenv && …6 tftpfdt=if run set_fdthigh || test ${arch} != arm; then if tftpboot ${fdt_addr_r} ${tftppath}/fdt_0…
3 altbootcmd=run ${subbootcmds}4 bootcmd=run ${subbootcmds}8 configure=run set_uimage; run set_tftppath; km_setboardid && run try_import_rootfssize && saveenv &…10 tftpfdt=if run set_fdthigh || test ${arch} != arm; then if tftpboot ${fdt_addr_r} ${tftppath}/fdt_0…
10 …COMMAND="if test ${boot_fit} -eq 1; then run update_to_fit; fi; run findfdt; run init_console; run…
14 …COMMAND="if test ${boot_fit} -eq 1; then run update_to_fit; fi; run findfdt; run init_console; run…
19 …COMMAND="if test ${boot_fit} -eq 1; then run update_to_fit; fi; run findfdt; run init_console; run…
32 …TCOMMAND="run findfdt; run envboot; run init_${boot}; run boot_rprocs; run get_kern_${boot}; run g…
22 CONFIG_BOOTCOMMAND="run fatscript; run mmcload; run linux_qspi_enable; run mmcboot"
24 CONFIG_BOOTCOMMAND="run fatscript; run mmcload; run linux_qspi_enable; run mmcboot"
24 CONFIG_BOOTCOMMAND="run fatscript; run mmcfitload; run linux_qspi_enable; run mmcfitboot"
19 CONFIG_BOOTCOMMAND="mmc rescan; if run bootcmd_up1; then run bootcmd_up2; else run bootcmd_mmc || r…21 CONFIG_PREBOOT="echo PCI:; pci enum; pci 1; usb start; if hdmidet; then run set_con_hdmi; else run …
17 …COMMAND="if test ${boot_fit} -eq 1; then run update_to_fit; fi; run findfdt; run init_console; run…
33 …TCOMMAND="run findfdt; run envboot; run init_${boot}; run boot_rprocs; run get_kern_${boot}; run g…
33 CONFIG_BOOTCOMMAND="run findfdt; run envboot; run init_${boot}; run boot_rprocs; run get_fit_${boot…
12 …COMMAND="if test ${boot_fit} -eq 1; then run update_to_fit; fi; run findfdt; run init_console; run…
16 …COMMAND="if test ${boot_fit} -eq 1; then run update_to_fit; fi; run findfdt; run init_console; run…
157 setenv boot_ext2_ext2 'run load_rd_ext2; run load_kernel_ext2; run addmisc; bootm ${load_addr}'158 setenv boot_ext2_flash 'run load_rd_ext2; run addmisc; bootm ${kernel_flash}'159 setenv boot_ext2_hda 'run load_rd_ext2; run load_kernel_hda; run addmisc; bootm ${load_addr}'160 setenv boot_ext2_tftp 'run load_rd_ext2; run load_kernel_tftp; run addmisc; bootm ${load_addr}'161 setenv boot_tftp_hda 'run load_rd_tftp; run load_kernel_hda; run addmisc; bootm ${load_addr}'162 setenv boot_tftp_ext2 'run load_rd_tftp; run load_kernel_ext2; run addmisc; bootm ${load_addr}'163 setenv boot_tftp_flash 'run load_rd_tftp; run addmisc; bootm ${kernel_flash}'164 setenv boot_tftp_tftp 'run load_rd_tftp; run load_kernel_tftp; run addmisc; bootm ${load_addr}'166 setenv go_tftp 'run load_hello_tftp; go ${load_addr_hello}'168 setenv bootcmd 'run boot_tftp_flash'
51 * run sdboot - Boot from external SD card (see boot order)52 * run emmcboot - Boot from internal eMMC memory (see boot order)53 * run attachboot - Boot attached kernel image (attached to U-Boot binary)55 * run scriptload - Load boot script ${mmcscriptfile}56 * run scriptboot - Run loaded boot script57 * run kernload - Load kernel image ${mmckernfile}58 * run initrdload - Load initrd image ${mmcinitrdfile}59 * run kernboot - Boot loaded kernel image60 * run kerninitrdboot - Boot loaded kernel image with loaded initrd image62 * run trymmcscriptboot - Try to load and boot script ${mmcscriptfile}[all …]
14 The exit command terminates a script started via the run or source command.20 => setenv outer 'echo entry outer; run inner; echo outer done'21 => run outer
11 To run most tests on sandbox, type this:15 in the U-Boot directory. Note that only the pytest suite is run using this18 Some tests take ages to run. To run just the quick ones, type this:33 Many tests are available using the pytest suite, in test/py. This can run35 inject test commands and check the result. It is slower to run than C code,38 You can run the tests on sandbox with:59 There are several ad-hoc tests which run outside the pytest environment:78 You can assume that the Pytest suite will be run before patches are accepted
40 B$ run tftpflash52 B$ run program053 B$ run program154 B$ run program2
Completed in 30 milliseconds