├── .gitignore ├── README.md ├── ToDo ├── all_denx_boards.sh ├── config ├── aristainetos2.py ├── beagleboneblack-debian.py ├── beagleboneblack-yocto.py ├── beagleboneblack.py ├── ccu1.py ├── corvus.py ├── dxr2.py ├── dxr2_uboot_kconfig_check.py ├── fipad.py ├── flea3.py ├── flea3_home.py ├── lab_denx.py ├── lab_home.py ├── lab_hs_home.py ├── lab_tbot2go.py ├── lab_test.py ├── mcx.py ├── p2020rdb.py ├── p2041rdb.py ├── shc.py ├── sigmatek-nand.py ├── sirius_dds.py ├── smartweb.py ├── taurus.py ├── tbot_test.py ├── thuban.py ├── tqm5200.py ├── uboot_kconfig_check.py ├── wandboard.py └── wivue2.py ├── demo.gif ├── doc ├── README.event ├── README.install ├── README.theory_of_operation ├── README.variables ├── README.write_a_TC ├── doc_rst.py ├── sphinx │ ├── Makefile │ ├── README │ ├── index.html │ ├── make.bat │ └── source │ │ ├── _static │ │ ├── agogo.css │ │ ├── bgtop.png │ │ └── multiplexed_tbotdoc.css │ │ ├── bbb_guide.rst │ │ ├── conf.py │ │ ├── event.rst │ │ ├── event_backends.rst │ │ ├── flyer.rst │ │ ├── guide.rst │ │ ├── image │ │ ├── demo.gif │ │ ├── guide │ │ │ ├── guide_backend_dashboard_enable.png │ │ │ ├── guide_backend_documentation_enable.png │ │ │ ├── guide_backend_documentation_run.png │ │ │ ├── guide_backend_dot_enable.png │ │ │ ├── guide_backend_dot_example.png │ │ │ ├── guide_backend_dot_version.png │ │ │ ├── guide_backend_html_enable.png │ │ │ ├── guide_backend_statistic_enable.png │ │ │ ├── guide_backend_statistic_example.png │ │ │ ├── guide_backend_statistic_gnuplotversion.png │ │ │ ├── guide_demo1_disable_statusprintf.png │ │ │ ├── guide_demo1_lab_config.png │ │ │ ├── guide_demo1_lab_config_tftpserver.png │ │ │ ├── guide_demo1_lab_tftpdir_result.png │ │ │ ├── guide_demo1_tbot_run.png │ │ │ ├── guide_demo1_toolchain.png │ │ │ ├── guide_demo1_uboot_env.png │ │ │ ├── guide_demo1_uboot_env_comment.png │ │ │ ├── guide_first_run.png │ │ │ ├── guide_first_run_failure.png │ │ │ ├── guide_first_run_fix_prompt.png │ │ │ ├── guide_interactive.gif │ │ │ ├── guide_interactive_power.png │ │ │ ├── guide_kermit_test.png │ │ │ ├── guide_lab_specific.png │ │ │ ├── guide_relais_bbb.jpg │ │ │ ├── guide_relais_get_config.png │ │ │ ├── guide_relais_get_config_explained.png │ │ │ ├── guide_relais_jumper_small.jpg │ │ │ ├── guide_relais_list_devices.png │ │ │ ├── guide_relais_off.png │ │ │ ├── guide_relais_on.png │ │ │ ├── guide_relais_set_off.png │ │ │ ├── guide_relais_set_on.png │ │ │ ├── guide_serial_setup.png │ │ │ ├── guide_serial_setup_edit.png │ │ │ ├── guide_sispmctl_edit.png │ │ │ ├── guide_sispmctl_explanation.png │ │ │ ├── guide_sispmctl_fasttest.png │ │ │ ├── guide_sispmctl_scan.png │ │ │ ├── guide_sispmctl_version.png │ │ │ ├── guide_ssh.png │ │ │ ├── guide_ssh_password.png │ │ │ ├── guide_ssh_port.png │ │ │ ├── guide_ssh_public_key.png │ │ │ ├── jenkins │ │ │ │ ├── 01-newjob.png │ │ │ │ ├── 02-configure-general.png │ │ │ │ ├── 03-configure-build.png │ │ │ │ ├── 10-node-create.png │ │ │ │ ├── 11-node-create-permanent.png │ │ │ │ └── 12-node-create-settings.png │ │ │ ├── ssh_edit_password.png │ │ │ ├── ssh_edit_password_public_key.png │ │ │ ├── ssh_labconfig.png │ │ │ └── ssh_shell.png │ │ ├── installation │ │ │ ├── boardname.png │ │ │ ├── password.png │ │ │ ├── serial.png │ │ │ ├── serial_kermit.png │ │ │ ├── serial_kermit_line.png │ │ │ ├── serial_kermit_lxprompt.png │ │ │ ├── serial_kermit_ubprompt.png │ │ │ ├── ub_setenv.png │ │ │ ├── usb_relay.png │ │ │ ├── usb_relay_port.png │ │ │ ├── username.png │ │ │ └── workdir.png │ │ ├── tbot_structure.png │ │ └── tips │ │ │ └── top-mem-output.jpg │ │ ├── jenkins.rst │ │ ├── main.rst │ │ ├── old_doc.rst │ │ ├── overview.rst │ │ ├── presentations │ │ ├── guide_presentation.odp │ │ └── tbot_ese_2016.pdf │ │ ├── principles.rst │ │ ├── roadmap.rst │ │ ├── special.rst │ │ ├── tbot2go.rst │ │ ├── tbotlib.rst │ │ ├── testcases.rst │ │ └── tips.rst └── tbot_structure.png ├── log ├── multiplexed_tbotlog.css └── myscript.js ├── password-test.py ├── password.py ├── reformat_logfile.sh ├── scripts └── demo │ └── documentation_backend │ ├── README │ ├── logfiles │ ├── main_tb_con_1_2.txt │ ├── main_tb_ctrl_1_1.txt │ ├── tc_lab_cp_file.py_tb_ctrl_1_1.txt │ ├── tc_lab_cp_file.py_tb_ctrl_2_1.txt │ ├── tc_lab_rm_dir.py_tb_ctrl_1_1.txt │ ├── tc_lab_set_toolchain.py_tb_ctrl_1_1.txt │ ├── tc_workfd_check_cmd_success.py_tb_ctrl_10_1.txt │ ├── tc_workfd_check_cmd_success.py_tb_ctrl_11_1.txt │ ├── tc_workfd_check_cmd_success.py_tb_ctrl_12_1.txt │ ├── tc_workfd_check_cmd_success.py_tb_ctrl_1_1.txt │ ├── tc_workfd_check_cmd_success.py_tb_ctrl_2_1.txt │ ├── tc_workfd_check_cmd_success.py_tb_ctrl_3_1.txt │ ├── tc_workfd_check_cmd_success.py_tb_ctrl_4_1.txt │ ├── tc_workfd_check_cmd_success.py_tb_ctrl_5_1.txt │ ├── tc_workfd_check_cmd_success.py_tb_ctrl_6_1.txt │ ├── tc_workfd_check_cmd_success.py_tb_ctrl_7_1.txt │ ├── tc_workfd_check_cmd_success.py_tb_ctrl_8_1.txt │ ├── tc_workfd_check_cmd_success.py_tb_ctrl_9_1.txt │ ├── tc_workfd_compile_linux.py_tb_ctrl_1_1.txt │ ├── tc_workfd_connect_with_kermit.py_tb_con_1_1.txt │ ├── tc_workfd_get_linux_source.py_tb_ctrl_1_1.txt │ ├── tc_workfd_goto_lab_source_dir.py_tb_ctrl_1_1.txt │ ├── tc_workfd_goto_linux_code.py_tb_ctrl_1_1.txt │ └── tc_workfd_goto_linux_code.py_tb_ctrl_2_1.txt │ ├── orginal.rst │ ├── orginal_converted.pdf │ ├── orginal_converted.rst │ └── replace_tbot_marker.py ├── smartweb_demo.png └── src ├── common ├── event │ ├── dashboard.py │ ├── documentation.py │ ├── dot.py │ ├── html_log.py │ ├── junit.py │ ├── statisitic_plot.py │ └── web_patchwork.py ├── gpio.py ├── tbot.py ├── tbot_connection.py ├── tbot_connection_paramiko.py ├── tbot_event.py ├── tbot_wdt.py └── tbotlib.py ├── dashboard ├── konfiguration.php └── read_db.php ├── documentation ├── README ├── copy_logfiles.py ├── linux_top │ ├── abstract.rst │ ├── index.rst │ ├── linux_top.rst │ ├── logfiles │ │ ├── duts_settings.txt │ │ ├── main_tb_con_1_2.txt │ │ ├── main_tb_ctrl_1_1.txt │ │ ├── tc_lab_prepare_tbot2go.py_tb_con_2_1.txt │ │ ├── tc_lab_prepare_tbot2go.py_tb_ctrl_1_1.txt │ │ ├── tc_linux_top.py_tb_con_1_1.txt │ │ ├── tc_linux_top.py_tb_con_1_2.txt │ │ ├── tc_workfd_connect_with_kermit.py_tb_con_1_1.txt │ │ ├── tc_workfd_goto_tbot_workdir.py_tb_con_2_1.txt │ │ ├── tc_workfd_goto_tbot_workdir.py_tb_ctrl_1_1.txt │ │ ├── top-cpu-output.jpg │ │ ├── top-load-output.jpg │ │ └── top-mem-output.jpg │ ├── pdf │ │ ├── bbb_linux_top.pdf │ │ └── index.pdf │ └── work │ │ ├── abstract.rst │ │ ├── images │ │ ├── help.gif │ │ ├── tip.gif │ │ └── warning.gif │ │ ├── index.rst │ │ └── linux_top.rst ├── make_doku_bbb_top.sh ├── make_doku_ub.sh ├── make_doku_yocto.sh ├── mark_red.py ├── patch_logfiles.py ├── replace_tbot_marker.py ├── stylesheet.txt ├── u-boot │ ├── abstract.rst │ ├── index.rst │ ├── logfiles │ │ ├── TBOT_BASEDIR_check_exist_tb_ctrl_1_1.txt │ │ ├── TBOT_BASEDIR_check_exist_tb_ctrl_1_2.txt │ │ ├── base_0_tb_con_1_1.txt │ │ ├── base_100000_tb_con_1_1.txt │ │ ├── base_tb_con_1_1.txt │ │ ├── bdi_tb_con_1_1.txt │ │ ├── bdi_tb_con_2_1.txt │ │ ├── cat_source_example.txt_tb_ctrl_1_1.txt │ │ ├── cd2u-boot_tb_ctrl_1_1.txt │ │ ├── cd_$TBOT_BASEDIR_tb_ctrl_1_1.txt │ │ ├── cd_$TBOT_BASEDIR_tb_ctrl_2_1.txt │ │ ├── cd_$TBOT_BASEDIR_tb_ctrl_3_1.txt │ │ ├── cd_$TBOT_BASEDIR_tb_ctrl_4_1.txt │ │ ├── cd_$TBOT_BASEDIR_tb_ctrl_5_1.txt │ │ ├── cmp_fail_big_tb_con_1_1.txt │ │ ├── cmp_fail_tb_con_1_1.txt │ │ ├── cmp_long_tb_con_1_1.txt │ │ ├── cmp_spl_tb_con_1_1.txt │ │ ├── cmp_spl_tb_con_1_2.txt │ │ ├── cmp_uboot_tb_con_1_1.txt │ │ ├── cmp_uboot_tb_con_1_2.txt │ │ ├── compile_uboot_config_tb_ctrl_1_1.txt │ │ ├── compile_uboot_make_tb_ctrl_1_1.txt │ │ ├── compile_uboot_mrproper_tb_ctrl_1_1.txt │ │ ├── compile_uboot_set_dtc_tb_ctrl_1_1.txt │ │ ├── conin_tb_con_1_1.txt │ │ ├── cp_basic_tb_con_1_1.txt │ │ ├── cp_extensions_tb_con_1_1.txt │ │ ├── crc_0x80000004_0x3fc_0x80000000_tb_con_1_1.txt │ │ ├── crc_0x80000004_0x3fc_tb_con_1_1.txt │ │ ├── duts_settings.txt │ │ ├── echo_The_quick_brown_fox_jumped_over_the_lazy_dog._tb_con_1_1.txt │ │ ├── export_TBOT_BASEDIR=_work_hs_tbot_tb_ctrl_1_1.txt │ │ ├── export_TBOT_BASEDIR=_work_hs_tbot_tb_ctrl_1_2.txt │ │ ├── fdt_addr_pre_tb_con_1_1.txt │ │ ├── fdt_addr_pre_tb_con_1_2.txt │ │ ├── fdt_addr_prepare_tb_con_1_1.txt │ │ ├── fdt_addr_tb_con_1_1.txt │ │ ├── fdt_chosen_tb_con_1_1.txt │ │ ├── fdt_list_tb_con_1_1.txt │ │ ├── fdt_mknode_tb_con_1_1.txt │ │ ├── fdt_move_node_2_tb_con_1_1.txt │ │ ├── fdt_move_node_3_tb_con_1_1.txt │ │ ├── fdt_move_node_tb_con_1_1.txt │ │ ├── fdt_print_tb_con_1_1.txt │ │ ├── fdt_rmnode_tb_con_1_1.txt │ │ ├── fdt_setnode_tb_con_1_1.txt │ │ ├── flinfo_tb_con_1_1.txt │ │ ├── help_base_tb_con_1_1.txt │ │ ├── help_bdinfo_tb_con_1_1.txt │ │ ├── help_bdinfo_tb_con_2_1.txt │ │ ├── help_boot_tb_con_1_1.txt │ │ ├── help_bootd_tb_con_1_1.txt │ │ ├── help_bootm_tb_con_1_1.txt │ │ ├── help_bootp_tb_con_1_1.txt │ │ ├── help_cmp_tb_con_1_1.txt │ │ ├── help_conin_tb_con_1_1.txt │ │ ├── help_cp_tb_con_1_1.txt │ │ ├── help_dhcp_tb_con_1_1.txt │ │ ├── help_echo_tb_con_1_1.txt │ │ ├── help_fdt_tb_con_1_1.txt │ │ ├── help_flinfo_tb_con_1_1.txt │ │ ├── help_go_tb_con_1_1.txt │ │ ├── help_help_tb_con_1_1.txt │ │ ├── help_i2c_tb_con_1_1.txt │ │ ├── help_loadb_tb_con_1_1.txt │ │ ├── help_loadb_tb_con_2_1.txt │ │ ├── help_loads_tb_con_1_1.txt │ │ ├── help_loop_tb_con_1_1.txt │ │ ├── help_md_tb_con_1_1.txt │ │ ├── help_mm_tb_con_1_1.txt │ │ ├── help_mtest_tb_con_1_1.txt │ │ ├── help_mw_tb_con_1_1.txt │ │ ├── help_nm_tb_con_1_1.txt │ │ ├── help_printenv_tb_con_1_1.txt │ │ ├── help_printenv_tftp_tb_con_1_1.txt │ │ ├── help_rarp_tb_con_1_1.txt │ │ ├── help_reset_tb_con_1_1.txt │ │ ├── help_saveenv_tb_con_1_1.txt │ │ ├── help_setenv_printenv_tb_con_1_1.txt │ │ ├── help_setenv_tb_con_1_1.txt │ │ ├── help_sleep_tb_con_1_1.txt │ │ ├── help_source_tb_con_1_1.txt │ │ ├── help_tb_con_1_1.txt │ │ ├── help_tftp_tb_con_1_1.txt │ │ ├── help_tftpboot_tb_con_1_1.txt │ │ ├── help_version_tb_con_1_1.txt │ │ ├── hush_example_1_tb_con_1_1.txt │ │ ├── hush_example_2_tb_con_1_1.txt │ │ ├── hush_example_3_tb_con_1_1.txt │ │ ├── imi_80000000_tb_con_1_1.txt │ │ ├── loadb_kermit_settings_tb_con_1_1.txt │ │ ├── loadb_run_tb_con_1_1.txt │ │ ├── loadb_send_file_tb_con_1_1.txt │ │ ├── main_tb_con_1_2.txt │ │ ├── main_tb_ctrl_1_1.txt │ │ ├── md_0x80000000_0x40_tb_con_1_1.txt │ │ ├── md_0x80000000_0x40_tb_con_2_1.txt │ │ ├── md_0x80000000_0xc_tb_con_1_1.txt │ │ ├── md_0x80000000_0xc_tb_con_2_1.txt │ │ ├── md_basic_tb_con_1_1.txt │ │ ├── md_extensions_tb_con_1_1.txt │ │ ├── md_remember_tb_con_1_1.txt │ │ ├── md_reset_tb_con_1_1.txt │ │ ├── mm_first_tb_con_1_1.txt │ │ ├── mm_second_tb_con_1_1.txt │ │ ├── mm_third_tb_con_1_1.txt │ │ ├── mw_reset_tb_con_1_1.txt │ │ ├── mw_reset_tb_con_2_1.txt │ │ ├── mw_run2_tb_con_1_1.txt │ │ ├── mw_run_tb_con_1_1.txt │ │ ├── nm_run_tb_con_1_1.txt │ │ ├── print_tbot_cmp_spl_tb_con_1_1.txt │ │ ├── print_tbot_cmp_uboot_tb_con_1_1.txt │ │ ├── print_upd_spl_tb_con_1_1.txt │ │ ├── print_upd_uboot_tb_con_1_1.txt │ │ ├── printenv_ipaddr_hostname_netmask_tb_con_1_1.txt │ │ ├── printenv_tb_con_1_1.txt │ │ ├── pwd_tb_ctrl_1_1.txt │ │ ├── reset_tb_con_1_1.txt │ │ ├── reset_tb_con_1_2.txt │ │ ├── saveenv_tb_con_1_1.txt │ │ ├── setenv_bar_tb_con_1_1.txt │ │ ├── setenv_example_1_tb_con_1_1.txt │ │ ├── setenv_example_2_tb_con_1_1.txt │ │ ├── setenv_example_3_tb_con_1_1.txt │ │ ├── sleep_5_tb_con_1_1.txt │ │ ├── source_console_tb_con_1_1.txt │ │ ├── source_mkimage_tb_ctrl_1_1.txt │ │ ├── tc_lab_cp_file.py_tb_ctrl_1_1.txt │ │ ├── tc_lab_cp_file.py_tb_ctrl_2_1.txt │ │ ├── tc_lab_cp_file.py_tb_ctrl_3_1.txt │ │ ├── tc_lab_cp_file.py_tb_ctrl_4_1.txt │ │ ├── tc_lab_cp_file.py_tb_ctrl_5_1.txt │ │ ├── tc_lab_cp_file.py_tb_ctrl_6_1.txt │ │ ├── tc_lab_cp_file.py_tb_ctrl_7_1.txt │ │ ├── tc_lab_cp_file.py_tb_ctrl_8_1.txt │ │ ├── tc_lab_prepare_laptop_hs.py_tb_con_2_1.txt │ │ ├── tc_lab_prepare_laptop_hs.py_tb_ctrl_1_1.txt │ │ ├── tc_lab_rm_dir.py_tb_ctrl_1_1.txt │ │ ├── tc_lab_sispmctl_get_power_state.py_tb_ctrl_10_1.txt │ │ ├── tc_lab_sispmctl_get_power_state.py_tb_ctrl_11_1.txt │ │ ├── tc_lab_sispmctl_get_power_state.py_tb_ctrl_12_1.txt │ │ ├── tc_lab_sispmctl_get_power_state.py_tb_ctrl_13_1.txt │ │ ├── tc_lab_sispmctl_get_power_state.py_tb_ctrl_14_1.txt │ │ ├── tc_lab_sispmctl_get_power_state.py_tb_ctrl_15_1.txt │ │ ├── tc_lab_sispmctl_get_power_state.py_tb_ctrl_16_1.txt │ │ ├── tc_lab_sispmctl_get_power_state.py_tb_ctrl_17_1.txt │ │ ├── tc_lab_sispmctl_get_power_state.py_tb_ctrl_18_1.txt │ │ ├── tc_lab_sispmctl_get_power_state.py_tb_ctrl_19_1.txt │ │ ├── tc_lab_sispmctl_get_power_state.py_tb_ctrl_1_1.txt │ │ ├── tc_lab_sispmctl_get_power_state.py_tb_ctrl_20_1.txt │ │ ├── tc_lab_sispmctl_get_power_state.py_tb_ctrl_21_1.txt │ │ ├── tc_lab_sispmctl_get_power_state.py_tb_ctrl_22_1.txt │ │ ├── tc_lab_sispmctl_get_power_state.py_tb_ctrl_2_1.txt │ │ ├── tc_lab_sispmctl_get_power_state.py_tb_ctrl_3_1.txt │ │ ├── tc_lab_sispmctl_get_power_state.py_tb_ctrl_4_1.txt │ │ ├── tc_lab_sispmctl_get_power_state.py_tb_ctrl_5_1.txt │ │ ├── tc_lab_sispmctl_get_power_state.py_tb_ctrl_6_1.txt │ │ ├── tc_lab_sispmctl_get_power_state.py_tb_ctrl_7_1.txt │ │ ├── tc_lab_sispmctl_get_power_state.py_tb_ctrl_8_1.txt │ │ ├── tc_lab_sispmctl_get_power_state.py_tb_ctrl_9_1.txt │ │ ├── tc_lab_sispmctl_set_power_state.py_tb_ctrl_1_1.txt │ │ ├── tc_lab_sispmctl_set_power_state.py_tb_ctrl_2_1.txt │ │ ├── tc_ub_bdinfo.py_tb_con_1_1.txt │ │ ├── tc_ub_duts_fdt.py_tb_con_1_1.txt │ │ ├── tc_ub_duts_go.py_tb_con_1_1.txt │ │ ├── tc_ub_duts_source.py_tb_con_1_1.txt │ │ ├── tc_ub_get_filesize.py_tb_con_1_1.txt │ │ ├── tc_ub_get_version.py_tb_con_1_1.txt │ │ ├── tc_ub_get_version.py_tb_ctrl_1_2.txt │ │ ├── tc_ub_help.py_tb_con_1_1.txt │ │ ├── tc_ub_load_board_env.py_tb_con_1_1.txt │ │ ├── tc_ub_load_board_env.py_tb_con_1_2.txt │ │ ├── tc_ub_load_board_env.py_tb_con_2_1.txt │ │ ├── tc_ub_load_board_env.py_tb_con_2_2.txt │ │ ├── tc_ub_memory.py_tb_con_1_1.txt │ │ ├── tc_ub_tftp_file.py_tb_con_1_1.txt │ │ ├── tc_ub_tftp_file.py_tb_con_2_1.txt │ │ ├── tc_ub_tftp_file.py_tb_con_3_1.txt │ │ ├── tc_ub_upd_spl.py_tb_con_1_1.txt │ │ ├── tc_ub_upd_uboot.py_tb_con_1_1.txt │ │ ├── tc_workfd_check_if_dir_exist.py_tb_ctrl_1_1.txt │ │ ├── tc_workfd_check_if_dir_exist.py_tb_ctrl_2_1.txt │ │ ├── tc_workfd_check_if_dir_exist.py_tb_ctrl_3_1.txt │ │ ├── tc_workfd_check_if_file_exist.py_tb_ctrl_1_1.txt │ │ ├── tc_workfd_check_if_file_exist.py_tb_ctrl_2_1.txt │ │ ├── tc_workfd_connect_with_kermit.py_tb_con_1_1.txt │ │ ├── tc_workfd_generate_random_file.py_tb_ctrl_1_1.txt │ │ ├── tc_workfd_get_uboot_config_hex.py_tb_ctrl_1_1.txt │ │ ├── tc_workfd_get_uboot_config_string.py_tb_ctrl_1_1.txt │ │ ├── tc_workfd_goto_lab_source_dir.py_tb_ctrl_1_1.txt │ │ ├── tc_workfd_goto_lab_source_dir.py_tb_ctrl_1_2.txt │ │ ├── tc_workfd_goto_lab_source_dir.py_tb_ctrl_2_1.txt │ │ ├── tc_workfd_goto_lab_source_dir.py_tb_ctrl_2_2.txt │ │ ├── tc_workfd_goto_lab_source_dir.py_tb_ctrl_3_1.txt │ │ ├── tc_workfd_goto_lab_source_dir.py_tb_ctrl_4_1.txt │ │ ├── tc_workfd_goto_lab_source_dir.py_tb_ctrl_5_1.txt │ │ ├── tc_workfd_goto_tbot_workdir.py_tb_con_2_1.txt │ │ ├── tc_workfd_goto_tbot_workdir.py_tb_ctrl_1_1.txt │ │ ├── tc_workfd_goto_tbot_workdir.py_tb_ctrl_3_1.txt │ │ ├── tc_workfd_goto_uboot_code.py_tb_ctrl_1_1.txt │ │ ├── tc_workfd_goto_uboot_code.py_tb_ctrl_1_2.txt │ │ ├── tc_workfd_goto_uboot_code.py_tb_ctrl_2_1.txt │ │ ├── tc_workfd_goto_uboot_code.py_tb_ctrl_2_2.txt │ │ ├── tc_workfd_scp.py_tb_ctrl_1_1.txt │ │ ├── tc_workfd_scp.py_tb_ctrl_2_1.txt │ │ ├── tc_workfd_scp.py_tb_ctrl_3_1.txt │ │ ├── tc_workfd_scp.py_tb_ctrl_4_1.txt │ │ ├── tc_workfd_set_toolchain.py_tb_ctrl_1_1.txt │ │ ├── test_py_start_tb_con_1_1.txt │ │ ├── u-boot_checkout_tb_ctrl_1_1.txt │ │ ├── u-boot_clone_tb_ctrl_1_1.txt │ │ ├── u-boot_describe_tb_ctrl_1_1.txt │ │ ├── uboot_duts_tc_ub_basic.py_tb_con_1_1.txt │ │ ├── uboot_duts_tc_ub_bdinfo.py_tb_con_1_1.txt │ │ ├── uboot_duts_tc_ub_boot.py_tb_con_1_1.txt │ │ ├── uboot_duts_tc_ub_coninfo.py_tb_con_1_1.txt │ │ ├── uboot_duts_tc_ub_date.py_tb_con_1_1.txt │ │ ├── uboot_duts_tc_ub_download.py_tb_con_1_1.txt │ │ ├── uboot_duts_tc_ub_dtt.py_tb_con_1_1.txt │ │ ├── uboot_duts_tc_ub_duts_version.py_tb_con_1_1.txt │ │ ├── uboot_duts_tc_ub_duts_version.py_tb_con_1_2.txt │ │ ├── uboot_duts_tc_ub_environment.py_tb_con_1_1.txt │ │ ├── uboot_duts_tc_ub_flinfo.py_tb_con_1_1.txt │ │ ├── uboot_duts_tc_ub_i2c_help.py_tb_con_1_1.txt │ │ ├── uboot_duts_tc_ub_memory.py_tb_con_1_1.txt │ │ ├── uboot_duts_tc_ub_run.py_tb_con_1_1.txt │ │ ├── upd_spl_tb_con_1_1.txt │ │ ├── upd_uboot_tb_con_1_1.txt │ │ └── version_tb_con_1_1.txt │ ├── pdf │ │ ├── dulg_bbb.pdf │ │ └── index.pdf │ ├── u-boot-download.rst │ ├── u-boot-env.rst │ ├── u-boot-execution.rst │ ├── u-boot-fdt.rst │ ├── u-boot-flinfo.rst │ ├── u-boot-help.rst │ ├── u-boot-loop.rst │ ├── u-boot-memory.rst │ ├── u-boot-misc.rst │ ├── u-boot-mtest.rst │ ├── u-boot-mw.rst │ ├── u-boot-nm.rst │ ├── u-boot-script.rst │ ├── u-boot-special.rst │ ├── u-boot-testpy.rst │ ├── u-boot-vars.rst │ ├── u-boot.rst │ └── work │ │ ├── abstract.rst │ │ ├── images │ │ ├── help.gif │ │ ├── tip.gif │ │ └── warning.gif │ │ ├── index.rst │ │ ├── u-boot-download.rst │ │ ├── u-boot-env.rst │ │ ├── u-boot-execution.rst │ │ ├── u-boot-fdt.rst │ │ ├── u-boot-flinfo.rst │ │ ├── u-boot-help.rst │ │ ├── u-boot-loop.rst │ │ ├── u-boot-memory.rst │ │ ├── u-boot-misc.rst │ │ ├── u-boot-mtest.rst │ │ ├── u-boot-mw.rst │ │ ├── u-boot-nm.rst │ │ ├── u-boot-script.rst │ │ ├── u-boot-special.rst │ │ ├── u-boot-testpy.rst │ │ ├── u-boot-vars.rst │ │ └── u-boot.rst └── yocto │ ├── abstract.rst │ ├── index.rst │ ├── logfiles_get_and_bake │ ├── cd_TBOT_BASEDIR_tb_ctrl_1_1.txt │ ├── cd_TBOT_BASEDIR_tb_ctrl_2_1.txt │ ├── cd_TBOT_BASEDIR_tb_ctrl_3_1.txt │ ├── cd_TBOT_BASEDIR_tb_ctrl_4_1.txt │ ├── duts_settings.txt │ ├── export_TBOT_BASEDIR=_work_tbot2go_tbot__tb_ctrl_1_1.txt │ ├── get_build_info_tb_ctrl_1_1.txt │ ├── get_build_info_tb_ctrl_2_1.txt │ ├── main_tb_con_1_2.txt │ ├── main_tb_ctrl_1_1.txt │ ├── set_yocto_env_var_tb_ctrl_1_1.txt │ ├── tc_board_yocto_boot_nfs.py_tb_con_1_1.txt │ ├── tc_board_yocto_boot_nfs.py_tb_con_1_2.txt │ ├── tc_board_yocto_boot_sdcard.py_tb_con_1_1.txt │ ├── tc_board_yocto_boot_sdcard.py_tb_con_1_2.txt │ ├── tc_board_yocto_install_nfs.py_tb_ctrl_1_1.txt │ ├── tc_board_yocto_install_sdcard.py_tb_con_1_1.txt │ ├── tc_connect_to_compilepc.py_tb_ctrl_1_1.txt │ ├── tc_connect_to_compilepc.py_tb_ctrl_1_2.txt │ ├── tc_lab_prepare_tbot2go.py_tb_con_2_1.txt │ ├── tc_lab_prepare_tbot2go.py_tb_ctrl_1_1.txt │ ├── tc_ub_boot_linux.py_tb_con_1_1.txt │ ├── tc_ub_boot_linux.py_tb_con_1_2.txt │ ├── tc_ub_boot_linux.py_tb_con_2_1.txt │ ├── tc_ub_boot_linux.py_tb_con_2_2.txt │ ├── tc_ub_load_board_env.py_tb_con_1_1.txt │ ├── tc_ub_load_board_env.py_tb_con_2_1.txt │ ├── tc_workfd_apply_local_patches.py_tb_ctrl_2_1.txt │ ├── tc_workfd_apply_local_patches.py_tb_ctrl_2_2.txt │ ├── tc_workfd_bitbake.py_tb_ctrl_1_1.txt │ ├── tc_workfd_bitbake.py_tb_ctrl_2_1.txt │ ├── tc_workfd_check_if_dir_exist.py_tb_ctrl_1_1.txt │ ├── tc_workfd_check_if_dir_exist.py_tb_ctrl_2_1.txt │ ├── tc_workfd_check_if_dir_exist.py_tb_ctrl_3_1.txt │ ├── tc_workfd_check_if_dir_exist.py_tb_ctrl_4_1.txt │ ├── tc_workfd_check_if_dir_exist.py_tb_ctrl_5_1.txt │ ├── tc_workfd_check_if_dir_exist.py_tb_ctrl_6_1.txt │ ├── tc_workfd_check_if_file_exist.py_tb_ctrl_1_1.txt │ ├── tc_workfd_check_if_file_exist.py_tb_ctrl_2_1.txt │ ├── tc_workfd_check_if_file_exist.py_tb_ctrl_3_1.txt │ ├── tc_workfd_check_if_file_exist.py_tb_ctrl_4_1.txt │ ├── tc_workfd_check_if_file_exist.py_tb_ctrl_5_1.txt │ ├── tc_workfd_check_if_file_exist.py_tb_ctrl_6_1.txt │ ├── tc_workfd_check_tar_content.py_tb_ctrl_1_1.txt │ ├── tc_workfd_connect_with_kermit.py_tb_con_1_1.txt │ ├── tc_workfd_get_list_of_files_in_dir.py_tb_ctrl_1_1.txt │ ├── tc_workfd_git_clone_source.py_tb_ctrl_1_1.txt │ ├── tc_workfd_git_clone_source.py_tb_ctrl_2_1.txt │ ├── tc_workfd_git_clone_source.py_tb_ctrl_3_1.txt │ ├── tc_workfd_goto_lab_source_dir.py_tb_ctrl_2_1.txt │ ├── tc_workfd_goto_lab_source_dir.py_tb_ctrl_3_1.txt │ ├── tc_workfd_goto_lab_source_dir.py_tb_ctrl_4_1.txt │ ├── tc_workfd_goto_lab_source_dir.py_tb_ctrl_4_2.txt │ ├── tc_workfd_goto_lab_source_dir.py_tb_ctrl_4_3.txt │ ├── tc_workfd_goto_lab_source_dir.py_tb_ctrl_4_4.txt │ ├── tc_workfd_goto_tbot_workdir.py_tb_con_2_1.txt │ ├── tc_workfd_goto_tbot_workdir.py_tb_ctrl_1_1.txt │ ├── tc_workfd_goto_tbot_workdir.py_tb_ctrl_3_1.txt │ ├── tc_workfd_goto_tbot_workdir.py_tb_ctrl_4_1.txt │ ├── tc_workfd_goto_yocto_code.py_tb_ctrl_2_1.txt │ ├── tc_workfd_scp.py_tb_ctrl_1_1.txt │ ├── tc_workfd_scp.py_tb_ctrl_2_1.txt │ ├── tc_workfd_scp.py_tb_ctrl_3_1.txt │ ├── tc_workfd_scp.py_tb_ctrl_4_1.txt │ ├── tc_workfd_scp.py_tb_ctrl_5_1.txt │ ├── tc_workfd_scp.py_tb_ctrl_6_1.txt │ ├── tc_workfd_set_gpio.py_tb_ctrl_1_1.txt │ ├── tc_workfd_set_gpio.py_tb_ctrl_2_1.txt │ ├── tc_workfd_set_gpio.py_tb_ctrl_3_1.txt │ ├── tc_workfd_set_gpio.py_tb_ctrl_4_1.txt │ ├── tc_workfd_set_gpio.py_tb_ctrl_5_1.txt │ ├── tc_workfd_set_gpio.py_tb_ctrl_6_1.txt │ ├── tc_workfd_ssh.py_tb_ctrl_1_1.txt │ ├── tc_workfd_yocto_check_rootfs_version.py_tb_con_1_1.txt │ ├── tc_yocto_get_rootfs_from_tarball.py_tb_ctrl_1_1.txt │ └── tc_yocto_install_rootfs_as_nfs.py_tb_ctrl_1_1.txt │ ├── pdf │ ├── index.pdf │ └── yocto_bbb.pdf │ ├── work │ ├── abstract.rst │ ├── images │ │ ├── help.gif │ │ ├── tip.gif │ │ └── warning.gif │ ├── index.rst │ └── yocto.rst │ └── yocto.rst ├── files ├── README ├── aristainetos2_pinmux.reg ├── balkenplot.sem ├── balkenplot_lat_tbot.sem ├── balkenplot_latency.sem ├── bbb │ ├── am335x_cm_dpll.reg │ ├── am335x_cm_mpu.reg │ ├── am335x_cm_per.reg │ ├── am335x_cm_wkup.reg │ ├── am335x_ctrl_module.reg │ └── am335x_pinmux.reg ├── ccu1_pinmux_gpmc.reg ├── ccu1_pinmux_scm.reg ├── duts │ ├── source_example.txt │ └── u-boot.dtb ├── dxr2_etamin_pinmux.reg ├── fipad_lx_ipu.reg ├── fipad_lx_pinmux.reg ├── fipad_lx_pwm.reg ├── fipad_ub_pinmux.reg ├── jenkins │ ├── jobs │ │ └── config.xml │ └── nodes │ │ └── config.xml ├── mcx_pinmux_part1.reg ├── mcx_pinmux_part2.reg ├── mcx_pinmux_part3.reg ├── mcx_pinmux_part4.reg ├── mcx_pinmux_part5.reg ├── mcx_pinmux_part6.reg ├── mysql │ └── tbot_root.sql ├── relay │ ├── WinTypes.h │ ├── ftd2xx.h │ └── simple.c ├── shc_pinmux.reg ├── shc_ub_pinmux.reg ├── shc_ub_pinmux_gpio.reg ├── shc_ub_pinmux_mmc.reg ├── top_plot_cpu.sem ├── top_plot_load.sem ├── top_plot_mem.sem ├── ub-patches │ └── 0001-U-Boot-version-fix.patch └── uboot_env │ ├── beagleboneblack.env │ ├── smartweb.env │ └── wandboard.env ├── lab_api ├── state_linux.py └── state_uboot.py ├── patches ├── 0001-devmem2-without-a-lot-of-output.patch ├── README └── check_kconfig │ └── 0001-U-Boot-version-fix.patch └── tc ├── board ├── bbb │ ├── tc_board_bbb_after_linux_booted.py │ ├── tc_board_bbb_bootmode.py │ ├── tc_board_bbb_bootmode_labdenx.py │ ├── tc_board_bbb_restore_uboot.py │ ├── tc_board_deploy_beagleboneblack.py │ ├── tc_board_deploy_lx_beagleboneblack.py │ ├── tc_board_yocto_bbb_all.py │ ├── tc_board_yocto_boot_nfs.py │ ├── tc_board_yocto_boot_sdcard.py │ ├── tc_board_yocto_boot_sdcard_recovery.py │ ├── tc_board_yocto_check_rootfs.py │ ├── tc_board_yocto_get_and_bake.py │ ├── tc_board_yocto_install_nfs.py │ └── tc_board_yocto_install_sdcard.py ├── tc_board_aristainetos2.py ├── tc_board_aristainetos2_linux.py ├── tc_board_aristainetos2_linux_bisect.py ├── tc_board_aristainetos2_linux_tests.py ├── tc_board_ccu1_tests.py ├── tc_board_corvus.py ├── tc_board_dxr2.py ├── tc_board_dxr2_linux.py ├── tc_board_dxr2_lx_ubi_tests.py ├── tc_board_dxr2_ub.py ├── tc_board_dxr2_ub_ubi.py ├── tc_board_dxr2_uboot_patchwork.py ├── tc_board_fipad.py ├── tc_board_fipad_linux.py ├── tc_board_fipad_ub_tests.py ├── tc_board_fipad_ub_usb.py ├── tc_board_fipad_upd_ub.py ├── tc_board_fipad_upd_ub_mmc.py ├── tc_board_fipad_upd_ub_spi.py ├── tc_board_flea3.py ├── tc_board_mcx.py ├── tc_board_mcx_tests.py ├── tc_board_shc.py ├── tc_board_shc_compile_ml.py ├── tc_board_shc_tests.py ├── tc_board_shc_ub_create_regdump.py ├── tc_board_shc_ub_tests.py ├── tc_board_shc_upd_ub.py ├── tc_board_sigmatek-nand.py ├── tc_board_sirius_dds.py ├── tc_board_smartweb.py ├── tc_board_smartweb_test_ub.py ├── tc_board_taurus.py ├── tc_board_thuban.py ├── tc_board_thuban_test_uboot.py ├── tc_board_tqm5200s_try_cur_ub.py ├── tc_board_tqm5200s_ub_comp_install.py ├── tc_linux_create_reg_file_am335x.py ├── tc_linux_create_reg_file_imx6qdl.py └── tc_linux_create_reg_file_imx6ull.py ├── debugger └── bdi │ ├── tc_lab_bdi_connect.py │ ├── tc_lab_bdi_create_dump.py │ ├── tc_lab_bdi_disconnect.py │ ├── tc_lab_bdi_run.py │ └── tc_lab_bdi_upd_uboot.py ├── default ├── tc_def_lx.py ├── tc_def_tbot.py ├── tc_def_ub.py └── tc_def_yocto.py ├── demo ├── linux │ ├── tc_demo_compilepc_linux_compile.py │ ├── tc_demo_compilepc_linux_test.py │ ├── tc_demo_linux_compile.py │ ├── tc_demo_linux_test.py │ └── tc_demo_linux_testcases.py ├── tc_demo_can_part1.py ├── tc_demo_part1.py ├── tc_demo_part2.py ├── tc_demo_part3.py ├── u-boot │ ├── tc_demo_compile_install_test.py │ ├── tc_demo_compilepc_compile_install_test.py │ ├── tc_demo_compilepc_uboot_test.py │ ├── tc_demo_get_ub_code.py │ ├── tc_demo_uboot_test.py │ └── tc_demo_uboot_tests.py └── yocto │ └── tc_demo_yocto_all.py ├── lab ├── denx │ ├── tc_lab_denx_connect_to_board.py │ ├── tc_lab_denx_disconnect_from_board.py │ ├── tc_lab_denx_get_power_state.py │ ├── tc_lab_denx_power.py │ ├── tc_lab_interactive_get_power_state.py │ └── tc_lab_interactive_power.py ├── tc_lab_power_onoff_gpio.py ├── tc_lab_prepare.py ├── tc_lab_prepare_laptop_hs.py ├── tc_lab_prepare_tbot2go.py ├── tc_lab_sispmctl_get_power_state.py ├── tc_lab_sispmctl_get_variables.py ├── tc_lab_sispmctl_set_power_state.py └── tc_lab_usb_relay_power.py ├── linux ├── relay │ ├── tc_linux_relay_get_config.py │ ├── tc_linux_relay_pyrelayctl_get.py │ ├── tc_linux_relay_pyrelayctl_get_power.py │ ├── tc_linux_relay_pyrelayctl_getcfg.py │ ├── tc_linux_relay_pyrelayctl_set.py │ ├── tc_linux_relay_pyrelayctl_set_power.py │ ├── tc_linux_relay_set.py │ └── tc_linux_relay_simple_set.py ├── tb_workfd_check_if_process_run.py ├── tc_connect_to_compilepc.py ├── tc_git_get_branch_commit.py ├── tc_linux_imx_usb_loader_boot_uboot.py ├── tc_linux_imx_usb_loader_install.py ├── tc_linux_ptest_runner.py ├── tc_linux_top.py ├── tc_lx_bonnie.py ├── tc_lx_bonnie_install.py ├── tc_lx_check_i2c_reg_file.py ├── tc_lx_check_reg_file.py ├── tc_lx_check_usb_authorized.py ├── tc_lx_cmd_and_grep.py ├── tc_lx_cpufreq.py ├── tc_lx_create_dummy_file.py ├── tc_lx_create_i2c_reg_dump_pfuze_3000.py ├── tc_lx_create_i2c_reg_file.py ├── tc_lx_create_reg_file.py ├── tc_lx_devmem2_install.py ├── tc_lx_dmesg_grep.py ├── tc_lx_eeprom.py ├── tc_lx_get_ubi_parameters.py ├── tc_lx_get_version.py ├── tc_lx_gpio.py ├── tc_lx_mount.py ├── tc_lx_mtdutils_install.py ├── tc_lx_partition_check.py ├── tc_lx_partitions_grep.py ├── tc_lx_printenv.py ├── tc_lx_ps_grep.py ├── tc_lx_ps_grep_and_kill.py ├── tc_lx_regulator.py ├── tc_lx_trigger_wdt.py ├── tc_lx_uname.py ├── tc_workfd_apply_local_patches.py ├── tc_workfd_apply_patchwork_patches.py ├── tc_workfd_can.py ├── tc_workfd_cd_to_dir.py ├── tc_workfd_check_cmd_success.py ├── tc_workfd_check_if_cmd_exist.py ├── tc_workfd_check_if_device_exist.py ├── tc_workfd_check_if_dir_exist.py ├── tc_workfd_check_if_file_exist.py ├── tc_workfd_check_tar_content.py ├── tc_workfd_check_tc_time.py ├── tc_workfd_compile_linux.py ├── tc_workfd_connect_with_conmux.py ├── tc_workfd_connect_with_kermit.py ├── tc_workfd_connect_with_ssh.py ├── tc_workfd_cp_file.py ├── tc_workfd_create_ubi_rootfs.py ├── tc_workfd_date.py ├── tc_workfd_disconnect_with_kermit.py ├── tc_workfd_generate_random_file.py ├── tc_workfd_get_linux_source.py ├── tc_workfd_get_list_of_files_in_dir.py ├── tc_workfd_get_patchwork_number_list.py ├── tc_workfd_get_uboot_config_hex.py ├── tc_workfd_get_uboot_config_string.py ├── tc_workfd_get_uboot_config_vars.py ├── tc_workfd_git_rebase.py ├── tc_workfd_goto_lab_source_dir.py ├── tc_workfd_goto_linux_code.py ├── tc_workfd_goto_tbot_workdir.py ├── tc_workfd_goto_uboot_code.py ├── tc_workfd_grep.py ├── tc_workfd_hdparm.py ├── tc_workfd_insmod.py ├── tc_workfd_iperf.py ├── tc_workfd_linux_get_ifconfig.py ├── tc_workfd_linux_get_uboot_env.py ├── tc_workfd_linux_mkdir.py ├── tc_workfd_lx_get_bc.py ├── tc_workfd_lx_set_bc.py ├── tc_workfd_md5sum.py ├── tc_workfd_rm_dir.py ├── tc_workfd_rm_file.py ├── tc_workfd_rm_linux_code.py ├── tc_workfd_rm_uboot_code.py ├── tc_workfd_scp.py ├── tc_workfd_set_gpio.py ├── tc_workfd_ssh.py ├── tc_workfd_sudo_cp_file.py ├── tc_workfd_switch_su.py ├── ubi │ ├── tc_lx_ubi_attach.py │ ├── tc_lx_ubi_def.py │ ├── tc_lx_ubi_detach.py │ ├── tc_lx_ubi_format.py │ ├── tc_lx_ubi_info.py │ └── tc_lx_ubi_tests.py └── xenomai │ ├── tc_xenomai_common.py │ └── tc_xenomai_latency.py ├── tc_board_git_bisect.py ├── tc_dummy.py ├── tc_lab_apply_patches.py ├── tc_lab_compile_uboot.py ├── tc_lab_cp_file.py ├── tc_lab_get_uboot_source.py ├── tc_lab_poweroff.py ├── tc_lab_poweron.py ├── tc_lab_rm_dir.py ├── tc_lab_set_toolchain.py ├── tc_test_bootcounter.py ├── tc_ub_boot_linux.py ├── tc_workfd_apply_patches.py ├── tc_workfd_compile_uboot.py ├── tc_workfd_git_clone_source.py ├── tc_workfd_set_toolchain.py ├── tc_workfd_write_cmd_check.py ├── uboot ├── duts │ ├── tc_ub_basic.py │ ├── tc_ub_bdinfo.py │ ├── tc_ub_boot.py │ ├── tc_ub_coninfo.py │ ├── tc_ub_date.py │ ├── tc_ub_download.py │ ├── tc_ub_dtt.py │ ├── tc_ub_duts_fdt.py │ ├── tc_ub_duts_go.py │ ├── tc_ub_duts_hush.py │ ├── tc_ub_duts_source.py │ ├── tc_ub_duts_version.py │ ├── tc_ub_environment.py │ ├── tc_ub_flinfo.py │ ├── tc_ub_i2c_help.py │ ├── tc_ub_memory.py │ ├── tc_ub_run.py │ └── tc_ub_start_all_duts.py ├── tc_ub_aristainetos2_ubi.py ├── tc_ub_check_reg_file.py ├── tc_ub_check_version.py ├── tc_ub_cmp.py ├── tc_ub_create_am335x_reg_file.py ├── tc_ub_create_imx28_reg_file.py ├── tc_ub_create_imx6_reg_file.py ├── tc_ub_create_reg_file.py ├── tc_ub_dfu.py ├── tc_ub_dfu_random.py ├── tc_ub_dfu_random_default.py ├── tc_ub_get_bc.py ├── tc_ub_get_filesize.py ├── tc_ub_get_version.py ├── tc_ub_help.py ├── tc_ub_load_board_env.py ├── tc_ub_reset.py ├── tc_ub_setenv.py ├── tc_ub_setenv_fkt.py ├── tc_ub_test_py.py ├── tc_ub_testfkt.py ├── tc_ub_tftp_file.py ├── tc_ub_ubi_check_volume.py ├── tc_ub_ubi_create_volume.py ├── tc_ub_ubi_erase.py ├── tc_ub_ubi_info.py ├── tc_ub_ubi_prepare.py ├── tc_ub_ubi_read.py ├── tc_ub_ubi_write.py ├── tc_ub_ubifs_ls.py ├── tc_ub_ubifs_mount.py ├── tc_ub_upd_spl.py ├── tc_ub_upd_uboot.py ├── tc_uboot_check_kconfig.py ├── tc_uboot_ext2load.py ├── tc_uboot_ext2ls.py ├── tc_uboot_get_arch.py ├── tc_uboot_load_bin_with_kermit.py ├── tc_uboot_usb_info.py └── tc_uboot_usb_start.py └── yocto ├── tc_workfd_bitbake.py ├── tc_workfd_check_repo_cmd.py ├── tc_workfd_get_with_repo.py ├── tc_workfd_get_yocto_source.py ├── tc_workfd_goto_repo_code.py ├── tc_workfd_goto_yocto_code.py ├── tc_workfd_yocto_basic_check.py ├── tc_workfd_yocto_check_rootfs_version.py ├── tc_workfd_yocto_generate_bblayers.py ├── tc_workfd_yocto_patch_site.py ├── tc_yocto_get_result_files.py ├── tc_yocto_get_rootfs_from_tarball.py └── tc_yocto_install_rootfs_as_nfs.py /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/.gitignore -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/README.md -------------------------------------------------------------------------------- /ToDo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/ToDo -------------------------------------------------------------------------------- /all_denx_boards.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/all_denx_boards.sh -------------------------------------------------------------------------------- /config/aristainetos2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/config/aristainetos2.py -------------------------------------------------------------------------------- /config/beagleboneblack-debian.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/config/beagleboneblack-debian.py -------------------------------------------------------------------------------- /config/beagleboneblack-yocto.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/config/beagleboneblack-yocto.py -------------------------------------------------------------------------------- /config/beagleboneblack.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/config/beagleboneblack.py -------------------------------------------------------------------------------- /config/ccu1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/config/ccu1.py -------------------------------------------------------------------------------- /config/corvus.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/config/corvus.py -------------------------------------------------------------------------------- /config/dxr2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/config/dxr2.py -------------------------------------------------------------------------------- /config/dxr2_uboot_kconfig_check.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/config/dxr2_uboot_kconfig_check.py -------------------------------------------------------------------------------- /config/fipad.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/config/fipad.py -------------------------------------------------------------------------------- /config/flea3.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/config/flea3.py -------------------------------------------------------------------------------- /config/flea3_home.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/config/flea3_home.py -------------------------------------------------------------------------------- /config/lab_denx.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/config/lab_denx.py -------------------------------------------------------------------------------- /config/lab_home.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/config/lab_home.py -------------------------------------------------------------------------------- /config/lab_hs_home.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/config/lab_hs_home.py -------------------------------------------------------------------------------- /config/lab_tbot2go.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/config/lab_tbot2go.py -------------------------------------------------------------------------------- /config/lab_test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/config/lab_test.py -------------------------------------------------------------------------------- /config/mcx.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/config/mcx.py -------------------------------------------------------------------------------- /config/p2020rdb.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/config/p2020rdb.py -------------------------------------------------------------------------------- /config/p2041rdb.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/config/p2041rdb.py -------------------------------------------------------------------------------- /config/shc.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/config/shc.py -------------------------------------------------------------------------------- /config/sigmatek-nand.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/config/sigmatek-nand.py -------------------------------------------------------------------------------- /config/sirius_dds.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/config/sirius_dds.py -------------------------------------------------------------------------------- /config/smartweb.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/config/smartweb.py -------------------------------------------------------------------------------- /config/taurus.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/config/taurus.py -------------------------------------------------------------------------------- /config/tbot_test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/config/tbot_test.py -------------------------------------------------------------------------------- /config/thuban.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/config/thuban.py -------------------------------------------------------------------------------- /config/tqm5200.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/config/tqm5200.py -------------------------------------------------------------------------------- /config/uboot_kconfig_check.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/config/uboot_kconfig_check.py -------------------------------------------------------------------------------- /config/wandboard.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/config/wandboard.py -------------------------------------------------------------------------------- /config/wivue2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/config/wivue2.py -------------------------------------------------------------------------------- /demo.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/demo.gif -------------------------------------------------------------------------------- /doc/README.event: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/doc/README.event -------------------------------------------------------------------------------- /doc/README.install: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/doc/README.install -------------------------------------------------------------------------------- /doc/README.theory_of_operation: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/doc/README.theory_of_operation -------------------------------------------------------------------------------- /doc/README.variables: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/doc/README.variables -------------------------------------------------------------------------------- /doc/README.write_a_TC: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/doc/README.write_a_TC -------------------------------------------------------------------------------- /doc/doc_rst.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/doc/doc_rst.py -------------------------------------------------------------------------------- /doc/sphinx/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/doc/sphinx/Makefile -------------------------------------------------------------------------------- /doc/sphinx/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/doc/sphinx/README -------------------------------------------------------------------------------- /doc/sphinx/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/doc/sphinx/index.html -------------------------------------------------------------------------------- /doc/sphinx/make.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/doc/sphinx/make.bat -------------------------------------------------------------------------------- /doc/sphinx/source/_static/agogo.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/doc/sphinx/source/_static/agogo.css -------------------------------------------------------------------------------- /doc/sphinx/source/_static/bgtop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/doc/sphinx/source/_static/bgtop.png -------------------------------------------------------------------------------- /doc/sphinx/source/_static/multiplexed_tbotdoc.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/doc/sphinx/source/_static/multiplexed_tbotdoc.css -------------------------------------------------------------------------------- /doc/sphinx/source/bbb_guide.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/doc/sphinx/source/bbb_guide.rst -------------------------------------------------------------------------------- /doc/sphinx/source/conf.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/doc/sphinx/source/conf.py -------------------------------------------------------------------------------- /doc/sphinx/source/event.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/doc/sphinx/source/event.rst -------------------------------------------------------------------------------- /doc/sphinx/source/event_backends.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/doc/sphinx/source/event_backends.rst -------------------------------------------------------------------------------- /doc/sphinx/source/flyer.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/doc/sphinx/source/flyer.rst -------------------------------------------------------------------------------- /doc/sphinx/source/guide.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/doc/sphinx/source/guide.rst -------------------------------------------------------------------------------- /doc/sphinx/source/image/demo.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/doc/sphinx/source/image/demo.gif -------------------------------------------------------------------------------- /doc/sphinx/source/image/guide/guide_backend_dashboard_enable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/doc/sphinx/source/image/guide/guide_backend_dashboard_enable.png -------------------------------------------------------------------------------- /doc/sphinx/source/image/guide/guide_backend_documentation_enable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/doc/sphinx/source/image/guide/guide_backend_documentation_enable.png -------------------------------------------------------------------------------- /doc/sphinx/source/image/guide/guide_backend_documentation_run.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/doc/sphinx/source/image/guide/guide_backend_documentation_run.png -------------------------------------------------------------------------------- /doc/sphinx/source/image/guide/guide_backend_dot_enable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/doc/sphinx/source/image/guide/guide_backend_dot_enable.png -------------------------------------------------------------------------------- /doc/sphinx/source/image/guide/guide_backend_dot_example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/doc/sphinx/source/image/guide/guide_backend_dot_example.png -------------------------------------------------------------------------------- /doc/sphinx/source/image/guide/guide_backend_dot_version.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/doc/sphinx/source/image/guide/guide_backend_dot_version.png -------------------------------------------------------------------------------- /doc/sphinx/source/image/guide/guide_backend_html_enable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/doc/sphinx/source/image/guide/guide_backend_html_enable.png -------------------------------------------------------------------------------- /doc/sphinx/source/image/guide/guide_backend_statistic_enable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/doc/sphinx/source/image/guide/guide_backend_statistic_enable.png -------------------------------------------------------------------------------- /doc/sphinx/source/image/guide/guide_backend_statistic_example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/doc/sphinx/source/image/guide/guide_backend_statistic_example.png -------------------------------------------------------------------------------- /doc/sphinx/source/image/guide/guide_backend_statistic_gnuplotversion.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/doc/sphinx/source/image/guide/guide_backend_statistic_gnuplotversion.png -------------------------------------------------------------------------------- /doc/sphinx/source/image/guide/guide_demo1_disable_statusprintf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/doc/sphinx/source/image/guide/guide_demo1_disable_statusprintf.png -------------------------------------------------------------------------------- /doc/sphinx/source/image/guide/guide_demo1_lab_config.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/doc/sphinx/source/image/guide/guide_demo1_lab_config.png -------------------------------------------------------------------------------- /doc/sphinx/source/image/guide/guide_demo1_lab_config_tftpserver.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/doc/sphinx/source/image/guide/guide_demo1_lab_config_tftpserver.png -------------------------------------------------------------------------------- /doc/sphinx/source/image/guide/guide_demo1_lab_tftpdir_result.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/doc/sphinx/source/image/guide/guide_demo1_lab_tftpdir_result.png -------------------------------------------------------------------------------- /doc/sphinx/source/image/guide/guide_demo1_tbot_run.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/doc/sphinx/source/image/guide/guide_demo1_tbot_run.png -------------------------------------------------------------------------------- /doc/sphinx/source/image/guide/guide_demo1_toolchain.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/doc/sphinx/source/image/guide/guide_demo1_toolchain.png -------------------------------------------------------------------------------- /doc/sphinx/source/image/guide/guide_demo1_uboot_env.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/doc/sphinx/source/image/guide/guide_demo1_uboot_env.png -------------------------------------------------------------------------------- /doc/sphinx/source/image/guide/guide_demo1_uboot_env_comment.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/doc/sphinx/source/image/guide/guide_demo1_uboot_env_comment.png -------------------------------------------------------------------------------- /doc/sphinx/source/image/guide/guide_first_run.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/doc/sphinx/source/image/guide/guide_first_run.png -------------------------------------------------------------------------------- /doc/sphinx/source/image/guide/guide_first_run_failure.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/doc/sphinx/source/image/guide/guide_first_run_failure.png -------------------------------------------------------------------------------- /doc/sphinx/source/image/guide/guide_first_run_fix_prompt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/doc/sphinx/source/image/guide/guide_first_run_fix_prompt.png -------------------------------------------------------------------------------- /doc/sphinx/source/image/guide/guide_interactive.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/doc/sphinx/source/image/guide/guide_interactive.gif -------------------------------------------------------------------------------- /doc/sphinx/source/image/guide/guide_interactive_power.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/doc/sphinx/source/image/guide/guide_interactive_power.png -------------------------------------------------------------------------------- /doc/sphinx/source/image/guide/guide_kermit_test.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/doc/sphinx/source/image/guide/guide_kermit_test.png -------------------------------------------------------------------------------- /doc/sphinx/source/image/guide/guide_lab_specific.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/doc/sphinx/source/image/guide/guide_lab_specific.png -------------------------------------------------------------------------------- /doc/sphinx/source/image/guide/guide_relais_bbb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/doc/sphinx/source/image/guide/guide_relais_bbb.jpg -------------------------------------------------------------------------------- /doc/sphinx/source/image/guide/guide_relais_get_config.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/doc/sphinx/source/image/guide/guide_relais_get_config.png -------------------------------------------------------------------------------- /doc/sphinx/source/image/guide/guide_relais_get_config_explained.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/doc/sphinx/source/image/guide/guide_relais_get_config_explained.png -------------------------------------------------------------------------------- /doc/sphinx/source/image/guide/guide_relais_jumper_small.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/doc/sphinx/source/image/guide/guide_relais_jumper_small.jpg -------------------------------------------------------------------------------- /doc/sphinx/source/image/guide/guide_relais_list_devices.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/doc/sphinx/source/image/guide/guide_relais_list_devices.png -------------------------------------------------------------------------------- /doc/sphinx/source/image/guide/guide_relais_off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/doc/sphinx/source/image/guide/guide_relais_off.png -------------------------------------------------------------------------------- /doc/sphinx/source/image/guide/guide_relais_on.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/doc/sphinx/source/image/guide/guide_relais_on.png -------------------------------------------------------------------------------- /doc/sphinx/source/image/guide/guide_relais_set_off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/doc/sphinx/source/image/guide/guide_relais_set_off.png -------------------------------------------------------------------------------- /doc/sphinx/source/image/guide/guide_relais_set_on.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/doc/sphinx/source/image/guide/guide_relais_set_on.png -------------------------------------------------------------------------------- /doc/sphinx/source/image/guide/guide_serial_setup.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/doc/sphinx/source/image/guide/guide_serial_setup.png -------------------------------------------------------------------------------- /doc/sphinx/source/image/guide/guide_serial_setup_edit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/doc/sphinx/source/image/guide/guide_serial_setup_edit.png -------------------------------------------------------------------------------- /doc/sphinx/source/image/guide/guide_sispmctl_edit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/doc/sphinx/source/image/guide/guide_sispmctl_edit.png -------------------------------------------------------------------------------- /doc/sphinx/source/image/guide/guide_sispmctl_explanation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/doc/sphinx/source/image/guide/guide_sispmctl_explanation.png -------------------------------------------------------------------------------- /doc/sphinx/source/image/guide/guide_sispmctl_fasttest.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/doc/sphinx/source/image/guide/guide_sispmctl_fasttest.png -------------------------------------------------------------------------------- /doc/sphinx/source/image/guide/guide_sispmctl_scan.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/doc/sphinx/source/image/guide/guide_sispmctl_scan.png -------------------------------------------------------------------------------- /doc/sphinx/source/image/guide/guide_sispmctl_version.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/doc/sphinx/source/image/guide/guide_sispmctl_version.png -------------------------------------------------------------------------------- /doc/sphinx/source/image/guide/guide_ssh.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/doc/sphinx/source/image/guide/guide_ssh.png -------------------------------------------------------------------------------- /doc/sphinx/source/image/guide/guide_ssh_password.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/doc/sphinx/source/image/guide/guide_ssh_password.png -------------------------------------------------------------------------------- /doc/sphinx/source/image/guide/guide_ssh_port.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/doc/sphinx/source/image/guide/guide_ssh_port.png -------------------------------------------------------------------------------- /doc/sphinx/source/image/guide/guide_ssh_public_key.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/doc/sphinx/source/image/guide/guide_ssh_public_key.png -------------------------------------------------------------------------------- /doc/sphinx/source/image/guide/jenkins/01-newjob.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/doc/sphinx/source/image/guide/jenkins/01-newjob.png -------------------------------------------------------------------------------- /doc/sphinx/source/image/guide/jenkins/02-configure-general.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/doc/sphinx/source/image/guide/jenkins/02-configure-general.png -------------------------------------------------------------------------------- /doc/sphinx/source/image/guide/jenkins/03-configure-build.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/doc/sphinx/source/image/guide/jenkins/03-configure-build.png -------------------------------------------------------------------------------- /doc/sphinx/source/image/guide/jenkins/10-node-create.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/doc/sphinx/source/image/guide/jenkins/10-node-create.png -------------------------------------------------------------------------------- /doc/sphinx/source/image/guide/jenkins/11-node-create-permanent.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/doc/sphinx/source/image/guide/jenkins/11-node-create-permanent.png -------------------------------------------------------------------------------- /doc/sphinx/source/image/guide/jenkins/12-node-create-settings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/doc/sphinx/source/image/guide/jenkins/12-node-create-settings.png -------------------------------------------------------------------------------- /doc/sphinx/source/image/guide/ssh_edit_password.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/doc/sphinx/source/image/guide/ssh_edit_password.png -------------------------------------------------------------------------------- /doc/sphinx/source/image/guide/ssh_edit_password_public_key.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/doc/sphinx/source/image/guide/ssh_edit_password_public_key.png -------------------------------------------------------------------------------- /doc/sphinx/source/image/guide/ssh_labconfig.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/doc/sphinx/source/image/guide/ssh_labconfig.png -------------------------------------------------------------------------------- /doc/sphinx/source/image/guide/ssh_shell.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/doc/sphinx/source/image/guide/ssh_shell.png -------------------------------------------------------------------------------- /doc/sphinx/source/image/installation/boardname.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/doc/sphinx/source/image/installation/boardname.png -------------------------------------------------------------------------------- /doc/sphinx/source/image/installation/password.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/doc/sphinx/source/image/installation/password.png -------------------------------------------------------------------------------- /doc/sphinx/source/image/installation/serial.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/doc/sphinx/source/image/installation/serial.png -------------------------------------------------------------------------------- /doc/sphinx/source/image/installation/serial_kermit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/doc/sphinx/source/image/installation/serial_kermit.png -------------------------------------------------------------------------------- /doc/sphinx/source/image/installation/serial_kermit_line.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/doc/sphinx/source/image/installation/serial_kermit_line.png -------------------------------------------------------------------------------- /doc/sphinx/source/image/installation/serial_kermit_lxprompt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/doc/sphinx/source/image/installation/serial_kermit_lxprompt.png -------------------------------------------------------------------------------- /doc/sphinx/source/image/installation/serial_kermit_ubprompt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/doc/sphinx/source/image/installation/serial_kermit_ubprompt.png -------------------------------------------------------------------------------- /doc/sphinx/source/image/installation/ub_setenv.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/doc/sphinx/source/image/installation/ub_setenv.png -------------------------------------------------------------------------------- /doc/sphinx/source/image/installation/usb_relay.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/doc/sphinx/source/image/installation/usb_relay.png -------------------------------------------------------------------------------- /doc/sphinx/source/image/installation/usb_relay_port.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/doc/sphinx/source/image/installation/usb_relay_port.png -------------------------------------------------------------------------------- /doc/sphinx/source/image/installation/username.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/doc/sphinx/source/image/installation/username.png -------------------------------------------------------------------------------- /doc/sphinx/source/image/installation/workdir.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/doc/sphinx/source/image/installation/workdir.png -------------------------------------------------------------------------------- /doc/sphinx/source/image/tbot_structure.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/doc/sphinx/source/image/tbot_structure.png -------------------------------------------------------------------------------- /doc/sphinx/source/image/tips/top-mem-output.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/doc/sphinx/source/image/tips/top-mem-output.jpg -------------------------------------------------------------------------------- /doc/sphinx/source/jenkins.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/doc/sphinx/source/jenkins.rst -------------------------------------------------------------------------------- /doc/sphinx/source/main.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/doc/sphinx/source/main.rst -------------------------------------------------------------------------------- /doc/sphinx/source/old_doc.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/doc/sphinx/source/old_doc.rst -------------------------------------------------------------------------------- /doc/sphinx/source/overview.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/doc/sphinx/source/overview.rst -------------------------------------------------------------------------------- /doc/sphinx/source/presentations/guide_presentation.odp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/doc/sphinx/source/presentations/guide_presentation.odp -------------------------------------------------------------------------------- /doc/sphinx/source/presentations/tbot_ese_2016.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/doc/sphinx/source/presentations/tbot_ese_2016.pdf -------------------------------------------------------------------------------- /doc/sphinx/source/principles.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/doc/sphinx/source/principles.rst -------------------------------------------------------------------------------- /doc/sphinx/source/roadmap.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/doc/sphinx/source/roadmap.rst -------------------------------------------------------------------------------- /doc/sphinx/source/special.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/doc/sphinx/source/special.rst -------------------------------------------------------------------------------- /doc/sphinx/source/tbot2go.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/doc/sphinx/source/tbot2go.rst -------------------------------------------------------------------------------- /doc/sphinx/source/tbotlib.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/doc/sphinx/source/tbotlib.rst -------------------------------------------------------------------------------- /doc/sphinx/source/testcases.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/doc/sphinx/source/testcases.rst -------------------------------------------------------------------------------- /doc/sphinx/source/tips.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/doc/sphinx/source/tips.rst -------------------------------------------------------------------------------- /doc/tbot_structure.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/doc/tbot_structure.png -------------------------------------------------------------------------------- /log/multiplexed_tbotlog.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/log/multiplexed_tbotlog.css -------------------------------------------------------------------------------- /log/myscript.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/log/myscript.js -------------------------------------------------------------------------------- /password-test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/password-test.py -------------------------------------------------------------------------------- /password.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/password.py -------------------------------------------------------------------------------- /reformat_logfile.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/reformat_logfile.sh -------------------------------------------------------------------------------- /scripts/demo/documentation_backend/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/scripts/demo/documentation_backend/README -------------------------------------------------------------------------------- /scripts/demo/documentation_backend/logfiles/main_tb_con_1_2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/scripts/demo/documentation_backend/logfiles/main_tb_con_1_2.txt -------------------------------------------------------------------------------- /scripts/demo/documentation_backend/logfiles/main_tb_ctrl_1_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/scripts/demo/documentation_backend/logfiles/main_tb_ctrl_1_1.txt -------------------------------------------------------------------------------- /scripts/demo/documentation_backend/logfiles/tc_lab_cp_file.py_tb_ctrl_1_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/scripts/demo/documentation_backend/logfiles/tc_lab_cp_file.py_tb_ctrl_1_1.txt -------------------------------------------------------------------------------- /scripts/demo/documentation_backend/logfiles/tc_lab_cp_file.py_tb_ctrl_2_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/scripts/demo/documentation_backend/logfiles/tc_lab_cp_file.py_tb_ctrl_2_1.txt -------------------------------------------------------------------------------- /scripts/demo/documentation_backend/logfiles/tc_lab_rm_dir.py_tb_ctrl_1_1.txt: -------------------------------------------------------------------------------- 1 | rm -rf /work/hs/tbot/linux-shc 2 | hs@pollux [21:28:15] ttbott> -------------------------------------------------------------------------------- /scripts/demo/documentation_backend/logfiles/tc_workfd_check_cmd_success.py_tb_ctrl_10_1.txt: -------------------------------------------------------------------------------- 1 | if [ $? -ne 0 ]; then echo 'FAILED'; fi 2 | hs@pollux [21:30:42] ttbott> -------------------------------------------------------------------------------- /scripts/demo/documentation_backend/logfiles/tc_workfd_check_cmd_success.py_tb_ctrl_11_1.txt: -------------------------------------------------------------------------------- 1 | if [ $? -ne 0 ]; then echo 'FAILED'; fi 2 | hs@pollux [21:30:43] ttbott> -------------------------------------------------------------------------------- /scripts/demo/documentation_backend/logfiles/tc_workfd_check_cmd_success.py_tb_ctrl_12_1.txt: -------------------------------------------------------------------------------- 1 | if [ $? -ne 0 ]; then echo 'FAILED'; fi 2 | hs@pollux [21:30:43] ttbott> -------------------------------------------------------------------------------- /scripts/demo/documentation_backend/logfiles/tc_workfd_check_cmd_success.py_tb_ctrl_1_1.txt: -------------------------------------------------------------------------------- 1 | if [ $? -ne 0 ]; then echo 'FAILED'; fi 2 | hs@pollux [21:28:15] ttbott> -------------------------------------------------------------------------------- /scripts/demo/documentation_backend/logfiles/tc_workfd_check_cmd_success.py_tb_ctrl_3_1.txt: -------------------------------------------------------------------------------- 1 | if [ $? -ne 0 ]; then echo 'FAILED'; fi 2 | hs@pollux [21:28:16] ttbott> -------------------------------------------------------------------------------- /scripts/demo/documentation_backend/logfiles/tc_workfd_check_cmd_success.py_tb_ctrl_4_1.txt: -------------------------------------------------------------------------------- 1 | if [ $? -ne 0 ]; then echo 'FAILED'; fi 2 | hs@pollux [21:28:31] ttbott> -------------------------------------------------------------------------------- /scripts/demo/documentation_backend/logfiles/tc_workfd_check_cmd_success.py_tb_ctrl_5_1.txt: -------------------------------------------------------------------------------- 1 | if [ $? -ne 0 ]; then echo 'FAILED'; fi 2 | hs@pollux [21:28:31] ttbott> -------------------------------------------------------------------------------- /scripts/demo/documentation_backend/logfiles/tc_workfd_check_cmd_success.py_tb_ctrl_6_1.txt: -------------------------------------------------------------------------------- 1 | if [ $? -ne 0 ]; then echo 'FAILED'; fi 2 | hs@pollux [21:28:32] ttbott> -------------------------------------------------------------------------------- /scripts/demo/documentation_backend/logfiles/tc_workfd_check_cmd_success.py_tb_ctrl_7_1.txt: -------------------------------------------------------------------------------- 1 | if [ $? -ne 0 ]; then echo 'FAILED'; fi 2 | hs@pollux [21:28:33] ttbott> -------------------------------------------------------------------------------- /scripts/demo/documentation_backend/logfiles/tc_workfd_check_cmd_success.py_tb_ctrl_8_1.txt: -------------------------------------------------------------------------------- 1 | if [ $? -ne 0 ]; then echo 'FAILED'; fi 2 | hs@pollux [21:28:36] ttbott> -------------------------------------------------------------------------------- /scripts/demo/documentation_backend/logfiles/tc_workfd_check_cmd_success.py_tb_ctrl_9_1.txt: -------------------------------------------------------------------------------- 1 | if [ $? -ne 0 ]; then echo 'FAILED'; fi 2 | hs@pollux [21:30:41] ttbott> -------------------------------------------------------------------------------- /scripts/demo/documentation_backend/logfiles/tc_workfd_goto_lab_source_dir.py_tb_ctrl_1_1.txt: -------------------------------------------------------------------------------- 1 | cd /work/hs/tbot 2 | hs@pollux [21:28:16] ttbott> -------------------------------------------------------------------------------- /scripts/demo/documentation_backend/logfiles/tc_workfd_goto_linux_code.py_tb_ctrl_2_1.txt: -------------------------------------------------------------------------------- 1 | cd /work/hs/tbot/linux-shc 2 | hs@pollux [21:28:33] ttbott> -------------------------------------------------------------------------------- /scripts/demo/documentation_backend/orginal.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/scripts/demo/documentation_backend/orginal.rst -------------------------------------------------------------------------------- /scripts/demo/documentation_backend/orginal_converted.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/scripts/demo/documentation_backend/orginal_converted.pdf -------------------------------------------------------------------------------- /scripts/demo/documentation_backend/orginal_converted.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/scripts/demo/documentation_backend/orginal_converted.rst -------------------------------------------------------------------------------- /scripts/demo/documentation_backend/replace_tbot_marker.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/scripts/demo/documentation_backend/replace_tbot_marker.py -------------------------------------------------------------------------------- /smartweb_demo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/smartweb_demo.png -------------------------------------------------------------------------------- /src/common/event/dashboard.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/common/event/dashboard.py -------------------------------------------------------------------------------- /src/common/event/documentation.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/common/event/documentation.py -------------------------------------------------------------------------------- /src/common/event/dot.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/common/event/dot.py -------------------------------------------------------------------------------- /src/common/event/html_log.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/common/event/html_log.py -------------------------------------------------------------------------------- /src/common/event/junit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/common/event/junit.py -------------------------------------------------------------------------------- /src/common/event/statisitic_plot.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/common/event/statisitic_plot.py -------------------------------------------------------------------------------- /src/common/event/web_patchwork.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/common/event/web_patchwork.py -------------------------------------------------------------------------------- /src/common/gpio.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/common/gpio.py -------------------------------------------------------------------------------- /src/common/tbot.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/common/tbot.py -------------------------------------------------------------------------------- /src/common/tbot_connection.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/common/tbot_connection.py -------------------------------------------------------------------------------- /src/common/tbot_connection_paramiko.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/common/tbot_connection_paramiko.py -------------------------------------------------------------------------------- /src/common/tbot_event.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/common/tbot_event.py -------------------------------------------------------------------------------- /src/common/tbot_wdt.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/common/tbot_wdt.py -------------------------------------------------------------------------------- /src/common/tbotlib.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/common/tbotlib.py -------------------------------------------------------------------------------- /src/dashboard/konfiguration.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/dashboard/konfiguration.php -------------------------------------------------------------------------------- /src/dashboard/read_db.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/dashboard/read_db.php -------------------------------------------------------------------------------- /src/documentation/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/documentation/README -------------------------------------------------------------------------------- /src/documentation/copy_logfiles.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/documentation/copy_logfiles.py -------------------------------------------------------------------------------- /src/documentation/linux_top/abstract.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/documentation/linux_top/abstract.rst -------------------------------------------------------------------------------- /src/documentation/linux_top/index.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/documentation/linux_top/index.rst -------------------------------------------------------------------------------- /src/documentation/linux_top/linux_top.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/documentation/linux_top/linux_top.rst -------------------------------------------------------------------------------- /src/documentation/linux_top/logfiles/duts_settings.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/documentation/linux_top/logfiles/duts_settings.txt -------------------------------------------------------------------------------- /src/documentation/linux_top/logfiles/main_tb_con_1_2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/documentation/linux_top/logfiles/main_tb_con_1_2.txt -------------------------------------------------------------------------------- /src/documentation/linux_top/logfiles/main_tb_ctrl_1_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/documentation/linux_top/logfiles/main_tb_ctrl_1_1.txt -------------------------------------------------------------------------------- /src/documentation/linux_top/logfiles/tc_lab_prepare_tbot2go.py_tb_con_2_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/documentation/linux_top/logfiles/tc_lab_prepare_tbot2go.py_tb_con_2_1.txt -------------------------------------------------------------------------------- /src/documentation/linux_top/logfiles/tc_lab_prepare_tbot2go.py_tb_ctrl_1_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/documentation/linux_top/logfiles/tc_lab_prepare_tbot2go.py_tb_ctrl_1_1.txt -------------------------------------------------------------------------------- /src/documentation/linux_top/logfiles/tc_linux_top.py_tb_con_1_1.txt: -------------------------------------------------------------------------------- 1 | 2 | 3 | root@beaglebone [13:40:38] ttbott> -------------------------------------------------------------------------------- /src/documentation/linux_top/logfiles/tc_linux_top.py_tb_con_1_2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/documentation/linux_top/logfiles/tc_linux_top.py_tb_con_1_2.txt -------------------------------------------------------------------------------- /src/documentation/linux_top/logfiles/top-cpu-output.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/documentation/linux_top/logfiles/top-cpu-output.jpg -------------------------------------------------------------------------------- /src/documentation/linux_top/logfiles/top-load-output.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/documentation/linux_top/logfiles/top-load-output.jpg -------------------------------------------------------------------------------- /src/documentation/linux_top/logfiles/top-mem-output.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/documentation/linux_top/logfiles/top-mem-output.jpg -------------------------------------------------------------------------------- /src/documentation/linux_top/pdf/bbb_linux_top.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/documentation/linux_top/pdf/bbb_linux_top.pdf -------------------------------------------------------------------------------- /src/documentation/linux_top/pdf/index.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/documentation/linux_top/pdf/index.pdf -------------------------------------------------------------------------------- /src/documentation/linux_top/work/abstract.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/documentation/linux_top/work/abstract.rst -------------------------------------------------------------------------------- /src/documentation/linux_top/work/images/help.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/documentation/linux_top/work/images/help.gif -------------------------------------------------------------------------------- /src/documentation/linux_top/work/images/tip.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/documentation/linux_top/work/images/tip.gif -------------------------------------------------------------------------------- /src/documentation/linux_top/work/images/warning.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/documentation/linux_top/work/images/warning.gif -------------------------------------------------------------------------------- /src/documentation/linux_top/work/index.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/documentation/linux_top/work/index.rst -------------------------------------------------------------------------------- /src/documentation/linux_top/work/linux_top.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/documentation/linux_top/work/linux_top.rst -------------------------------------------------------------------------------- /src/documentation/make_doku_bbb_top.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/documentation/make_doku_bbb_top.sh -------------------------------------------------------------------------------- /src/documentation/make_doku_ub.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/documentation/make_doku_ub.sh -------------------------------------------------------------------------------- /src/documentation/make_doku_yocto.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/documentation/make_doku_yocto.sh -------------------------------------------------------------------------------- /src/documentation/mark_red.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/documentation/mark_red.py -------------------------------------------------------------------------------- /src/documentation/patch_logfiles.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/documentation/patch_logfiles.py -------------------------------------------------------------------------------- /src/documentation/replace_tbot_marker.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/documentation/replace_tbot_marker.py -------------------------------------------------------------------------------- /src/documentation/stylesheet.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/documentation/stylesheet.txt -------------------------------------------------------------------------------- /src/documentation/u-boot/abstract.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/documentation/u-boot/abstract.rst -------------------------------------------------------------------------------- /src/documentation/u-boot/index.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/documentation/u-boot/index.rst -------------------------------------------------------------------------------- /src/documentation/u-boot/logfiles/TBOT_BASEDIR_check_exist_tb_ctrl_1_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/documentation/u-boot/logfiles/TBOT_BASEDIR_check_exist_tb_ctrl_1_1.txt -------------------------------------------------------------------------------- /src/documentation/u-boot/logfiles/TBOT_BASEDIR_check_exist_tb_ctrl_1_2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/documentation/u-boot/logfiles/TBOT_BASEDIR_check_exist_tb_ctrl_1_2.txt -------------------------------------------------------------------------------- /src/documentation/u-boot/logfiles/base_0_tb_con_1_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/documentation/u-boot/logfiles/base_0_tb_con_1_1.txt -------------------------------------------------------------------------------- /src/documentation/u-boot/logfiles/base_100000_tb_con_1_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/documentation/u-boot/logfiles/base_100000_tb_con_1_1.txt -------------------------------------------------------------------------------- /src/documentation/u-boot/logfiles/base_tb_con_1_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/documentation/u-boot/logfiles/base_tb_con_1_1.txt -------------------------------------------------------------------------------- /src/documentation/u-boot/logfiles/bdi_tb_con_1_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/documentation/u-boot/logfiles/bdi_tb_con_1_1.txt -------------------------------------------------------------------------------- /src/documentation/u-boot/logfiles/bdi_tb_con_2_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/documentation/u-boot/logfiles/bdi_tb_con_2_1.txt -------------------------------------------------------------------------------- /src/documentation/u-boot/logfiles/cat_source_example.txt_tb_ctrl_1_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/documentation/u-boot/logfiles/cat_source_example.txt_tb_ctrl_1_1.txt -------------------------------------------------------------------------------- /src/documentation/u-boot/logfiles/cd2u-boot_tb_ctrl_1_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/documentation/u-boot/logfiles/cd2u-boot_tb_ctrl_1_1.txt -------------------------------------------------------------------------------- /src/documentation/u-boot/logfiles/cd_$TBOT_BASEDIR_tb_ctrl_1_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/documentation/u-boot/logfiles/cd_$TBOT_BASEDIR_tb_ctrl_1_1.txt -------------------------------------------------------------------------------- /src/documentation/u-boot/logfiles/cd_$TBOT_BASEDIR_tb_ctrl_2_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/documentation/u-boot/logfiles/cd_$TBOT_BASEDIR_tb_ctrl_2_1.txt -------------------------------------------------------------------------------- /src/documentation/u-boot/logfiles/cd_$TBOT_BASEDIR_tb_ctrl_3_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/documentation/u-boot/logfiles/cd_$TBOT_BASEDIR_tb_ctrl_3_1.txt -------------------------------------------------------------------------------- /src/documentation/u-boot/logfiles/cd_$TBOT_BASEDIR_tb_ctrl_4_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/documentation/u-boot/logfiles/cd_$TBOT_BASEDIR_tb_ctrl_4_1.txt -------------------------------------------------------------------------------- /src/documentation/u-boot/logfiles/cd_$TBOT_BASEDIR_tb_ctrl_5_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/documentation/u-boot/logfiles/cd_$TBOT_BASEDIR_tb_ctrl_5_1.txt -------------------------------------------------------------------------------- /src/documentation/u-boot/logfiles/cmp_fail_big_tb_con_1_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/documentation/u-boot/logfiles/cmp_fail_big_tb_con_1_1.txt -------------------------------------------------------------------------------- /src/documentation/u-boot/logfiles/cmp_fail_tb_con_1_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/documentation/u-boot/logfiles/cmp_fail_tb_con_1_1.txt -------------------------------------------------------------------------------- /src/documentation/u-boot/logfiles/cmp_long_tb_con_1_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/documentation/u-boot/logfiles/cmp_long_tb_con_1_1.txt -------------------------------------------------------------------------------- /src/documentation/u-boot/logfiles/cmp_spl_tb_con_1_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/documentation/u-boot/logfiles/cmp_spl_tb_con_1_1.txt -------------------------------------------------------------------------------- /src/documentation/u-boot/logfiles/cmp_spl_tb_con_1_2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/documentation/u-boot/logfiles/cmp_spl_tb_con_1_2.txt -------------------------------------------------------------------------------- /src/documentation/u-boot/logfiles/cmp_uboot_tb_con_1_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/documentation/u-boot/logfiles/cmp_uboot_tb_con_1_1.txt -------------------------------------------------------------------------------- /src/documentation/u-boot/logfiles/cmp_uboot_tb_con_1_2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/documentation/u-boot/logfiles/cmp_uboot_tb_con_1_2.txt -------------------------------------------------------------------------------- /src/documentation/u-boot/logfiles/compile_uboot_config_tb_ctrl_1_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/documentation/u-boot/logfiles/compile_uboot_config_tb_ctrl_1_1.txt -------------------------------------------------------------------------------- /src/documentation/u-boot/logfiles/compile_uboot_make_tb_ctrl_1_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/documentation/u-boot/logfiles/compile_uboot_make_tb_ctrl_1_1.txt -------------------------------------------------------------------------------- /src/documentation/u-boot/logfiles/compile_uboot_mrproper_tb_ctrl_1_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/documentation/u-boot/logfiles/compile_uboot_mrproper_tb_ctrl_1_1.txt -------------------------------------------------------------------------------- /src/documentation/u-boot/logfiles/compile_uboot_set_dtc_tb_ctrl_1_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/documentation/u-boot/logfiles/compile_uboot_set_dtc_tb_ctrl_1_1.txt -------------------------------------------------------------------------------- /src/documentation/u-boot/logfiles/conin_tb_con_1_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/documentation/u-boot/logfiles/conin_tb_con_1_1.txt -------------------------------------------------------------------------------- /src/documentation/u-boot/logfiles/cp_basic_tb_con_1_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/documentation/u-boot/logfiles/cp_basic_tb_con_1_1.txt -------------------------------------------------------------------------------- /src/documentation/u-boot/logfiles/cp_extensions_tb_con_1_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/documentation/u-boot/logfiles/cp_extensions_tb_con_1_1.txt -------------------------------------------------------------------------------- /src/documentation/u-boot/logfiles/crc_0x80000004_0x3fc_0x80000000_tb_con_1_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/documentation/u-boot/logfiles/crc_0x80000004_0x3fc_0x80000000_tb_con_1_1.txt -------------------------------------------------------------------------------- /src/documentation/u-boot/logfiles/crc_0x80000004_0x3fc_tb_con_1_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/documentation/u-boot/logfiles/crc_0x80000004_0x3fc_tb_con_1_1.txt -------------------------------------------------------------------------------- /src/documentation/u-boot/logfiles/duts_settings.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/documentation/u-boot/logfiles/duts_settings.txt -------------------------------------------------------------------------------- /src/documentation/u-boot/logfiles/fdt_addr_pre_tb_con_1_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/documentation/u-boot/logfiles/fdt_addr_pre_tb_con_1_1.txt -------------------------------------------------------------------------------- /src/documentation/u-boot/logfiles/fdt_addr_pre_tb_con_1_2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/documentation/u-boot/logfiles/fdt_addr_pre_tb_con_1_2.txt -------------------------------------------------------------------------------- /src/documentation/u-boot/logfiles/fdt_addr_prepare_tb_con_1_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/documentation/u-boot/logfiles/fdt_addr_prepare_tb_con_1_1.txt -------------------------------------------------------------------------------- /src/documentation/u-boot/logfiles/fdt_addr_tb_con_1_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/documentation/u-boot/logfiles/fdt_addr_tb_con_1_1.txt -------------------------------------------------------------------------------- /src/documentation/u-boot/logfiles/fdt_chosen_tb_con_1_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/documentation/u-boot/logfiles/fdt_chosen_tb_con_1_1.txt -------------------------------------------------------------------------------- /src/documentation/u-boot/logfiles/fdt_list_tb_con_1_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/documentation/u-boot/logfiles/fdt_list_tb_con_1_1.txt -------------------------------------------------------------------------------- /src/documentation/u-boot/logfiles/fdt_mknode_tb_con_1_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/documentation/u-boot/logfiles/fdt_mknode_tb_con_1_1.txt -------------------------------------------------------------------------------- /src/documentation/u-boot/logfiles/fdt_move_node_2_tb_con_1_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/documentation/u-boot/logfiles/fdt_move_node_2_tb_con_1_1.txt -------------------------------------------------------------------------------- /src/documentation/u-boot/logfiles/fdt_move_node_3_tb_con_1_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/documentation/u-boot/logfiles/fdt_move_node_3_tb_con_1_1.txt -------------------------------------------------------------------------------- /src/documentation/u-boot/logfiles/fdt_move_node_tb_con_1_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/documentation/u-boot/logfiles/fdt_move_node_tb_con_1_1.txt -------------------------------------------------------------------------------- /src/documentation/u-boot/logfiles/fdt_print_tb_con_1_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/documentation/u-boot/logfiles/fdt_print_tb_con_1_1.txt -------------------------------------------------------------------------------- /src/documentation/u-boot/logfiles/fdt_rmnode_tb_con_1_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/documentation/u-boot/logfiles/fdt_rmnode_tb_con_1_1.txt -------------------------------------------------------------------------------- /src/documentation/u-boot/logfiles/fdt_setnode_tb_con_1_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/documentation/u-boot/logfiles/fdt_setnode_tb_con_1_1.txt -------------------------------------------------------------------------------- /src/documentation/u-boot/logfiles/flinfo_tb_con_1_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/documentation/u-boot/logfiles/flinfo_tb_con_1_1.txt -------------------------------------------------------------------------------- /src/documentation/u-boot/logfiles/help_base_tb_con_1_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/documentation/u-boot/logfiles/help_base_tb_con_1_1.txt -------------------------------------------------------------------------------- /src/documentation/u-boot/logfiles/help_bdinfo_tb_con_1_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/documentation/u-boot/logfiles/help_bdinfo_tb_con_1_1.txt -------------------------------------------------------------------------------- /src/documentation/u-boot/logfiles/help_bdinfo_tb_con_2_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/documentation/u-boot/logfiles/help_bdinfo_tb_con_2_1.txt -------------------------------------------------------------------------------- /src/documentation/u-boot/logfiles/help_boot_tb_con_1_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/documentation/u-boot/logfiles/help_boot_tb_con_1_1.txt -------------------------------------------------------------------------------- /src/documentation/u-boot/logfiles/help_bootd_tb_con_1_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/documentation/u-boot/logfiles/help_bootd_tb_con_1_1.txt -------------------------------------------------------------------------------- /src/documentation/u-boot/logfiles/help_bootm_tb_con_1_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/documentation/u-boot/logfiles/help_bootm_tb_con_1_1.txt -------------------------------------------------------------------------------- /src/documentation/u-boot/logfiles/help_bootp_tb_con_1_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/documentation/u-boot/logfiles/help_bootp_tb_con_1_1.txt -------------------------------------------------------------------------------- /src/documentation/u-boot/logfiles/help_cmp_tb_con_1_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/documentation/u-boot/logfiles/help_cmp_tb_con_1_1.txt -------------------------------------------------------------------------------- /src/documentation/u-boot/logfiles/help_conin_tb_con_1_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/documentation/u-boot/logfiles/help_conin_tb_con_1_1.txt -------------------------------------------------------------------------------- /src/documentation/u-boot/logfiles/help_cp_tb_con_1_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/documentation/u-boot/logfiles/help_cp_tb_con_1_1.txt -------------------------------------------------------------------------------- /src/documentation/u-boot/logfiles/help_dhcp_tb_con_1_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/documentation/u-boot/logfiles/help_dhcp_tb_con_1_1.txt -------------------------------------------------------------------------------- /src/documentation/u-boot/logfiles/help_echo_tb_con_1_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/documentation/u-boot/logfiles/help_echo_tb_con_1_1.txt -------------------------------------------------------------------------------- /src/documentation/u-boot/logfiles/help_fdt_tb_con_1_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/documentation/u-boot/logfiles/help_fdt_tb_con_1_1.txt -------------------------------------------------------------------------------- /src/documentation/u-boot/logfiles/help_flinfo_tb_con_1_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/documentation/u-boot/logfiles/help_flinfo_tb_con_1_1.txt -------------------------------------------------------------------------------- /src/documentation/u-boot/logfiles/help_go_tb_con_1_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/documentation/u-boot/logfiles/help_go_tb_con_1_1.txt -------------------------------------------------------------------------------- /src/documentation/u-boot/logfiles/help_help_tb_con_1_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/documentation/u-boot/logfiles/help_help_tb_con_1_1.txt -------------------------------------------------------------------------------- /src/documentation/u-boot/logfiles/help_i2c_tb_con_1_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/documentation/u-boot/logfiles/help_i2c_tb_con_1_1.txt -------------------------------------------------------------------------------- /src/documentation/u-boot/logfiles/help_loadb_tb_con_1_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/documentation/u-boot/logfiles/help_loadb_tb_con_1_1.txt -------------------------------------------------------------------------------- /src/documentation/u-boot/logfiles/help_loadb_tb_con_2_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/documentation/u-boot/logfiles/help_loadb_tb_con_2_1.txt -------------------------------------------------------------------------------- /src/documentation/u-boot/logfiles/help_loads_tb_con_1_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/documentation/u-boot/logfiles/help_loads_tb_con_1_1.txt -------------------------------------------------------------------------------- /src/documentation/u-boot/logfiles/help_loop_tb_con_1_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/documentation/u-boot/logfiles/help_loop_tb_con_1_1.txt -------------------------------------------------------------------------------- /src/documentation/u-boot/logfiles/help_md_tb_con_1_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/documentation/u-boot/logfiles/help_md_tb_con_1_1.txt -------------------------------------------------------------------------------- /src/documentation/u-boot/logfiles/help_mm_tb_con_1_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/documentation/u-boot/logfiles/help_mm_tb_con_1_1.txt -------------------------------------------------------------------------------- /src/documentation/u-boot/logfiles/help_mtest_tb_con_1_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/documentation/u-boot/logfiles/help_mtest_tb_con_1_1.txt -------------------------------------------------------------------------------- /src/documentation/u-boot/logfiles/help_mw_tb_con_1_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/documentation/u-boot/logfiles/help_mw_tb_con_1_1.txt -------------------------------------------------------------------------------- /src/documentation/u-boot/logfiles/help_nm_tb_con_1_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/documentation/u-boot/logfiles/help_nm_tb_con_1_1.txt -------------------------------------------------------------------------------- /src/documentation/u-boot/logfiles/help_printenv_tb_con_1_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/documentation/u-boot/logfiles/help_printenv_tb_con_1_1.txt -------------------------------------------------------------------------------- /src/documentation/u-boot/logfiles/help_printenv_tftp_tb_con_1_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/documentation/u-boot/logfiles/help_printenv_tftp_tb_con_1_1.txt -------------------------------------------------------------------------------- /src/documentation/u-boot/logfiles/help_rarp_tb_con_1_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/documentation/u-boot/logfiles/help_rarp_tb_con_1_1.txt -------------------------------------------------------------------------------- /src/documentation/u-boot/logfiles/help_reset_tb_con_1_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/documentation/u-boot/logfiles/help_reset_tb_con_1_1.txt -------------------------------------------------------------------------------- /src/documentation/u-boot/logfiles/help_saveenv_tb_con_1_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/documentation/u-boot/logfiles/help_saveenv_tb_con_1_1.txt -------------------------------------------------------------------------------- /src/documentation/u-boot/logfiles/help_setenv_printenv_tb_con_1_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/documentation/u-boot/logfiles/help_setenv_printenv_tb_con_1_1.txt -------------------------------------------------------------------------------- /src/documentation/u-boot/logfiles/help_setenv_tb_con_1_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/documentation/u-boot/logfiles/help_setenv_tb_con_1_1.txt -------------------------------------------------------------------------------- /src/documentation/u-boot/logfiles/help_sleep_tb_con_1_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/documentation/u-boot/logfiles/help_sleep_tb_con_1_1.txt -------------------------------------------------------------------------------- /src/documentation/u-boot/logfiles/help_source_tb_con_1_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/documentation/u-boot/logfiles/help_source_tb_con_1_1.txt -------------------------------------------------------------------------------- /src/documentation/u-boot/logfiles/help_tb_con_1_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/documentation/u-boot/logfiles/help_tb_con_1_1.txt -------------------------------------------------------------------------------- /src/documentation/u-boot/logfiles/help_tftp_tb_con_1_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/documentation/u-boot/logfiles/help_tftp_tb_con_1_1.txt -------------------------------------------------------------------------------- /src/documentation/u-boot/logfiles/help_tftpboot_tb_con_1_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/documentation/u-boot/logfiles/help_tftpboot_tb_con_1_1.txt -------------------------------------------------------------------------------- /src/documentation/u-boot/logfiles/help_version_tb_con_1_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/documentation/u-boot/logfiles/help_version_tb_con_1_1.txt -------------------------------------------------------------------------------- /src/documentation/u-boot/logfiles/hush_example_1_tb_con_1_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/documentation/u-boot/logfiles/hush_example_1_tb_con_1_1.txt -------------------------------------------------------------------------------- /src/documentation/u-boot/logfiles/hush_example_2_tb_con_1_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/documentation/u-boot/logfiles/hush_example_2_tb_con_1_1.txt -------------------------------------------------------------------------------- /src/documentation/u-boot/logfiles/hush_example_3_tb_con_1_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/documentation/u-boot/logfiles/hush_example_3_tb_con_1_1.txt -------------------------------------------------------------------------------- /src/documentation/u-boot/logfiles/imi_80000000_tb_con_1_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/documentation/u-boot/logfiles/imi_80000000_tb_con_1_1.txt -------------------------------------------------------------------------------- /src/documentation/u-boot/logfiles/loadb_kermit_settings_tb_con_1_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/documentation/u-boot/logfiles/loadb_kermit_settings_tb_con_1_1.txt -------------------------------------------------------------------------------- /src/documentation/u-boot/logfiles/loadb_run_tb_con_1_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/documentation/u-boot/logfiles/loadb_run_tb_con_1_1.txt -------------------------------------------------------------------------------- /src/documentation/u-boot/logfiles/loadb_send_file_tb_con_1_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/documentation/u-boot/logfiles/loadb_send_file_tb_con_1_1.txt -------------------------------------------------------------------------------- /src/documentation/u-boot/logfiles/main_tb_con_1_2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/documentation/u-boot/logfiles/main_tb_con_1_2.txt -------------------------------------------------------------------------------- /src/documentation/u-boot/logfiles/main_tb_ctrl_1_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/documentation/u-boot/logfiles/main_tb_ctrl_1_1.txt -------------------------------------------------------------------------------- /src/documentation/u-boot/logfiles/md_0x80000000_0x40_tb_con_1_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/documentation/u-boot/logfiles/md_0x80000000_0x40_tb_con_1_1.txt -------------------------------------------------------------------------------- /src/documentation/u-boot/logfiles/md_0x80000000_0x40_tb_con_2_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/documentation/u-boot/logfiles/md_0x80000000_0x40_tb_con_2_1.txt -------------------------------------------------------------------------------- /src/documentation/u-boot/logfiles/md_0x80000000_0xc_tb_con_1_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/documentation/u-boot/logfiles/md_0x80000000_0xc_tb_con_1_1.txt -------------------------------------------------------------------------------- /src/documentation/u-boot/logfiles/md_0x80000000_0xc_tb_con_2_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/documentation/u-boot/logfiles/md_0x80000000_0xc_tb_con_2_1.txt -------------------------------------------------------------------------------- /src/documentation/u-boot/logfiles/md_basic_tb_con_1_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/documentation/u-boot/logfiles/md_basic_tb_con_1_1.txt -------------------------------------------------------------------------------- /src/documentation/u-boot/logfiles/md_extensions_tb_con_1_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/documentation/u-boot/logfiles/md_extensions_tb_con_1_1.txt -------------------------------------------------------------------------------- /src/documentation/u-boot/logfiles/md_remember_tb_con_1_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/documentation/u-boot/logfiles/md_remember_tb_con_1_1.txt -------------------------------------------------------------------------------- /src/documentation/u-boot/logfiles/md_reset_tb_con_1_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/documentation/u-boot/logfiles/md_reset_tb_con_1_1.txt -------------------------------------------------------------------------------- /src/documentation/u-boot/logfiles/mm_first_tb_con_1_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/documentation/u-boot/logfiles/mm_first_tb_con_1_1.txt -------------------------------------------------------------------------------- /src/documentation/u-boot/logfiles/mm_second_tb_con_1_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/documentation/u-boot/logfiles/mm_second_tb_con_1_1.txt -------------------------------------------------------------------------------- /src/documentation/u-boot/logfiles/mm_third_tb_con_1_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/documentation/u-boot/logfiles/mm_third_tb_con_1_1.txt -------------------------------------------------------------------------------- /src/documentation/u-boot/logfiles/mw_reset_tb_con_1_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/documentation/u-boot/logfiles/mw_reset_tb_con_1_1.txt -------------------------------------------------------------------------------- /src/documentation/u-boot/logfiles/mw_reset_tb_con_2_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/documentation/u-boot/logfiles/mw_reset_tb_con_2_1.txt -------------------------------------------------------------------------------- /src/documentation/u-boot/logfiles/mw_run2_tb_con_1_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/documentation/u-boot/logfiles/mw_run2_tb_con_1_1.txt -------------------------------------------------------------------------------- /src/documentation/u-boot/logfiles/mw_run_tb_con_1_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/documentation/u-boot/logfiles/mw_run_tb_con_1_1.txt -------------------------------------------------------------------------------- /src/documentation/u-boot/logfiles/nm_run_tb_con_1_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/documentation/u-boot/logfiles/nm_run_tb_con_1_1.txt -------------------------------------------------------------------------------- /src/documentation/u-boot/logfiles/print_tbot_cmp_spl_tb_con_1_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/documentation/u-boot/logfiles/print_tbot_cmp_spl_tb_con_1_1.txt -------------------------------------------------------------------------------- /src/documentation/u-boot/logfiles/print_tbot_cmp_uboot_tb_con_1_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/documentation/u-boot/logfiles/print_tbot_cmp_uboot_tb_con_1_1.txt -------------------------------------------------------------------------------- /src/documentation/u-boot/logfiles/print_upd_spl_tb_con_1_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/documentation/u-boot/logfiles/print_upd_spl_tb_con_1_1.txt -------------------------------------------------------------------------------- /src/documentation/u-boot/logfiles/print_upd_uboot_tb_con_1_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/documentation/u-boot/logfiles/print_upd_uboot_tb_con_1_1.txt -------------------------------------------------------------------------------- /src/documentation/u-boot/logfiles/printenv_tb_con_1_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/documentation/u-boot/logfiles/printenv_tb_con_1_1.txt -------------------------------------------------------------------------------- /src/documentation/u-boot/logfiles/pwd_tb_ctrl_1_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/documentation/u-boot/logfiles/pwd_tb_ctrl_1_1.txt -------------------------------------------------------------------------------- /src/documentation/u-boot/logfiles/reset_tb_con_1_1.txt: -------------------------------------------------------------------------------- 1 | 2 | => reset 3 | -------------------------------------------------------------------------------- /src/documentation/u-boot/logfiles/reset_tb_con_1_2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/documentation/u-boot/logfiles/reset_tb_con_1_2.txt -------------------------------------------------------------------------------- /src/documentation/u-boot/logfiles/saveenv_tb_con_1_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/documentation/u-boot/logfiles/saveenv_tb_con_1_1.txt -------------------------------------------------------------------------------- /src/documentation/u-boot/logfiles/setenv_bar_tb_con_1_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/documentation/u-boot/logfiles/setenv_bar_tb_con_1_1.txt -------------------------------------------------------------------------------- /src/documentation/u-boot/logfiles/setenv_example_1_tb_con_1_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/documentation/u-boot/logfiles/setenv_example_1_tb_con_1_1.txt -------------------------------------------------------------------------------- /src/documentation/u-boot/logfiles/setenv_example_2_tb_con_1_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/documentation/u-boot/logfiles/setenv_example_2_tb_con_1_1.txt -------------------------------------------------------------------------------- /src/documentation/u-boot/logfiles/setenv_example_3_tb_con_1_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/documentation/u-boot/logfiles/setenv_example_3_tb_con_1_1.txt -------------------------------------------------------------------------------- /src/documentation/u-boot/logfiles/sleep_5_tb_con_1_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/documentation/u-boot/logfiles/sleep_5_tb_con_1_1.txt -------------------------------------------------------------------------------- /src/documentation/u-boot/logfiles/source_console_tb_con_1_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/documentation/u-boot/logfiles/source_console_tb_con_1_1.txt -------------------------------------------------------------------------------- /src/documentation/u-boot/logfiles/source_mkimage_tb_ctrl_1_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/documentation/u-boot/logfiles/source_mkimage_tb_ctrl_1_1.txt -------------------------------------------------------------------------------- /src/documentation/u-boot/logfiles/tc_lab_cp_file.py_tb_ctrl_1_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/documentation/u-boot/logfiles/tc_lab_cp_file.py_tb_ctrl_1_1.txt -------------------------------------------------------------------------------- /src/documentation/u-boot/logfiles/tc_lab_cp_file.py_tb_ctrl_2_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/documentation/u-boot/logfiles/tc_lab_cp_file.py_tb_ctrl_2_1.txt -------------------------------------------------------------------------------- /src/documentation/u-boot/logfiles/tc_lab_cp_file.py_tb_ctrl_3_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/documentation/u-boot/logfiles/tc_lab_cp_file.py_tb_ctrl_3_1.txt -------------------------------------------------------------------------------- /src/documentation/u-boot/logfiles/tc_lab_cp_file.py_tb_ctrl_4_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/documentation/u-boot/logfiles/tc_lab_cp_file.py_tb_ctrl_4_1.txt -------------------------------------------------------------------------------- /src/documentation/u-boot/logfiles/tc_lab_cp_file.py_tb_ctrl_5_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/documentation/u-boot/logfiles/tc_lab_cp_file.py_tb_ctrl_5_1.txt -------------------------------------------------------------------------------- /src/documentation/u-boot/logfiles/tc_lab_cp_file.py_tb_ctrl_6_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/documentation/u-boot/logfiles/tc_lab_cp_file.py_tb_ctrl_6_1.txt -------------------------------------------------------------------------------- /src/documentation/u-boot/logfiles/tc_lab_cp_file.py_tb_ctrl_7_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/documentation/u-boot/logfiles/tc_lab_cp_file.py_tb_ctrl_7_1.txt -------------------------------------------------------------------------------- /src/documentation/u-boot/logfiles/tc_lab_cp_file.py_tb_ctrl_8_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/documentation/u-boot/logfiles/tc_lab_cp_file.py_tb_ctrl_8_1.txt -------------------------------------------------------------------------------- /src/documentation/u-boot/logfiles/tc_lab_prepare_laptop_hs.py_tb_con_2_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/documentation/u-boot/logfiles/tc_lab_prepare_laptop_hs.py_tb_con_2_1.txt -------------------------------------------------------------------------------- /src/documentation/u-boot/logfiles/tc_lab_prepare_laptop_hs.py_tb_ctrl_1_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/documentation/u-boot/logfiles/tc_lab_prepare_laptop_hs.py_tb_ctrl_1_1.txt -------------------------------------------------------------------------------- /src/documentation/u-boot/logfiles/tc_lab_rm_dir.py_tb_ctrl_1_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/documentation/u-boot/logfiles/tc_lab_rm_dir.py_tb_ctrl_1_1.txt -------------------------------------------------------------------------------- /src/documentation/u-boot/logfiles/tc_ub_bdinfo.py_tb_con_1_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/documentation/u-boot/logfiles/tc_ub_bdinfo.py_tb_con_1_1.txt -------------------------------------------------------------------------------- /src/documentation/u-boot/logfiles/tc_ub_duts_fdt.py_tb_con_1_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/documentation/u-boot/logfiles/tc_ub_duts_fdt.py_tb_con_1_1.txt -------------------------------------------------------------------------------- /src/documentation/u-boot/logfiles/tc_ub_duts_go.py_tb_con_1_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/documentation/u-boot/logfiles/tc_ub_duts_go.py_tb_con_1_1.txt -------------------------------------------------------------------------------- /src/documentation/u-boot/logfiles/tc_ub_duts_source.py_tb_con_1_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/documentation/u-boot/logfiles/tc_ub_duts_source.py_tb_con_1_1.txt -------------------------------------------------------------------------------- /src/documentation/u-boot/logfiles/tc_ub_get_filesize.py_tb_con_1_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/documentation/u-boot/logfiles/tc_ub_get_filesize.py_tb_con_1_1.txt -------------------------------------------------------------------------------- /src/documentation/u-boot/logfiles/tc_ub_get_version.py_tb_con_1_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/documentation/u-boot/logfiles/tc_ub_get_version.py_tb_con_1_1.txt -------------------------------------------------------------------------------- /src/documentation/u-boot/logfiles/tc_ub_get_version.py_tb_ctrl_1_2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/documentation/u-boot/logfiles/tc_ub_get_version.py_tb_ctrl_1_2.txt -------------------------------------------------------------------------------- /src/documentation/u-boot/logfiles/tc_ub_help.py_tb_con_1_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/documentation/u-boot/logfiles/tc_ub_help.py_tb_con_1_1.txt -------------------------------------------------------------------------------- /src/documentation/u-boot/logfiles/tc_ub_load_board_env.py_tb_con_1_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/documentation/u-boot/logfiles/tc_ub_load_board_env.py_tb_con_1_1.txt -------------------------------------------------------------------------------- /src/documentation/u-boot/logfiles/tc_ub_load_board_env.py_tb_con_1_2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/documentation/u-boot/logfiles/tc_ub_load_board_env.py_tb_con_1_2.txt -------------------------------------------------------------------------------- /src/documentation/u-boot/logfiles/tc_ub_load_board_env.py_tb_con_2_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/documentation/u-boot/logfiles/tc_ub_load_board_env.py_tb_con_2_1.txt -------------------------------------------------------------------------------- /src/documentation/u-boot/logfiles/tc_ub_load_board_env.py_tb_con_2_2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/documentation/u-boot/logfiles/tc_ub_load_board_env.py_tb_con_2_2.txt -------------------------------------------------------------------------------- /src/documentation/u-boot/logfiles/tc_ub_memory.py_tb_con_1_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/documentation/u-boot/logfiles/tc_ub_memory.py_tb_con_1_1.txt -------------------------------------------------------------------------------- /src/documentation/u-boot/logfiles/tc_ub_tftp_file.py_tb_con_1_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/documentation/u-boot/logfiles/tc_ub_tftp_file.py_tb_con_1_1.txt -------------------------------------------------------------------------------- /src/documentation/u-boot/logfiles/tc_ub_tftp_file.py_tb_con_2_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/documentation/u-boot/logfiles/tc_ub_tftp_file.py_tb_con_2_1.txt -------------------------------------------------------------------------------- /src/documentation/u-boot/logfiles/tc_ub_tftp_file.py_tb_con_3_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/documentation/u-boot/logfiles/tc_ub_tftp_file.py_tb_con_3_1.txt -------------------------------------------------------------------------------- /src/documentation/u-boot/logfiles/tc_ub_upd_spl.py_tb_con_1_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/documentation/u-boot/logfiles/tc_ub_upd_spl.py_tb_con_1_1.txt -------------------------------------------------------------------------------- /src/documentation/u-boot/logfiles/tc_ub_upd_uboot.py_tb_con_1_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/documentation/u-boot/logfiles/tc_ub_upd_uboot.py_tb_con_1_1.txt -------------------------------------------------------------------------------- /src/documentation/u-boot/logfiles/tc_workfd_goto_tbot_workdir.py_tb_con_2_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/documentation/u-boot/logfiles/tc_workfd_goto_tbot_workdir.py_tb_con_2_1.txt -------------------------------------------------------------------------------- /src/documentation/u-boot/logfiles/tc_workfd_goto_tbot_workdir.py_tb_ctrl_1_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/documentation/u-boot/logfiles/tc_workfd_goto_tbot_workdir.py_tb_ctrl_1_1.txt -------------------------------------------------------------------------------- /src/documentation/u-boot/logfiles/tc_workfd_goto_tbot_workdir.py_tb_ctrl_3_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/documentation/u-boot/logfiles/tc_workfd_goto_tbot_workdir.py_tb_ctrl_3_1.txt -------------------------------------------------------------------------------- /src/documentation/u-boot/logfiles/tc_workfd_goto_uboot_code.py_tb_ctrl_1_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/documentation/u-boot/logfiles/tc_workfd_goto_uboot_code.py_tb_ctrl_1_1.txt -------------------------------------------------------------------------------- /src/documentation/u-boot/logfiles/tc_workfd_goto_uboot_code.py_tb_ctrl_1_2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/documentation/u-boot/logfiles/tc_workfd_goto_uboot_code.py_tb_ctrl_1_2.txt -------------------------------------------------------------------------------- /src/documentation/u-boot/logfiles/tc_workfd_goto_uboot_code.py_tb_ctrl_2_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/documentation/u-boot/logfiles/tc_workfd_goto_uboot_code.py_tb_ctrl_2_1.txt -------------------------------------------------------------------------------- /src/documentation/u-boot/logfiles/tc_workfd_goto_uboot_code.py_tb_ctrl_2_2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/documentation/u-boot/logfiles/tc_workfd_goto_uboot_code.py_tb_ctrl_2_2.txt -------------------------------------------------------------------------------- /src/documentation/u-boot/logfiles/tc_workfd_scp.py_tb_ctrl_1_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/documentation/u-boot/logfiles/tc_workfd_scp.py_tb_ctrl_1_1.txt -------------------------------------------------------------------------------- /src/documentation/u-boot/logfiles/tc_workfd_scp.py_tb_ctrl_2_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/documentation/u-boot/logfiles/tc_workfd_scp.py_tb_ctrl_2_1.txt -------------------------------------------------------------------------------- /src/documentation/u-boot/logfiles/tc_workfd_scp.py_tb_ctrl_3_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/documentation/u-boot/logfiles/tc_workfd_scp.py_tb_ctrl_3_1.txt -------------------------------------------------------------------------------- /src/documentation/u-boot/logfiles/tc_workfd_scp.py_tb_ctrl_4_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/documentation/u-boot/logfiles/tc_workfd_scp.py_tb_ctrl_4_1.txt -------------------------------------------------------------------------------- /src/documentation/u-boot/logfiles/tc_workfd_set_toolchain.py_tb_ctrl_1_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/documentation/u-boot/logfiles/tc_workfd_set_toolchain.py_tb_ctrl_1_1.txt -------------------------------------------------------------------------------- /src/documentation/u-boot/logfiles/test_py_start_tb_con_1_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/documentation/u-boot/logfiles/test_py_start_tb_con_1_1.txt -------------------------------------------------------------------------------- /src/documentation/u-boot/logfiles/u-boot_checkout_tb_ctrl_1_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/documentation/u-boot/logfiles/u-boot_checkout_tb_ctrl_1_1.txt -------------------------------------------------------------------------------- /src/documentation/u-boot/logfiles/u-boot_clone_tb_ctrl_1_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/documentation/u-boot/logfiles/u-boot_clone_tb_ctrl_1_1.txt -------------------------------------------------------------------------------- /src/documentation/u-boot/logfiles/u-boot_describe_tb_ctrl_1_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/documentation/u-boot/logfiles/u-boot_describe_tb_ctrl_1_1.txt -------------------------------------------------------------------------------- /src/documentation/u-boot/logfiles/uboot_duts_tc_ub_basic.py_tb_con_1_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/documentation/u-boot/logfiles/uboot_duts_tc_ub_basic.py_tb_con_1_1.txt -------------------------------------------------------------------------------- /src/documentation/u-boot/logfiles/uboot_duts_tc_ub_bdinfo.py_tb_con_1_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/documentation/u-boot/logfiles/uboot_duts_tc_ub_bdinfo.py_tb_con_1_1.txt -------------------------------------------------------------------------------- /src/documentation/u-boot/logfiles/uboot_duts_tc_ub_boot.py_tb_con_1_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/documentation/u-boot/logfiles/uboot_duts_tc_ub_boot.py_tb_con_1_1.txt -------------------------------------------------------------------------------- /src/documentation/u-boot/logfiles/uboot_duts_tc_ub_coninfo.py_tb_con_1_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/documentation/u-boot/logfiles/uboot_duts_tc_ub_coninfo.py_tb_con_1_1.txt -------------------------------------------------------------------------------- /src/documentation/u-boot/logfiles/uboot_duts_tc_ub_date.py_tb_con_1_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/documentation/u-boot/logfiles/uboot_duts_tc_ub_date.py_tb_con_1_1.txt -------------------------------------------------------------------------------- /src/documentation/u-boot/logfiles/uboot_duts_tc_ub_download.py_tb_con_1_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/documentation/u-boot/logfiles/uboot_duts_tc_ub_download.py_tb_con_1_1.txt -------------------------------------------------------------------------------- /src/documentation/u-boot/logfiles/uboot_duts_tc_ub_dtt.py_tb_con_1_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/documentation/u-boot/logfiles/uboot_duts_tc_ub_dtt.py_tb_con_1_1.txt -------------------------------------------------------------------------------- /src/documentation/u-boot/logfiles/uboot_duts_tc_ub_environment.py_tb_con_1_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/documentation/u-boot/logfiles/uboot_duts_tc_ub_environment.py_tb_con_1_1.txt -------------------------------------------------------------------------------- /src/documentation/u-boot/logfiles/uboot_duts_tc_ub_flinfo.py_tb_con_1_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/documentation/u-boot/logfiles/uboot_duts_tc_ub_flinfo.py_tb_con_1_1.txt -------------------------------------------------------------------------------- /src/documentation/u-boot/logfiles/uboot_duts_tc_ub_i2c_help.py_tb_con_1_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/documentation/u-boot/logfiles/uboot_duts_tc_ub_i2c_help.py_tb_con_1_1.txt -------------------------------------------------------------------------------- /src/documentation/u-boot/logfiles/uboot_duts_tc_ub_memory.py_tb_con_1_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/documentation/u-boot/logfiles/uboot_duts_tc_ub_memory.py_tb_con_1_1.txt -------------------------------------------------------------------------------- /src/documentation/u-boot/logfiles/uboot_duts_tc_ub_run.py_tb_con_1_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/documentation/u-boot/logfiles/uboot_duts_tc_ub_run.py_tb_con_1_1.txt -------------------------------------------------------------------------------- /src/documentation/u-boot/logfiles/upd_spl_tb_con_1_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/documentation/u-boot/logfiles/upd_spl_tb_con_1_1.txt -------------------------------------------------------------------------------- /src/documentation/u-boot/logfiles/upd_uboot_tb_con_1_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/documentation/u-boot/logfiles/upd_uboot_tb_con_1_1.txt -------------------------------------------------------------------------------- /src/documentation/u-boot/logfiles/version_tb_con_1_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/documentation/u-boot/logfiles/version_tb_con_1_1.txt -------------------------------------------------------------------------------- /src/documentation/u-boot/pdf/dulg_bbb.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/documentation/u-boot/pdf/dulg_bbb.pdf -------------------------------------------------------------------------------- /src/documentation/u-boot/pdf/index.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/documentation/u-boot/pdf/index.pdf -------------------------------------------------------------------------------- /src/documentation/u-boot/u-boot-download.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/documentation/u-boot/u-boot-download.rst -------------------------------------------------------------------------------- /src/documentation/u-boot/u-boot-env.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/documentation/u-boot/u-boot-env.rst -------------------------------------------------------------------------------- /src/documentation/u-boot/u-boot-execution.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/documentation/u-boot/u-boot-execution.rst -------------------------------------------------------------------------------- /src/documentation/u-boot/u-boot-fdt.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/documentation/u-boot/u-boot-fdt.rst -------------------------------------------------------------------------------- /src/documentation/u-boot/u-boot-flinfo.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/documentation/u-boot/u-boot-flinfo.rst -------------------------------------------------------------------------------- /src/documentation/u-boot/u-boot-help.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/documentation/u-boot/u-boot-help.rst -------------------------------------------------------------------------------- /src/documentation/u-boot/u-boot-loop.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/documentation/u-boot/u-boot-loop.rst -------------------------------------------------------------------------------- /src/documentation/u-boot/u-boot-memory.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/documentation/u-boot/u-boot-memory.rst -------------------------------------------------------------------------------- /src/documentation/u-boot/u-boot-misc.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/documentation/u-boot/u-boot-misc.rst -------------------------------------------------------------------------------- /src/documentation/u-boot/u-boot-mtest.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/documentation/u-boot/u-boot-mtest.rst -------------------------------------------------------------------------------- /src/documentation/u-boot/u-boot-mw.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/documentation/u-boot/u-boot-mw.rst -------------------------------------------------------------------------------- /src/documentation/u-boot/u-boot-nm.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/documentation/u-boot/u-boot-nm.rst -------------------------------------------------------------------------------- /src/documentation/u-boot/u-boot-script.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/documentation/u-boot/u-boot-script.rst -------------------------------------------------------------------------------- /src/documentation/u-boot/u-boot-special.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/documentation/u-boot/u-boot-special.rst -------------------------------------------------------------------------------- /src/documentation/u-boot/u-boot-testpy.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/documentation/u-boot/u-boot-testpy.rst -------------------------------------------------------------------------------- /src/documentation/u-boot/u-boot-vars.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/documentation/u-boot/u-boot-vars.rst -------------------------------------------------------------------------------- /src/documentation/u-boot/u-boot.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/documentation/u-boot/u-boot.rst -------------------------------------------------------------------------------- /src/documentation/u-boot/work/abstract.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/documentation/u-boot/work/abstract.rst -------------------------------------------------------------------------------- /src/documentation/u-boot/work/images/help.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/documentation/u-boot/work/images/help.gif -------------------------------------------------------------------------------- /src/documentation/u-boot/work/images/tip.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/documentation/u-boot/work/images/tip.gif -------------------------------------------------------------------------------- /src/documentation/u-boot/work/images/warning.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/documentation/u-boot/work/images/warning.gif -------------------------------------------------------------------------------- /src/documentation/u-boot/work/index.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/documentation/u-boot/work/index.rst -------------------------------------------------------------------------------- /src/documentation/u-boot/work/u-boot-download.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/documentation/u-boot/work/u-boot-download.rst -------------------------------------------------------------------------------- /src/documentation/u-boot/work/u-boot-env.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/documentation/u-boot/work/u-boot-env.rst -------------------------------------------------------------------------------- /src/documentation/u-boot/work/u-boot-execution.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/documentation/u-boot/work/u-boot-execution.rst -------------------------------------------------------------------------------- /src/documentation/u-boot/work/u-boot-fdt.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/documentation/u-boot/work/u-boot-fdt.rst -------------------------------------------------------------------------------- /src/documentation/u-boot/work/u-boot-flinfo.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/documentation/u-boot/work/u-boot-flinfo.rst -------------------------------------------------------------------------------- /src/documentation/u-boot/work/u-boot-help.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/documentation/u-boot/work/u-boot-help.rst -------------------------------------------------------------------------------- /src/documentation/u-boot/work/u-boot-loop.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/documentation/u-boot/work/u-boot-loop.rst -------------------------------------------------------------------------------- /src/documentation/u-boot/work/u-boot-memory.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/documentation/u-boot/work/u-boot-memory.rst -------------------------------------------------------------------------------- /src/documentation/u-boot/work/u-boot-misc.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/documentation/u-boot/work/u-boot-misc.rst -------------------------------------------------------------------------------- /src/documentation/u-boot/work/u-boot-mtest.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/documentation/u-boot/work/u-boot-mtest.rst -------------------------------------------------------------------------------- /src/documentation/u-boot/work/u-boot-mw.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/documentation/u-boot/work/u-boot-mw.rst -------------------------------------------------------------------------------- /src/documentation/u-boot/work/u-boot-nm.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/documentation/u-boot/work/u-boot-nm.rst -------------------------------------------------------------------------------- /src/documentation/u-boot/work/u-boot-script.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/documentation/u-boot/work/u-boot-script.rst -------------------------------------------------------------------------------- /src/documentation/u-boot/work/u-boot-special.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/documentation/u-boot/work/u-boot-special.rst -------------------------------------------------------------------------------- /src/documentation/u-boot/work/u-boot-testpy.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/documentation/u-boot/work/u-boot-testpy.rst -------------------------------------------------------------------------------- /src/documentation/u-boot/work/u-boot-vars.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/documentation/u-boot/work/u-boot-vars.rst -------------------------------------------------------------------------------- /src/documentation/u-boot/work/u-boot.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/documentation/u-boot/work/u-boot.rst -------------------------------------------------------------------------------- /src/documentation/yocto/abstract.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/documentation/yocto/abstract.rst -------------------------------------------------------------------------------- /src/documentation/yocto/index.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/documentation/yocto/index.rst -------------------------------------------------------------------------------- /src/documentation/yocto/logfiles_get_and_bake/cd_TBOT_BASEDIR_tb_ctrl_1_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/documentation/yocto/logfiles_get_and_bake/cd_TBOT_BASEDIR_tb_ctrl_1_1.txt -------------------------------------------------------------------------------- /src/documentation/yocto/logfiles_get_and_bake/cd_TBOT_BASEDIR_tb_ctrl_2_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/documentation/yocto/logfiles_get_and_bake/cd_TBOT_BASEDIR_tb_ctrl_2_1.txt -------------------------------------------------------------------------------- /src/documentation/yocto/logfiles_get_and_bake/cd_TBOT_BASEDIR_tb_ctrl_3_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/documentation/yocto/logfiles_get_and_bake/cd_TBOT_BASEDIR_tb_ctrl_3_1.txt -------------------------------------------------------------------------------- /src/documentation/yocto/logfiles_get_and_bake/cd_TBOT_BASEDIR_tb_ctrl_4_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/documentation/yocto/logfiles_get_and_bake/cd_TBOT_BASEDIR_tb_ctrl_4_1.txt -------------------------------------------------------------------------------- /src/documentation/yocto/logfiles_get_and_bake/duts_settings.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/documentation/yocto/logfiles_get_and_bake/duts_settings.txt -------------------------------------------------------------------------------- /src/documentation/yocto/logfiles_get_and_bake/get_build_info_tb_ctrl_1_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/documentation/yocto/logfiles_get_and_bake/get_build_info_tb_ctrl_1_1.txt -------------------------------------------------------------------------------- /src/documentation/yocto/logfiles_get_and_bake/get_build_info_tb_ctrl_2_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/documentation/yocto/logfiles_get_and_bake/get_build_info_tb_ctrl_2_1.txt -------------------------------------------------------------------------------- /src/documentation/yocto/logfiles_get_and_bake/main_tb_con_1_2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/documentation/yocto/logfiles_get_and_bake/main_tb_con_1_2.txt -------------------------------------------------------------------------------- /src/documentation/yocto/logfiles_get_and_bake/main_tb_ctrl_1_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/documentation/yocto/logfiles_get_and_bake/main_tb_ctrl_1_1.txt -------------------------------------------------------------------------------- /src/documentation/yocto/logfiles_get_and_bake/set_yocto_env_var_tb_ctrl_1_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/documentation/yocto/logfiles_get_and_bake/set_yocto_env_var_tb_ctrl_1_1.txt -------------------------------------------------------------------------------- /src/documentation/yocto/logfiles_get_and_bake/tc_ub_boot_linux.py_tb_con_1_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/documentation/yocto/logfiles_get_and_bake/tc_ub_boot_linux.py_tb_con_1_1.txt -------------------------------------------------------------------------------- /src/documentation/yocto/logfiles_get_and_bake/tc_ub_boot_linux.py_tb_con_1_2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/documentation/yocto/logfiles_get_and_bake/tc_ub_boot_linux.py_tb_con_1_2.txt -------------------------------------------------------------------------------- /src/documentation/yocto/logfiles_get_and_bake/tc_ub_boot_linux.py_tb_con_2_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/documentation/yocto/logfiles_get_and_bake/tc_ub_boot_linux.py_tb_con_2_1.txt -------------------------------------------------------------------------------- /src/documentation/yocto/logfiles_get_and_bake/tc_workfd_scp.py_tb_ctrl_1_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/documentation/yocto/logfiles_get_and_bake/tc_workfd_scp.py_tb_ctrl_1_1.txt -------------------------------------------------------------------------------- /src/documentation/yocto/logfiles_get_and_bake/tc_workfd_scp.py_tb_ctrl_2_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/documentation/yocto/logfiles_get_and_bake/tc_workfd_scp.py_tb_ctrl_2_1.txt -------------------------------------------------------------------------------- /src/documentation/yocto/logfiles_get_and_bake/tc_workfd_scp.py_tb_ctrl_3_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/documentation/yocto/logfiles_get_and_bake/tc_workfd_scp.py_tb_ctrl_3_1.txt -------------------------------------------------------------------------------- /src/documentation/yocto/logfiles_get_and_bake/tc_workfd_scp.py_tb_ctrl_4_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/documentation/yocto/logfiles_get_and_bake/tc_workfd_scp.py_tb_ctrl_4_1.txt -------------------------------------------------------------------------------- /src/documentation/yocto/logfiles_get_and_bake/tc_workfd_scp.py_tb_ctrl_5_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/documentation/yocto/logfiles_get_and_bake/tc_workfd_scp.py_tb_ctrl_5_1.txt -------------------------------------------------------------------------------- /src/documentation/yocto/logfiles_get_and_bake/tc_workfd_scp.py_tb_ctrl_6_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/documentation/yocto/logfiles_get_and_bake/tc_workfd_scp.py_tb_ctrl_6_1.txt -------------------------------------------------------------------------------- /src/documentation/yocto/logfiles_get_and_bake/tc_workfd_ssh.py_tb_ctrl_1_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/documentation/yocto/logfiles_get_and_bake/tc_workfd_ssh.py_tb_ctrl_1_1.txt -------------------------------------------------------------------------------- /src/documentation/yocto/pdf/index.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/documentation/yocto/pdf/index.pdf -------------------------------------------------------------------------------- /src/documentation/yocto/pdf/yocto_bbb.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/documentation/yocto/pdf/yocto_bbb.pdf -------------------------------------------------------------------------------- /src/documentation/yocto/work/abstract.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/documentation/yocto/work/abstract.rst -------------------------------------------------------------------------------- /src/documentation/yocto/work/images/help.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/documentation/yocto/work/images/help.gif -------------------------------------------------------------------------------- /src/documentation/yocto/work/images/tip.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/documentation/yocto/work/images/tip.gif -------------------------------------------------------------------------------- /src/documentation/yocto/work/images/warning.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/documentation/yocto/work/images/warning.gif -------------------------------------------------------------------------------- /src/documentation/yocto/work/index.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/documentation/yocto/work/index.rst -------------------------------------------------------------------------------- /src/documentation/yocto/work/yocto.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/documentation/yocto/work/yocto.rst -------------------------------------------------------------------------------- /src/documentation/yocto/yocto.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/documentation/yocto/yocto.rst -------------------------------------------------------------------------------- /src/files/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/files/README -------------------------------------------------------------------------------- /src/files/aristainetos2_pinmux.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/files/aristainetos2_pinmux.reg -------------------------------------------------------------------------------- /src/files/balkenplot.sem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/files/balkenplot.sem -------------------------------------------------------------------------------- /src/files/balkenplot_lat_tbot.sem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/files/balkenplot_lat_tbot.sem -------------------------------------------------------------------------------- /src/files/balkenplot_latency.sem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/files/balkenplot_latency.sem -------------------------------------------------------------------------------- /src/files/bbb/am335x_cm_dpll.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/files/bbb/am335x_cm_dpll.reg -------------------------------------------------------------------------------- /src/files/bbb/am335x_cm_mpu.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/files/bbb/am335x_cm_mpu.reg -------------------------------------------------------------------------------- /src/files/bbb/am335x_cm_per.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/files/bbb/am335x_cm_per.reg -------------------------------------------------------------------------------- /src/files/bbb/am335x_cm_wkup.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/files/bbb/am335x_cm_wkup.reg -------------------------------------------------------------------------------- /src/files/bbb/am335x_ctrl_module.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/files/bbb/am335x_ctrl_module.reg -------------------------------------------------------------------------------- /src/files/bbb/am335x_pinmux.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/files/bbb/am335x_pinmux.reg -------------------------------------------------------------------------------- /src/files/ccu1_pinmux_gpmc.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/files/ccu1_pinmux_gpmc.reg -------------------------------------------------------------------------------- /src/files/ccu1_pinmux_scm.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/files/ccu1_pinmux_scm.reg -------------------------------------------------------------------------------- /src/files/duts/source_example.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/files/duts/source_example.txt -------------------------------------------------------------------------------- /src/files/duts/u-boot.dtb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/files/duts/u-boot.dtb -------------------------------------------------------------------------------- /src/files/dxr2_etamin_pinmux.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/files/dxr2_etamin_pinmux.reg -------------------------------------------------------------------------------- /src/files/fipad_lx_ipu.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/files/fipad_lx_ipu.reg -------------------------------------------------------------------------------- /src/files/fipad_lx_pinmux.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/files/fipad_lx_pinmux.reg -------------------------------------------------------------------------------- /src/files/fipad_lx_pwm.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/files/fipad_lx_pwm.reg -------------------------------------------------------------------------------- /src/files/fipad_ub_pinmux.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/files/fipad_ub_pinmux.reg -------------------------------------------------------------------------------- /src/files/jenkins/jobs/config.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/files/jenkins/jobs/config.xml -------------------------------------------------------------------------------- /src/files/jenkins/nodes/config.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/files/jenkins/nodes/config.xml -------------------------------------------------------------------------------- /src/files/mcx_pinmux_part1.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/files/mcx_pinmux_part1.reg -------------------------------------------------------------------------------- /src/files/mcx_pinmux_part2.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/files/mcx_pinmux_part2.reg -------------------------------------------------------------------------------- /src/files/mcx_pinmux_part3.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/files/mcx_pinmux_part3.reg -------------------------------------------------------------------------------- /src/files/mcx_pinmux_part4.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/files/mcx_pinmux_part4.reg -------------------------------------------------------------------------------- /src/files/mcx_pinmux_part5.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/files/mcx_pinmux_part5.reg -------------------------------------------------------------------------------- /src/files/mcx_pinmux_part6.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/files/mcx_pinmux_part6.reg -------------------------------------------------------------------------------- /src/files/mysql/tbot_root.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/files/mysql/tbot_root.sql -------------------------------------------------------------------------------- /src/files/relay/WinTypes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/files/relay/WinTypes.h -------------------------------------------------------------------------------- /src/files/relay/ftd2xx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/files/relay/ftd2xx.h -------------------------------------------------------------------------------- /src/files/relay/simple.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/files/relay/simple.c -------------------------------------------------------------------------------- /src/files/shc_pinmux.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/files/shc_pinmux.reg -------------------------------------------------------------------------------- /src/files/shc_ub_pinmux.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/files/shc_ub_pinmux.reg -------------------------------------------------------------------------------- /src/files/shc_ub_pinmux_gpio.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/files/shc_ub_pinmux_gpio.reg -------------------------------------------------------------------------------- /src/files/shc_ub_pinmux_mmc.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/files/shc_ub_pinmux_mmc.reg -------------------------------------------------------------------------------- /src/files/top_plot_cpu.sem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/files/top_plot_cpu.sem -------------------------------------------------------------------------------- /src/files/top_plot_load.sem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/files/top_plot_load.sem -------------------------------------------------------------------------------- /src/files/top_plot_mem.sem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/files/top_plot_mem.sem -------------------------------------------------------------------------------- /src/files/ub-patches/0001-U-Boot-version-fix.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/files/ub-patches/0001-U-Boot-version-fix.patch -------------------------------------------------------------------------------- /src/files/uboot_env/beagleboneblack.env: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/files/uboot_env/beagleboneblack.env -------------------------------------------------------------------------------- /src/files/uboot_env/smartweb.env: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/files/uboot_env/smartweb.env -------------------------------------------------------------------------------- /src/files/uboot_env/wandboard.env: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/files/uboot_env/wandboard.env -------------------------------------------------------------------------------- /src/lab_api/state_linux.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/lab_api/state_linux.py -------------------------------------------------------------------------------- /src/lab_api/state_uboot.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/lab_api/state_uboot.py -------------------------------------------------------------------------------- /src/patches/0001-devmem2-without-a-lot-of-output.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/patches/0001-devmem2-without-a-lot-of-output.patch -------------------------------------------------------------------------------- /src/patches/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/patches/README -------------------------------------------------------------------------------- /src/patches/check_kconfig/0001-U-Boot-version-fix.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/patches/check_kconfig/0001-U-Boot-version-fix.patch -------------------------------------------------------------------------------- /src/tc/board/bbb/tc_board_bbb_after_linux_booted.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/tc/board/bbb/tc_board_bbb_after_linux_booted.py -------------------------------------------------------------------------------- /src/tc/board/bbb/tc_board_bbb_bootmode.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/tc/board/bbb/tc_board_bbb_bootmode.py -------------------------------------------------------------------------------- /src/tc/board/bbb/tc_board_bbb_bootmode_labdenx.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/tc/board/bbb/tc_board_bbb_bootmode_labdenx.py -------------------------------------------------------------------------------- /src/tc/board/bbb/tc_board_bbb_restore_uboot.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/tc/board/bbb/tc_board_bbb_restore_uboot.py -------------------------------------------------------------------------------- /src/tc/board/bbb/tc_board_deploy_beagleboneblack.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/tc/board/bbb/tc_board_deploy_beagleboneblack.py -------------------------------------------------------------------------------- /src/tc/board/bbb/tc_board_deploy_lx_beagleboneblack.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/tc/board/bbb/tc_board_deploy_lx_beagleboneblack.py -------------------------------------------------------------------------------- /src/tc/board/bbb/tc_board_yocto_bbb_all.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/tc/board/bbb/tc_board_yocto_bbb_all.py -------------------------------------------------------------------------------- /src/tc/board/bbb/tc_board_yocto_boot_nfs.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/tc/board/bbb/tc_board_yocto_boot_nfs.py -------------------------------------------------------------------------------- /src/tc/board/bbb/tc_board_yocto_boot_sdcard.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/tc/board/bbb/tc_board_yocto_boot_sdcard.py -------------------------------------------------------------------------------- /src/tc/board/bbb/tc_board_yocto_boot_sdcard_recovery.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/tc/board/bbb/tc_board_yocto_boot_sdcard_recovery.py -------------------------------------------------------------------------------- /src/tc/board/bbb/tc_board_yocto_check_rootfs.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/tc/board/bbb/tc_board_yocto_check_rootfs.py -------------------------------------------------------------------------------- /src/tc/board/bbb/tc_board_yocto_get_and_bake.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/tc/board/bbb/tc_board_yocto_get_and_bake.py -------------------------------------------------------------------------------- /src/tc/board/bbb/tc_board_yocto_install_nfs.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/tc/board/bbb/tc_board_yocto_install_nfs.py -------------------------------------------------------------------------------- /src/tc/board/bbb/tc_board_yocto_install_sdcard.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/tc/board/bbb/tc_board_yocto_install_sdcard.py -------------------------------------------------------------------------------- /src/tc/board/tc_board_aristainetos2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/tc/board/tc_board_aristainetos2.py -------------------------------------------------------------------------------- /src/tc/board/tc_board_aristainetos2_linux.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/tc/board/tc_board_aristainetos2_linux.py -------------------------------------------------------------------------------- /src/tc/board/tc_board_aristainetos2_linux_bisect.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/tc/board/tc_board_aristainetos2_linux_bisect.py -------------------------------------------------------------------------------- /src/tc/board/tc_board_aristainetos2_linux_tests.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/tc/board/tc_board_aristainetos2_linux_tests.py -------------------------------------------------------------------------------- /src/tc/board/tc_board_ccu1_tests.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/tc/board/tc_board_ccu1_tests.py -------------------------------------------------------------------------------- /src/tc/board/tc_board_corvus.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/tc/board/tc_board_corvus.py -------------------------------------------------------------------------------- /src/tc/board/tc_board_dxr2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/tc/board/tc_board_dxr2.py -------------------------------------------------------------------------------- /src/tc/board/tc_board_dxr2_linux.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/tc/board/tc_board_dxr2_linux.py -------------------------------------------------------------------------------- /src/tc/board/tc_board_dxr2_lx_ubi_tests.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/tc/board/tc_board_dxr2_lx_ubi_tests.py -------------------------------------------------------------------------------- /src/tc/board/tc_board_dxr2_ub.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/tc/board/tc_board_dxr2_ub.py -------------------------------------------------------------------------------- /src/tc/board/tc_board_dxr2_ub_ubi.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/tc/board/tc_board_dxr2_ub_ubi.py -------------------------------------------------------------------------------- /src/tc/board/tc_board_dxr2_uboot_patchwork.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/tc/board/tc_board_dxr2_uboot_patchwork.py -------------------------------------------------------------------------------- /src/tc/board/tc_board_fipad.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/tc/board/tc_board_fipad.py -------------------------------------------------------------------------------- /src/tc/board/tc_board_fipad_linux.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/tc/board/tc_board_fipad_linux.py -------------------------------------------------------------------------------- /src/tc/board/tc_board_fipad_ub_tests.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/tc/board/tc_board_fipad_ub_tests.py -------------------------------------------------------------------------------- /src/tc/board/tc_board_fipad_ub_usb.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/tc/board/tc_board_fipad_ub_usb.py -------------------------------------------------------------------------------- /src/tc/board/tc_board_fipad_upd_ub.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/tc/board/tc_board_fipad_upd_ub.py -------------------------------------------------------------------------------- /src/tc/board/tc_board_fipad_upd_ub_mmc.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/tc/board/tc_board_fipad_upd_ub_mmc.py -------------------------------------------------------------------------------- /src/tc/board/tc_board_fipad_upd_ub_spi.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/tc/board/tc_board_fipad_upd_ub_spi.py -------------------------------------------------------------------------------- /src/tc/board/tc_board_flea3.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/tc/board/tc_board_flea3.py -------------------------------------------------------------------------------- /src/tc/board/tc_board_mcx.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/tc/board/tc_board_mcx.py -------------------------------------------------------------------------------- /src/tc/board/tc_board_mcx_tests.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/tc/board/tc_board_mcx_tests.py -------------------------------------------------------------------------------- /src/tc/board/tc_board_shc.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/tc/board/tc_board_shc.py -------------------------------------------------------------------------------- /src/tc/board/tc_board_shc_compile_ml.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/tc/board/tc_board_shc_compile_ml.py -------------------------------------------------------------------------------- /src/tc/board/tc_board_shc_tests.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/tc/board/tc_board_shc_tests.py -------------------------------------------------------------------------------- /src/tc/board/tc_board_shc_ub_create_regdump.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/tc/board/tc_board_shc_ub_create_regdump.py -------------------------------------------------------------------------------- /src/tc/board/tc_board_shc_ub_tests.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/tc/board/tc_board_shc_ub_tests.py -------------------------------------------------------------------------------- /src/tc/board/tc_board_shc_upd_ub.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/tc/board/tc_board_shc_upd_ub.py -------------------------------------------------------------------------------- /src/tc/board/tc_board_sigmatek-nand.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/tc/board/tc_board_sigmatek-nand.py -------------------------------------------------------------------------------- /src/tc/board/tc_board_sirius_dds.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/tc/board/tc_board_sirius_dds.py -------------------------------------------------------------------------------- /src/tc/board/tc_board_smartweb.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/tc/board/tc_board_smartweb.py -------------------------------------------------------------------------------- /src/tc/board/tc_board_smartweb_test_ub.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/tc/board/tc_board_smartweb_test_ub.py -------------------------------------------------------------------------------- /src/tc/board/tc_board_taurus.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/tc/board/tc_board_taurus.py -------------------------------------------------------------------------------- /src/tc/board/tc_board_thuban.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/tc/board/tc_board_thuban.py -------------------------------------------------------------------------------- /src/tc/board/tc_board_thuban_test_uboot.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/tc/board/tc_board_thuban_test_uboot.py -------------------------------------------------------------------------------- /src/tc/board/tc_board_tqm5200s_try_cur_ub.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/tc/board/tc_board_tqm5200s_try_cur_ub.py -------------------------------------------------------------------------------- /src/tc/board/tc_board_tqm5200s_ub_comp_install.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/tc/board/tc_board_tqm5200s_ub_comp_install.py -------------------------------------------------------------------------------- /src/tc/board/tc_linux_create_reg_file_am335x.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/tc/board/tc_linux_create_reg_file_am335x.py -------------------------------------------------------------------------------- /src/tc/board/tc_linux_create_reg_file_imx6qdl.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/tc/board/tc_linux_create_reg_file_imx6qdl.py -------------------------------------------------------------------------------- /src/tc/board/tc_linux_create_reg_file_imx6ull.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/tc/board/tc_linux_create_reg_file_imx6ull.py -------------------------------------------------------------------------------- /src/tc/debugger/bdi/tc_lab_bdi_connect.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/tc/debugger/bdi/tc_lab_bdi_connect.py -------------------------------------------------------------------------------- /src/tc/debugger/bdi/tc_lab_bdi_create_dump.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/tc/debugger/bdi/tc_lab_bdi_create_dump.py -------------------------------------------------------------------------------- /src/tc/debugger/bdi/tc_lab_bdi_disconnect.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/tc/debugger/bdi/tc_lab_bdi_disconnect.py -------------------------------------------------------------------------------- /src/tc/debugger/bdi/tc_lab_bdi_run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/tc/debugger/bdi/tc_lab_bdi_run.py -------------------------------------------------------------------------------- /src/tc/debugger/bdi/tc_lab_bdi_upd_uboot.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/tc/debugger/bdi/tc_lab_bdi_upd_uboot.py -------------------------------------------------------------------------------- /src/tc/default/tc_def_lx.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/tc/default/tc_def_lx.py -------------------------------------------------------------------------------- /src/tc/default/tc_def_tbot.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/tc/default/tc_def_tbot.py -------------------------------------------------------------------------------- /src/tc/default/tc_def_ub.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/tc/default/tc_def_ub.py -------------------------------------------------------------------------------- /src/tc/default/tc_def_yocto.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/tc/default/tc_def_yocto.py -------------------------------------------------------------------------------- /src/tc/demo/linux/tc_demo_compilepc_linux_compile.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/tc/demo/linux/tc_demo_compilepc_linux_compile.py -------------------------------------------------------------------------------- /src/tc/demo/linux/tc_demo_compilepc_linux_test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/tc/demo/linux/tc_demo_compilepc_linux_test.py -------------------------------------------------------------------------------- /src/tc/demo/linux/tc_demo_linux_compile.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/tc/demo/linux/tc_demo_linux_compile.py -------------------------------------------------------------------------------- /src/tc/demo/linux/tc_demo_linux_test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/tc/demo/linux/tc_demo_linux_test.py -------------------------------------------------------------------------------- /src/tc/demo/linux/tc_demo_linux_testcases.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/tc/demo/linux/tc_demo_linux_testcases.py -------------------------------------------------------------------------------- /src/tc/demo/tc_demo_can_part1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/tc/demo/tc_demo_can_part1.py -------------------------------------------------------------------------------- /src/tc/demo/tc_demo_part1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/tc/demo/tc_demo_part1.py -------------------------------------------------------------------------------- /src/tc/demo/tc_demo_part2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/tc/demo/tc_demo_part2.py -------------------------------------------------------------------------------- /src/tc/demo/tc_demo_part3.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/tc/demo/tc_demo_part3.py -------------------------------------------------------------------------------- /src/tc/demo/u-boot/tc_demo_compile_install_test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/tc/demo/u-boot/tc_demo_compile_install_test.py -------------------------------------------------------------------------------- /src/tc/demo/u-boot/tc_demo_compilepc_compile_install_test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/tc/demo/u-boot/tc_demo_compilepc_compile_install_test.py -------------------------------------------------------------------------------- /src/tc/demo/u-boot/tc_demo_compilepc_uboot_test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/tc/demo/u-boot/tc_demo_compilepc_uboot_test.py -------------------------------------------------------------------------------- /src/tc/demo/u-boot/tc_demo_get_ub_code.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/tc/demo/u-boot/tc_demo_get_ub_code.py -------------------------------------------------------------------------------- /src/tc/demo/u-boot/tc_demo_uboot_test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/tc/demo/u-boot/tc_demo_uboot_test.py -------------------------------------------------------------------------------- /src/tc/demo/u-boot/tc_demo_uboot_tests.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/tc/demo/u-boot/tc_demo_uboot_tests.py -------------------------------------------------------------------------------- /src/tc/demo/yocto/tc_demo_yocto_all.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/tc/demo/yocto/tc_demo_yocto_all.py -------------------------------------------------------------------------------- /src/tc/lab/denx/tc_lab_denx_connect_to_board.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/tc/lab/denx/tc_lab_denx_connect_to_board.py -------------------------------------------------------------------------------- /src/tc/lab/denx/tc_lab_denx_disconnect_from_board.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/tc/lab/denx/tc_lab_denx_disconnect_from_board.py -------------------------------------------------------------------------------- /src/tc/lab/denx/tc_lab_denx_get_power_state.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/tc/lab/denx/tc_lab_denx_get_power_state.py -------------------------------------------------------------------------------- /src/tc/lab/denx/tc_lab_denx_power.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/tc/lab/denx/tc_lab_denx_power.py -------------------------------------------------------------------------------- /src/tc/lab/denx/tc_lab_interactive_get_power_state.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/tc/lab/denx/tc_lab_interactive_get_power_state.py -------------------------------------------------------------------------------- /src/tc/lab/denx/tc_lab_interactive_power.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/tc/lab/denx/tc_lab_interactive_power.py -------------------------------------------------------------------------------- /src/tc/lab/tc_lab_power_onoff_gpio.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/tc/lab/tc_lab_power_onoff_gpio.py -------------------------------------------------------------------------------- /src/tc/lab/tc_lab_prepare.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/tc/lab/tc_lab_prepare.py -------------------------------------------------------------------------------- /src/tc/lab/tc_lab_prepare_laptop_hs.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/tc/lab/tc_lab_prepare_laptop_hs.py -------------------------------------------------------------------------------- /src/tc/lab/tc_lab_prepare_tbot2go.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/tc/lab/tc_lab_prepare_tbot2go.py -------------------------------------------------------------------------------- /src/tc/lab/tc_lab_sispmctl_get_power_state.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/tc/lab/tc_lab_sispmctl_get_power_state.py -------------------------------------------------------------------------------- /src/tc/lab/tc_lab_sispmctl_get_variables.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/tc/lab/tc_lab_sispmctl_get_variables.py -------------------------------------------------------------------------------- /src/tc/lab/tc_lab_sispmctl_set_power_state.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/tc/lab/tc_lab_sispmctl_set_power_state.py -------------------------------------------------------------------------------- /src/tc/lab/tc_lab_usb_relay_power.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/tc/lab/tc_lab_usb_relay_power.py -------------------------------------------------------------------------------- /src/tc/linux/relay/tc_linux_relay_get_config.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/tc/linux/relay/tc_linux_relay_get_config.py -------------------------------------------------------------------------------- /src/tc/linux/relay/tc_linux_relay_pyrelayctl_get.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/tc/linux/relay/tc_linux_relay_pyrelayctl_get.py -------------------------------------------------------------------------------- /src/tc/linux/relay/tc_linux_relay_pyrelayctl_get_power.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/tc/linux/relay/tc_linux_relay_pyrelayctl_get_power.py -------------------------------------------------------------------------------- /src/tc/linux/relay/tc_linux_relay_pyrelayctl_getcfg.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/tc/linux/relay/tc_linux_relay_pyrelayctl_getcfg.py -------------------------------------------------------------------------------- /src/tc/linux/relay/tc_linux_relay_pyrelayctl_set.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/tc/linux/relay/tc_linux_relay_pyrelayctl_set.py -------------------------------------------------------------------------------- /src/tc/linux/relay/tc_linux_relay_pyrelayctl_set_power.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/tc/linux/relay/tc_linux_relay_pyrelayctl_set_power.py -------------------------------------------------------------------------------- /src/tc/linux/relay/tc_linux_relay_set.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/tc/linux/relay/tc_linux_relay_set.py -------------------------------------------------------------------------------- /src/tc/linux/relay/tc_linux_relay_simple_set.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/tc/linux/relay/tc_linux_relay_simple_set.py -------------------------------------------------------------------------------- /src/tc/linux/tb_workfd_check_if_process_run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/tc/linux/tb_workfd_check_if_process_run.py -------------------------------------------------------------------------------- /src/tc/linux/tc_connect_to_compilepc.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/tc/linux/tc_connect_to_compilepc.py -------------------------------------------------------------------------------- /src/tc/linux/tc_git_get_branch_commit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/tc/linux/tc_git_get_branch_commit.py -------------------------------------------------------------------------------- /src/tc/linux/tc_linux_imx_usb_loader_boot_uboot.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/tc/linux/tc_linux_imx_usb_loader_boot_uboot.py -------------------------------------------------------------------------------- /src/tc/linux/tc_linux_imx_usb_loader_install.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/tc/linux/tc_linux_imx_usb_loader_install.py -------------------------------------------------------------------------------- /src/tc/linux/tc_linux_ptest_runner.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/tc/linux/tc_linux_ptest_runner.py -------------------------------------------------------------------------------- /src/tc/linux/tc_linux_top.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/tc/linux/tc_linux_top.py -------------------------------------------------------------------------------- /src/tc/linux/tc_lx_bonnie.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/tc/linux/tc_lx_bonnie.py -------------------------------------------------------------------------------- /src/tc/linux/tc_lx_bonnie_install.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/tc/linux/tc_lx_bonnie_install.py -------------------------------------------------------------------------------- /src/tc/linux/tc_lx_check_i2c_reg_file.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/tc/linux/tc_lx_check_i2c_reg_file.py -------------------------------------------------------------------------------- /src/tc/linux/tc_lx_check_reg_file.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/tc/linux/tc_lx_check_reg_file.py -------------------------------------------------------------------------------- /src/tc/linux/tc_lx_check_usb_authorized.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/tc/linux/tc_lx_check_usb_authorized.py -------------------------------------------------------------------------------- /src/tc/linux/tc_lx_cmd_and_grep.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/tc/linux/tc_lx_cmd_and_grep.py -------------------------------------------------------------------------------- /src/tc/linux/tc_lx_cpufreq.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/tc/linux/tc_lx_cpufreq.py -------------------------------------------------------------------------------- /src/tc/linux/tc_lx_create_dummy_file.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/tc/linux/tc_lx_create_dummy_file.py -------------------------------------------------------------------------------- /src/tc/linux/tc_lx_create_i2c_reg_dump_pfuze_3000.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/tc/linux/tc_lx_create_i2c_reg_dump_pfuze_3000.py -------------------------------------------------------------------------------- /src/tc/linux/tc_lx_create_i2c_reg_file.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/tc/linux/tc_lx_create_i2c_reg_file.py -------------------------------------------------------------------------------- /src/tc/linux/tc_lx_create_reg_file.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/tc/linux/tc_lx_create_reg_file.py -------------------------------------------------------------------------------- /src/tc/linux/tc_lx_devmem2_install.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/tc/linux/tc_lx_devmem2_install.py -------------------------------------------------------------------------------- /src/tc/linux/tc_lx_dmesg_grep.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/tc/linux/tc_lx_dmesg_grep.py -------------------------------------------------------------------------------- /src/tc/linux/tc_lx_eeprom.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/tc/linux/tc_lx_eeprom.py -------------------------------------------------------------------------------- /src/tc/linux/tc_lx_get_ubi_parameters.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/tc/linux/tc_lx_get_ubi_parameters.py -------------------------------------------------------------------------------- /src/tc/linux/tc_lx_get_version.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/tc/linux/tc_lx_get_version.py -------------------------------------------------------------------------------- /src/tc/linux/tc_lx_gpio.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/tc/linux/tc_lx_gpio.py -------------------------------------------------------------------------------- /src/tc/linux/tc_lx_mount.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/tc/linux/tc_lx_mount.py -------------------------------------------------------------------------------- /src/tc/linux/tc_lx_mtdutils_install.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/tc/linux/tc_lx_mtdutils_install.py -------------------------------------------------------------------------------- /src/tc/linux/tc_lx_partition_check.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/tc/linux/tc_lx_partition_check.py -------------------------------------------------------------------------------- /src/tc/linux/tc_lx_partitions_grep.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/tc/linux/tc_lx_partitions_grep.py -------------------------------------------------------------------------------- /src/tc/linux/tc_lx_printenv.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/tc/linux/tc_lx_printenv.py -------------------------------------------------------------------------------- /src/tc/linux/tc_lx_ps_grep.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/tc/linux/tc_lx_ps_grep.py -------------------------------------------------------------------------------- /src/tc/linux/tc_lx_ps_grep_and_kill.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/tc/linux/tc_lx_ps_grep_and_kill.py -------------------------------------------------------------------------------- /src/tc/linux/tc_lx_regulator.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/tc/linux/tc_lx_regulator.py -------------------------------------------------------------------------------- /src/tc/linux/tc_lx_trigger_wdt.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/tc/linux/tc_lx_trigger_wdt.py -------------------------------------------------------------------------------- /src/tc/linux/tc_lx_uname.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/tc/linux/tc_lx_uname.py -------------------------------------------------------------------------------- /src/tc/linux/tc_workfd_apply_local_patches.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/tc/linux/tc_workfd_apply_local_patches.py -------------------------------------------------------------------------------- /src/tc/linux/tc_workfd_apply_patchwork_patches.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/tc/linux/tc_workfd_apply_patchwork_patches.py -------------------------------------------------------------------------------- /src/tc/linux/tc_workfd_can.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/tc/linux/tc_workfd_can.py -------------------------------------------------------------------------------- /src/tc/linux/tc_workfd_cd_to_dir.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/tc/linux/tc_workfd_cd_to_dir.py -------------------------------------------------------------------------------- /src/tc/linux/tc_workfd_check_cmd_success.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/tc/linux/tc_workfd_check_cmd_success.py -------------------------------------------------------------------------------- /src/tc/linux/tc_workfd_check_if_cmd_exist.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/tc/linux/tc_workfd_check_if_cmd_exist.py -------------------------------------------------------------------------------- /src/tc/linux/tc_workfd_check_if_device_exist.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/tc/linux/tc_workfd_check_if_device_exist.py -------------------------------------------------------------------------------- /src/tc/linux/tc_workfd_check_if_dir_exist.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/tc/linux/tc_workfd_check_if_dir_exist.py -------------------------------------------------------------------------------- /src/tc/linux/tc_workfd_check_if_file_exist.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/tc/linux/tc_workfd_check_if_file_exist.py -------------------------------------------------------------------------------- /src/tc/linux/tc_workfd_check_tar_content.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/tc/linux/tc_workfd_check_tar_content.py -------------------------------------------------------------------------------- /src/tc/linux/tc_workfd_check_tc_time.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/tc/linux/tc_workfd_check_tc_time.py -------------------------------------------------------------------------------- /src/tc/linux/tc_workfd_compile_linux.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/tc/linux/tc_workfd_compile_linux.py -------------------------------------------------------------------------------- /src/tc/linux/tc_workfd_connect_with_conmux.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/tc/linux/tc_workfd_connect_with_conmux.py -------------------------------------------------------------------------------- /src/tc/linux/tc_workfd_connect_with_kermit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/tc/linux/tc_workfd_connect_with_kermit.py -------------------------------------------------------------------------------- /src/tc/linux/tc_workfd_connect_with_ssh.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/tc/linux/tc_workfd_connect_with_ssh.py -------------------------------------------------------------------------------- /src/tc/linux/tc_workfd_cp_file.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/tc/linux/tc_workfd_cp_file.py -------------------------------------------------------------------------------- /src/tc/linux/tc_workfd_create_ubi_rootfs.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/tc/linux/tc_workfd_create_ubi_rootfs.py -------------------------------------------------------------------------------- /src/tc/linux/tc_workfd_date.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/tc/linux/tc_workfd_date.py -------------------------------------------------------------------------------- /src/tc/linux/tc_workfd_disconnect_with_kermit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/tc/linux/tc_workfd_disconnect_with_kermit.py -------------------------------------------------------------------------------- /src/tc/linux/tc_workfd_generate_random_file.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/tc/linux/tc_workfd_generate_random_file.py -------------------------------------------------------------------------------- /src/tc/linux/tc_workfd_get_linux_source.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/tc/linux/tc_workfd_get_linux_source.py -------------------------------------------------------------------------------- /src/tc/linux/tc_workfd_get_list_of_files_in_dir.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/tc/linux/tc_workfd_get_list_of_files_in_dir.py -------------------------------------------------------------------------------- /src/tc/linux/tc_workfd_get_patchwork_number_list.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/tc/linux/tc_workfd_get_patchwork_number_list.py -------------------------------------------------------------------------------- /src/tc/linux/tc_workfd_get_uboot_config_hex.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/tc/linux/tc_workfd_get_uboot_config_hex.py -------------------------------------------------------------------------------- /src/tc/linux/tc_workfd_get_uboot_config_string.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/tc/linux/tc_workfd_get_uboot_config_string.py -------------------------------------------------------------------------------- /src/tc/linux/tc_workfd_get_uboot_config_vars.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/tc/linux/tc_workfd_get_uboot_config_vars.py -------------------------------------------------------------------------------- /src/tc/linux/tc_workfd_git_rebase.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/tc/linux/tc_workfd_git_rebase.py -------------------------------------------------------------------------------- /src/tc/linux/tc_workfd_goto_lab_source_dir.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/tc/linux/tc_workfd_goto_lab_source_dir.py -------------------------------------------------------------------------------- /src/tc/linux/tc_workfd_goto_linux_code.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/tc/linux/tc_workfd_goto_linux_code.py -------------------------------------------------------------------------------- /src/tc/linux/tc_workfd_goto_tbot_workdir.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/tc/linux/tc_workfd_goto_tbot_workdir.py -------------------------------------------------------------------------------- /src/tc/linux/tc_workfd_goto_uboot_code.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/tc/linux/tc_workfd_goto_uboot_code.py -------------------------------------------------------------------------------- /src/tc/linux/tc_workfd_grep.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/tc/linux/tc_workfd_grep.py -------------------------------------------------------------------------------- /src/tc/linux/tc_workfd_hdparm.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/tc/linux/tc_workfd_hdparm.py -------------------------------------------------------------------------------- /src/tc/linux/tc_workfd_insmod.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/tc/linux/tc_workfd_insmod.py -------------------------------------------------------------------------------- /src/tc/linux/tc_workfd_iperf.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/tc/linux/tc_workfd_iperf.py -------------------------------------------------------------------------------- /src/tc/linux/tc_workfd_linux_get_ifconfig.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/tc/linux/tc_workfd_linux_get_ifconfig.py -------------------------------------------------------------------------------- /src/tc/linux/tc_workfd_linux_get_uboot_env.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/tc/linux/tc_workfd_linux_get_uboot_env.py -------------------------------------------------------------------------------- /src/tc/linux/tc_workfd_linux_mkdir.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/tc/linux/tc_workfd_linux_mkdir.py -------------------------------------------------------------------------------- /src/tc/linux/tc_workfd_lx_get_bc.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/tc/linux/tc_workfd_lx_get_bc.py -------------------------------------------------------------------------------- /src/tc/linux/tc_workfd_lx_set_bc.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/tc/linux/tc_workfd_lx_set_bc.py -------------------------------------------------------------------------------- /src/tc/linux/tc_workfd_md5sum.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/tc/linux/tc_workfd_md5sum.py -------------------------------------------------------------------------------- /src/tc/linux/tc_workfd_rm_dir.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/tc/linux/tc_workfd_rm_dir.py -------------------------------------------------------------------------------- /src/tc/linux/tc_workfd_rm_file.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/tc/linux/tc_workfd_rm_file.py -------------------------------------------------------------------------------- /src/tc/linux/tc_workfd_rm_linux_code.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/tc/linux/tc_workfd_rm_linux_code.py -------------------------------------------------------------------------------- /src/tc/linux/tc_workfd_rm_uboot_code.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/tc/linux/tc_workfd_rm_uboot_code.py -------------------------------------------------------------------------------- /src/tc/linux/tc_workfd_scp.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/tc/linux/tc_workfd_scp.py -------------------------------------------------------------------------------- /src/tc/linux/tc_workfd_set_gpio.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/tc/linux/tc_workfd_set_gpio.py -------------------------------------------------------------------------------- /src/tc/linux/tc_workfd_ssh.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/tc/linux/tc_workfd_ssh.py -------------------------------------------------------------------------------- /src/tc/linux/tc_workfd_sudo_cp_file.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/tc/linux/tc_workfd_sudo_cp_file.py -------------------------------------------------------------------------------- /src/tc/linux/tc_workfd_switch_su.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/tc/linux/tc_workfd_switch_su.py -------------------------------------------------------------------------------- /src/tc/linux/ubi/tc_lx_ubi_attach.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/tc/linux/ubi/tc_lx_ubi_attach.py -------------------------------------------------------------------------------- /src/tc/linux/ubi/tc_lx_ubi_def.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/tc/linux/ubi/tc_lx_ubi_def.py -------------------------------------------------------------------------------- /src/tc/linux/ubi/tc_lx_ubi_detach.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/tc/linux/ubi/tc_lx_ubi_detach.py -------------------------------------------------------------------------------- /src/tc/linux/ubi/tc_lx_ubi_format.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/tc/linux/ubi/tc_lx_ubi_format.py -------------------------------------------------------------------------------- /src/tc/linux/ubi/tc_lx_ubi_info.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/tc/linux/ubi/tc_lx_ubi_info.py -------------------------------------------------------------------------------- /src/tc/linux/ubi/tc_lx_ubi_tests.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/tc/linux/ubi/tc_lx_ubi_tests.py -------------------------------------------------------------------------------- /src/tc/linux/xenomai/tc_xenomai_common.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/tc/linux/xenomai/tc_xenomai_common.py -------------------------------------------------------------------------------- /src/tc/linux/xenomai/tc_xenomai_latency.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/tc/linux/xenomai/tc_xenomai_latency.py -------------------------------------------------------------------------------- /src/tc/tc_board_git_bisect.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/tc/tc_board_git_bisect.py -------------------------------------------------------------------------------- /src/tc/tc_dummy.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/tc/tc_dummy.py -------------------------------------------------------------------------------- /src/tc/tc_lab_apply_patches.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/tc/tc_lab_apply_patches.py -------------------------------------------------------------------------------- /src/tc/tc_lab_compile_uboot.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/tc/tc_lab_compile_uboot.py -------------------------------------------------------------------------------- /src/tc/tc_lab_cp_file.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/tc/tc_lab_cp_file.py -------------------------------------------------------------------------------- /src/tc/tc_lab_get_uboot_source.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/tc/tc_lab_get_uboot_source.py -------------------------------------------------------------------------------- /src/tc/tc_lab_poweroff.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/tc/tc_lab_poweroff.py -------------------------------------------------------------------------------- /src/tc/tc_lab_poweron.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/tc/tc_lab_poweron.py -------------------------------------------------------------------------------- /src/tc/tc_lab_rm_dir.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/tc/tc_lab_rm_dir.py -------------------------------------------------------------------------------- /src/tc/tc_lab_set_toolchain.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/tc/tc_lab_set_toolchain.py -------------------------------------------------------------------------------- /src/tc/tc_test_bootcounter.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/tc/tc_test_bootcounter.py -------------------------------------------------------------------------------- /src/tc/tc_ub_boot_linux.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/tc/tc_ub_boot_linux.py -------------------------------------------------------------------------------- /src/tc/tc_workfd_apply_patches.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/tc/tc_workfd_apply_patches.py -------------------------------------------------------------------------------- /src/tc/tc_workfd_compile_uboot.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/tc/tc_workfd_compile_uboot.py -------------------------------------------------------------------------------- /src/tc/tc_workfd_git_clone_source.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/tc/tc_workfd_git_clone_source.py -------------------------------------------------------------------------------- /src/tc/tc_workfd_set_toolchain.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/tc/tc_workfd_set_toolchain.py -------------------------------------------------------------------------------- /src/tc/tc_workfd_write_cmd_check.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/tc/tc_workfd_write_cmd_check.py -------------------------------------------------------------------------------- /src/tc/uboot/duts/tc_ub_basic.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/tc/uboot/duts/tc_ub_basic.py -------------------------------------------------------------------------------- /src/tc/uboot/duts/tc_ub_bdinfo.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/tc/uboot/duts/tc_ub_bdinfo.py -------------------------------------------------------------------------------- /src/tc/uboot/duts/tc_ub_boot.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/tc/uboot/duts/tc_ub_boot.py -------------------------------------------------------------------------------- /src/tc/uboot/duts/tc_ub_coninfo.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/tc/uboot/duts/tc_ub_coninfo.py -------------------------------------------------------------------------------- /src/tc/uboot/duts/tc_ub_date.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/tc/uboot/duts/tc_ub_date.py -------------------------------------------------------------------------------- /src/tc/uboot/duts/tc_ub_download.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/tc/uboot/duts/tc_ub_download.py -------------------------------------------------------------------------------- /src/tc/uboot/duts/tc_ub_dtt.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/tc/uboot/duts/tc_ub_dtt.py -------------------------------------------------------------------------------- /src/tc/uboot/duts/tc_ub_duts_fdt.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/tc/uboot/duts/tc_ub_duts_fdt.py -------------------------------------------------------------------------------- /src/tc/uboot/duts/tc_ub_duts_go.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/tc/uboot/duts/tc_ub_duts_go.py -------------------------------------------------------------------------------- /src/tc/uboot/duts/tc_ub_duts_hush.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/tc/uboot/duts/tc_ub_duts_hush.py -------------------------------------------------------------------------------- /src/tc/uboot/duts/tc_ub_duts_source.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/tc/uboot/duts/tc_ub_duts_source.py -------------------------------------------------------------------------------- /src/tc/uboot/duts/tc_ub_duts_version.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/tc/uboot/duts/tc_ub_duts_version.py -------------------------------------------------------------------------------- /src/tc/uboot/duts/tc_ub_environment.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/tc/uboot/duts/tc_ub_environment.py -------------------------------------------------------------------------------- /src/tc/uboot/duts/tc_ub_flinfo.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/tc/uboot/duts/tc_ub_flinfo.py -------------------------------------------------------------------------------- /src/tc/uboot/duts/tc_ub_i2c_help.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/tc/uboot/duts/tc_ub_i2c_help.py -------------------------------------------------------------------------------- /src/tc/uboot/duts/tc_ub_memory.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/tc/uboot/duts/tc_ub_memory.py -------------------------------------------------------------------------------- /src/tc/uboot/duts/tc_ub_run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/tc/uboot/duts/tc_ub_run.py -------------------------------------------------------------------------------- /src/tc/uboot/duts/tc_ub_start_all_duts.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/tc/uboot/duts/tc_ub_start_all_duts.py -------------------------------------------------------------------------------- /src/tc/uboot/tc_ub_aristainetos2_ubi.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/tc/uboot/tc_ub_aristainetos2_ubi.py -------------------------------------------------------------------------------- /src/tc/uboot/tc_ub_check_reg_file.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/tc/uboot/tc_ub_check_reg_file.py -------------------------------------------------------------------------------- /src/tc/uboot/tc_ub_check_version.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/tc/uboot/tc_ub_check_version.py -------------------------------------------------------------------------------- /src/tc/uboot/tc_ub_cmp.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/tc/uboot/tc_ub_cmp.py -------------------------------------------------------------------------------- /src/tc/uboot/tc_ub_create_am335x_reg_file.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/tc/uboot/tc_ub_create_am335x_reg_file.py -------------------------------------------------------------------------------- /src/tc/uboot/tc_ub_create_imx28_reg_file.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/tc/uboot/tc_ub_create_imx28_reg_file.py -------------------------------------------------------------------------------- /src/tc/uboot/tc_ub_create_imx6_reg_file.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/tc/uboot/tc_ub_create_imx6_reg_file.py -------------------------------------------------------------------------------- /src/tc/uboot/tc_ub_create_reg_file.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/tc/uboot/tc_ub_create_reg_file.py -------------------------------------------------------------------------------- /src/tc/uboot/tc_ub_dfu.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/tc/uboot/tc_ub_dfu.py -------------------------------------------------------------------------------- /src/tc/uboot/tc_ub_dfu_random.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/tc/uboot/tc_ub_dfu_random.py -------------------------------------------------------------------------------- /src/tc/uboot/tc_ub_dfu_random_default.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/tc/uboot/tc_ub_dfu_random_default.py -------------------------------------------------------------------------------- /src/tc/uboot/tc_ub_get_bc.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/tc/uboot/tc_ub_get_bc.py -------------------------------------------------------------------------------- /src/tc/uboot/tc_ub_get_filesize.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/tc/uboot/tc_ub_get_filesize.py -------------------------------------------------------------------------------- /src/tc/uboot/tc_ub_get_version.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/tc/uboot/tc_ub_get_version.py -------------------------------------------------------------------------------- /src/tc/uboot/tc_ub_help.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/tc/uboot/tc_ub_help.py -------------------------------------------------------------------------------- /src/tc/uboot/tc_ub_load_board_env.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/tc/uboot/tc_ub_load_board_env.py -------------------------------------------------------------------------------- /src/tc/uboot/tc_ub_reset.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/tc/uboot/tc_ub_reset.py -------------------------------------------------------------------------------- /src/tc/uboot/tc_ub_setenv.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/tc/uboot/tc_ub_setenv.py -------------------------------------------------------------------------------- /src/tc/uboot/tc_ub_setenv_fkt.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/tc/uboot/tc_ub_setenv_fkt.py -------------------------------------------------------------------------------- /src/tc/uboot/tc_ub_test_py.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/tc/uboot/tc_ub_test_py.py -------------------------------------------------------------------------------- /src/tc/uboot/tc_ub_testfkt.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/tc/uboot/tc_ub_testfkt.py -------------------------------------------------------------------------------- /src/tc/uboot/tc_ub_tftp_file.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/tc/uboot/tc_ub_tftp_file.py -------------------------------------------------------------------------------- /src/tc/uboot/tc_ub_ubi_check_volume.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/tc/uboot/tc_ub_ubi_check_volume.py -------------------------------------------------------------------------------- /src/tc/uboot/tc_ub_ubi_create_volume.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/tc/uboot/tc_ub_ubi_create_volume.py -------------------------------------------------------------------------------- /src/tc/uboot/tc_ub_ubi_erase.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/tc/uboot/tc_ub_ubi_erase.py -------------------------------------------------------------------------------- /src/tc/uboot/tc_ub_ubi_info.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/tc/uboot/tc_ub_ubi_info.py -------------------------------------------------------------------------------- /src/tc/uboot/tc_ub_ubi_prepare.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/tc/uboot/tc_ub_ubi_prepare.py -------------------------------------------------------------------------------- /src/tc/uboot/tc_ub_ubi_read.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/tc/uboot/tc_ub_ubi_read.py -------------------------------------------------------------------------------- /src/tc/uboot/tc_ub_ubi_write.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/tc/uboot/tc_ub_ubi_write.py -------------------------------------------------------------------------------- /src/tc/uboot/tc_ub_ubifs_ls.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/tc/uboot/tc_ub_ubifs_ls.py -------------------------------------------------------------------------------- /src/tc/uboot/tc_ub_ubifs_mount.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/tc/uboot/tc_ub_ubifs_mount.py -------------------------------------------------------------------------------- /src/tc/uboot/tc_ub_upd_spl.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/tc/uboot/tc_ub_upd_spl.py -------------------------------------------------------------------------------- /src/tc/uboot/tc_ub_upd_uboot.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/tc/uboot/tc_ub_upd_uboot.py -------------------------------------------------------------------------------- /src/tc/uboot/tc_uboot_check_kconfig.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/tc/uboot/tc_uboot_check_kconfig.py -------------------------------------------------------------------------------- /src/tc/uboot/tc_uboot_ext2load.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/tc/uboot/tc_uboot_ext2load.py -------------------------------------------------------------------------------- /src/tc/uboot/tc_uboot_ext2ls.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/tc/uboot/tc_uboot_ext2ls.py -------------------------------------------------------------------------------- /src/tc/uboot/tc_uboot_get_arch.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/tc/uboot/tc_uboot_get_arch.py -------------------------------------------------------------------------------- /src/tc/uboot/tc_uboot_load_bin_with_kermit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/tc/uboot/tc_uboot_load_bin_with_kermit.py -------------------------------------------------------------------------------- /src/tc/uboot/tc_uboot_usb_info.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/tc/uboot/tc_uboot_usb_info.py -------------------------------------------------------------------------------- /src/tc/uboot/tc_uboot_usb_start.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/tc/uboot/tc_uboot_usb_start.py -------------------------------------------------------------------------------- /src/tc/yocto/tc_workfd_bitbake.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/tc/yocto/tc_workfd_bitbake.py -------------------------------------------------------------------------------- /src/tc/yocto/tc_workfd_check_repo_cmd.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/tc/yocto/tc_workfd_check_repo_cmd.py -------------------------------------------------------------------------------- /src/tc/yocto/tc_workfd_get_with_repo.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/tc/yocto/tc_workfd_get_with_repo.py -------------------------------------------------------------------------------- /src/tc/yocto/tc_workfd_get_yocto_source.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/tc/yocto/tc_workfd_get_yocto_source.py -------------------------------------------------------------------------------- /src/tc/yocto/tc_workfd_goto_repo_code.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/tc/yocto/tc_workfd_goto_repo_code.py -------------------------------------------------------------------------------- /src/tc/yocto/tc_workfd_goto_yocto_code.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/tc/yocto/tc_workfd_goto_yocto_code.py -------------------------------------------------------------------------------- /src/tc/yocto/tc_workfd_yocto_basic_check.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/tc/yocto/tc_workfd_yocto_basic_check.py -------------------------------------------------------------------------------- /src/tc/yocto/tc_workfd_yocto_check_rootfs_version.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/tc/yocto/tc_workfd_yocto_check_rootfs_version.py -------------------------------------------------------------------------------- /src/tc/yocto/tc_workfd_yocto_generate_bblayers.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/tc/yocto/tc_workfd_yocto_generate_bblayers.py -------------------------------------------------------------------------------- /src/tc/yocto/tc_workfd_yocto_patch_site.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/tc/yocto/tc_workfd_yocto_patch_site.py -------------------------------------------------------------------------------- /src/tc/yocto/tc_yocto_get_result_files.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/tc/yocto/tc_yocto_get_result_files.py -------------------------------------------------------------------------------- /src/tc/yocto/tc_yocto_get_rootfs_from_tarball.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/tc/yocto/tc_yocto_get_rootfs_from_tarball.py -------------------------------------------------------------------------------- /src/tc/yocto/tc_yocto_install_rootfs_as_nfs.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsdenx/tbot/HEAD/src/tc/yocto/tc_yocto_install_rootfs_as_nfs.py --------------------------------------------------------------------------------