Instructions for new tool (apoxi-tool)
apoxi-tool read-all-memory -o OUTPUT_DIR
apoxi-tool read-memory -n FLASH
Instructions for old tool (node-sie-serial)
npm i @sie-js/serial
pnpm i #
npx tsx examples/dwd-apoxi-memory-dump.js --addr 0xA0000000 --size 0x8000000 --out output.bin
This will place the data dump into the repository's folder on your PC as output.bin.