Required tools for playing around with memory:
hexdumpobjdumpreadelfxxdgcore
| Rst 0x20M | |
| (P) SATA Reset | |
| ASCII Diag mode | |
| F3 T> | |
| ASCII Diag mode | |
| F3 T>/C |
Assumptions: Host machine is linux.
/boot/config-$(uname -r) to .config in the extract linux src code folder..config has the following options: CONFIG_FRAME_POINTER=y , CONFIG_KGDB=y , CONFIG_KGDB_SERIAL_CONSOLE=y , CONFIG_KGDB_KDB=y , CONFIG_KDB_KEYBOARD=y. Change if necessary. Alternatively use make xconfig to configure in UI.sudo apt-get install build-essential libncurses-dev bison flex libssl-dev libelf-dev)