├── .gitmodules ├── README.md ├── Simos8_sboot_connections.md ├── bootloader.bin ├── bootloader.py ├── crc_bruteforce.py ├── crc_bruteforce_simos85.py ├── requirements.txt ├── rpi_connections.jpg ├── simos18_2_sboot_shell_seed_response.png ├── simos8.4_desoldered.jpg ├── simos8.4_sboot_shell_seed_response.png ├── simos8.5_desoldered.jpg ├── simos8.5_make_crc_the_range.png ├── simos8.5_sboot_fake_data_upload_response92.png ├── simos8.5_sboot_shell_seed_response.png ├── simos84_pcb_pins.jpg ├── simos85_pcb_connection_diagram.jpg ├── simos8_5_seed_key_challenge_passed.png └── wavePWM.py /.gitmodules: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fastboatster/TC1796_CAN_BSL/HEAD/.gitmodules -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fastboatster/TC1796_CAN_BSL/HEAD/README.md -------------------------------------------------------------------------------- /Simos8_sboot_connections.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fastboatster/TC1796_CAN_BSL/HEAD/Simos8_sboot_connections.md -------------------------------------------------------------------------------- /bootloader.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fastboatster/TC1796_CAN_BSL/HEAD/bootloader.bin -------------------------------------------------------------------------------- /bootloader.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fastboatster/TC1796_CAN_BSL/HEAD/bootloader.py -------------------------------------------------------------------------------- /crc_bruteforce.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fastboatster/TC1796_CAN_BSL/HEAD/crc_bruteforce.py -------------------------------------------------------------------------------- /crc_bruteforce_simos85.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fastboatster/TC1796_CAN_BSL/HEAD/crc_bruteforce_simos85.py -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fastboatster/TC1796_CAN_BSL/HEAD/requirements.txt -------------------------------------------------------------------------------- /rpi_connections.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fastboatster/TC1796_CAN_BSL/HEAD/rpi_connections.jpg -------------------------------------------------------------------------------- /simos18_2_sboot_shell_seed_response.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fastboatster/TC1796_CAN_BSL/HEAD/simos18_2_sboot_shell_seed_response.png -------------------------------------------------------------------------------- /simos8.4_desoldered.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fastboatster/TC1796_CAN_BSL/HEAD/simos8.4_desoldered.jpg -------------------------------------------------------------------------------- /simos8.4_sboot_shell_seed_response.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fastboatster/TC1796_CAN_BSL/HEAD/simos8.4_sboot_shell_seed_response.png -------------------------------------------------------------------------------- /simos8.5_desoldered.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fastboatster/TC1796_CAN_BSL/HEAD/simos8.5_desoldered.jpg -------------------------------------------------------------------------------- /simos8.5_make_crc_the_range.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fastboatster/TC1796_CAN_BSL/HEAD/simos8.5_make_crc_the_range.png -------------------------------------------------------------------------------- /simos8.5_sboot_fake_data_upload_response92.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fastboatster/TC1796_CAN_BSL/HEAD/simos8.5_sboot_fake_data_upload_response92.png -------------------------------------------------------------------------------- /simos8.5_sboot_shell_seed_response.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fastboatster/TC1796_CAN_BSL/HEAD/simos8.5_sboot_shell_seed_response.png -------------------------------------------------------------------------------- /simos84_pcb_pins.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fastboatster/TC1796_CAN_BSL/HEAD/simos84_pcb_pins.jpg -------------------------------------------------------------------------------- /simos85_pcb_connection_diagram.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fastboatster/TC1796_CAN_BSL/HEAD/simos85_pcb_connection_diagram.jpg -------------------------------------------------------------------------------- /simos8_5_seed_key_challenge_passed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fastboatster/TC1796_CAN_BSL/HEAD/simos8_5_seed_key_challenge_passed.png -------------------------------------------------------------------------------- /wavePWM.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fastboatster/TC1796_CAN_BSL/HEAD/wavePWM.py --------------------------------------------------------------------------------