seek=32768 is 16M,,, dd defaults to sectors, 512 bytes
>I should NOT overwrite the first 32Mb
First 16M, run fdisk on most distros and see 1st user partition starts 32768 (sectors)
Matchs SPI, 128Mb (bits)
idbloader at (decimal) 64 sectors, uboot at 8M, ATF/trust at 12M, user parts at 16M
You could test your assumption that kali overwrites the uboot region by
pulling the 8-12M region and comparing with what you wrote
something like bs=1M skip=8 count=4,,, same sort of idea for idbloader
>I should NOT overwrite the first 32Mb
First 16M, run fdisk on most distros and see 1st user partition starts 32768 (sectors)
Matchs SPI, 128Mb (bits)
idbloader at (decimal) 64 sectors, uboot at 8M, ATF/trust at 12M, user parts at 16M
You could test your assumption that kali overwrites the uboot region by
pulling the 8-12M region and comparing with what you wrote
something like bs=1M skip=8 count=4,,, same sort of idea for idbloader