Skip to content

Commit

Permalink
Add note about Ubuntu 20.04
Browse files Browse the repository at this point in the history
  • Loading branch information
extremecoders-re committed Aug 1, 2020
1 parent 8bd7dc7 commit affad03
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Expand Up @@ -124,3 +124,7 @@ $ ./fat.py DIR890A1_FW103b07.bin --qemu 2.5.0
echo "Running firmware ${IID}: terminating after 60 secs..."
timeout --preserve-status --signal SIGINT 60 "${SCRIPT_DIR}/run.${ARCH}.sh" "${IID}"
```

## Known Issues

- FAT does not work on Ubuntu 20.04. The main reason behind this is some dependencies of Firmadyne (especially binwalk) require Python 2. Unless this is fixed upstream, stick to Ubuntu 18.04 or lower.

0 comments on commit affad03

Please sign in to comment.