sdmmc-analyzer
sdmmc-analyzer copied to clipboard
Support new SDK and Python 3
Changes some print statements to allow building with python 3, and renames some of the directories in the build script to match the new SDK names. Solves #10
I'd suggest to update the shebang to read python3
explicitly. On Ubuntu plain python
no longer maps to any python version by default.