From 9bbe08f3ec4c7546fdb5f5599755f6101294dc19 Mon Sep 17 00:00:00 2001 From: Aidan MacDonald Date: Sat, 19 Mar 2022 19:38:29 +0000 Subject: x1000: bootloader: add whole-chip flash dump option I don't expect this will be all that useful, but why not... Change-Id: Ieb486bb719c5cc61e0f3e95f9fb603a1c30c6528 --- 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 a7c9927f1b..f6231bbd54 100644 --- a/bootloader/x1000/x1000bootloader.h +++ b/bootloader/x1000/x1000bootloader.h @@ -171,6 +171,7 @@ int dump_flash(int fd, uint32_t addr, uint32_t length); 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 recovery_menu(void) __attribute__((noreturn)); -- cgit v1.2.3