1.1.3.2. cli.cmd_bootloader.bootloader

This file implements the bootloader class to communicate with the bootloader inside hardware (foxbms board) to assist the booting process of foxbms (send binary files and commands).

Classes

Bootloader(interface[, path_app_binary, ...])

Implementation of the communication between host-implementation of the bootloader and the embedded bootloader.

BootloaderInterface()

Abstract class of the bootloader communication interface.

CanBusConfig(interface, channel, bitrate)

Type of CAN connection (must be supported by python-can).

CanBusConfigHelper

Helper