Skip to content

Commit

Permalink
Update write_efuse.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelscholle committed Jul 7, 2024
1 parent b9c5ab5 commit a8d181f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions write_efuse.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,16 @@ rtwpriv $iface efuse_get realmap > /external/realmap.txt
rtwpriv $iface efuse_get wlrfkmap > /external/fakemap.txt
rtwpriv $iface efuse_get realraw > /external/realraw.txt

rtwpriv $iface efuse_set wlwfake,00,29810B860C00FFFFFFFFFFFFFFFFFFFF
rtwpriv $iface efuse_set wlwfake,20,FFFF2626242427272322222326272827
rtwpriv $iface efuse_set wlwfake,30,03EEFFFFEEFF22EEFFFF252525252626
rtwpriv $iface efuse_set wlwfake,b0,FFFFFFFFFFFFFFFF7F1B290003000088
rtwpriv $iface efuse_set wlwfake,d0,FFFF1A8841FFC2FFFFFFFFFFFF030301
rtwpriv $iface efuse_set wlwfake,e0,05034E4943030301FFFFFFFFFFFFFFFF

rtwpriv $iface efuse_get wlrfkmap > /external/fakemap_after.txt
rtwpriv $iface efuse_get realmap > /external/realmap_aftter.txt


echo "Setting command executed!"

0 comments on commit a8d181f

Please sign in to comment.