From 4d01168b9bcdb8c060604cbd851e4ea13b4aa9b5 Mon Sep 17 00:00:00 2001 From: Aidan MacDonald Date: Mon, 30 May 2022 14:08:02 +0100 Subject: x1000: add flash probe tool to bootloader The flash probe mimics the boot ROM's flash read routines and dumps the manufacturer & device IDs and 16-byte parameter data to a file on the SD card. Change-Id: I3d413bd0cc05a9d7f2285b85454420c3e90274e9 --- bootloader/x1000/x1000bootloader.h | 1 + 1 file changed, 1 insertion(+) (limited to 'bootloader/x1000/x1000bootloader.h') diff --git a/bootloader/x1000/x1000bootloader.h b/bootloader/x1000/x1000bootloader.h index 81c7f2aaa4..e74a6a3b68 100644 --- a/bootloader/x1000/x1000bootloader.h +++ b/bootloader/x1000/x1000bootloader.h @@ -197,6 +197,7 @@ int dump_flash_file(const char* file, uint32_t addr, uint32_t length); void dump_of_player(void); void dump_of_recovery(void); void dump_entire_flash(void); +void show_flash_info(void); void recovery_menu(void) __attribute__((noreturn)); -- cgit v1.2.3