-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathREADME.txt
24 lines (15 loc) · 980 Bytes
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# aawireless-dram-fix
This is the tool to fix the DRAM related issues of the second batch of AAWireless devices. You do not need to use the
tool on the devices from the first batch!
> :warning: If you do not feel comfortable with any of this, then please don't do it, please contact support at https://cpeb.freshdesk.com/
# Instructions
## Linux (tested on Ubuntu 20.04)
- libusb and lsusb should already be installed, if not, install them :)
- Run sudo ./flash_linux.sh and follow the instructions
## Windows
- Run flash_windows.bat and follow the instructions.
## MacOS (tested on Catalina and Big Sur)
- Please first install HomeBrew: https://brew.sh/
- Install libusb and lsusb by running "brew install lsusb libusb" in a Terminal.
- Run sudo ./flash_macos.sh and follow the instructions. If you get: "rkdeveloptool_macos cannot be opened because the
developer cannot be verified" go to System Preferences -> Security & Privacy -> General and Click "Allow anyway".