Constructs a new FEL device.
If the device is open
Closes the FEL device
Executes the code at the given address.
The address to jump to.
Reads data from the FEL device.
length The length of data to read.
A Buffer of the given length containing data from the FEL device.
Send a FEL request to the device
The command to send
The address to set on the command
The length to set on the command
Writes data to the FEL device.
Gets the FES1 binary data.
The FES1 binary data
Gets the uboot binary data
The uboot binary data
Initializes the system DRAM once fes1 and uboot have been loaded.
Whether or not the DRAM was initialized
Loads the fes1 into memory.
Loads the uboot into memory.
Opens the FEL device. When you are finished communicating with the device, you should call the close() method.
Reads froms the device NAND
Read data directly from the FEL device's memory.
The address to read from
The length of data to read
A Buffer representing the data at the given address of the given length
Reads data directly from the USB interface.
The amount of bytes to read
Runs the given uboot command
The uboot command to run
Whether or not to check for FEL connectivity afterward
Sets the FES1 binary data
The FES1 binary data
Sets the uboot binary data
The uboot binary data
Writes to the device NAND
Writes data directly to the FEL device's memory.
The address to write to
The data to write to memory
Sends data directly to the USB interface for the FEL device
Generated using TypeDoc
Class to represent a connected USB device in FEL mode.