On a Linux PC:

  1. Download the node-sie-serial repository from GitHub
  2. Install the package with the following command
    npm i @sie-js/serial
  3. (Only Needed One) Update with the following command
    pnpm i #
  4. Extract data with the following command
    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