From d3b42cc5c0689382e531319560a79dc73a07b7f8 Mon Sep 17 00:00:00 2001 From: Billy Laws Date: Thu, 14 Jul 2022 12:58:09 +0100 Subject: [PATCH] Correct default mapper version for ADPKG instructions --- tools/ADPKG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/ADPKG.md b/tools/ADPKG.md index 47982eb..ad18f0b 100644 --- a/tools/ADPKG.md +++ b/tools/ADPKG.md @@ -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 outpkg vulkan.adreno.so vulkan.ad0615.so 5 +$ patch.py outpkg vulkan.adreno.so vulkan.ad0615.so 1 $ vim outpkg/meta.json $ cp qtimapper-shim-rel/* outpkg ```