sdmmc-analyzer icon indicating copy to clipboard operation
sdmmc-analyzer copied to clipboard

Support new SDK and Python 3

Open jefflongo opened this issue 3 years ago • 1 comments

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

jefflongo avatar Aug 13 '21 22:08 jefflongo

I'd suggest to update the shebang to read python3 explicitly. On Ubuntu plain python no longer maps to any python version by default.

BenBE avatar Apr 28 '22 09:04 BenBE