Dump X300T Bootloader
From t-hack.com - Hack X300T / X301T
The Bootloader in the Flashrom is encrypted, so it is not helpful to investigate the content of the rom.
However, the rom is decrypted into RAM before it is started.
You need a JTAG connection from a PC to the X300T to use the dump tool and it will take about 30 minutes to dump the data into a file.
if you are using a wiggler cable you need to use /wiggler as a comandline parameter.
C# version of the dump tool
for those who have problems with the above tool, please try this one. it uses a different driver dll and is written in C#. due to the driver it seems to be a lot slower than the C version.
if you are using a wiggler cable you need to use /wiggler as a comandline parameter.
