Correct default mapper version for ADPKG instructions

This commit is contained in:
Billy Laws 2022-07-14 12:58:09 +01:00
parent cc96fcaf15
commit d3b42cc5c0

View file

@ -29,7 +29,7 @@
I recommend running blob-patcher.py to patch a set of blobs from a device dump with mapper ver as 5, then copying in the qtimapper-shim files from the adrenotools releases page.
```bash
$ mkdir outpkg
$ patch.py <device dump> outpkg vulkan.adreno.so vulkan.ad0615.so 5
$ patch.py <device dump> outpkg vulkan.adreno.so vulkan.ad0615.so 1
$ vim outpkg/meta.json
$ cp qtimapper-shim-rel/* outpkg
```