Prerequisites
- USB Male to Male Cable
- Windows operating system
-
AMLogic USB Burning ToolThe name after installation is
Aml_Burn_Tool
。
demote
Open a terminal and typehdwwiz
Open the Add Hardware Wizard.
Install the hardware I manually selected from the list
> Show all devices -> Amlogic, Inc. -> android_winusb
- adb enable root privileges
$Env:N1_IP = "192.168.1.10" # Replace with the IP of the N1 box
# Enable root privileges
. /adb kill-server
. /adb connect $Env:N1_IP # connect to N1 box
. /adb devices -l | findstr "p230" # Check if the connection was successful
. /adb shell setprop 1
. /adb shell setprop 1
# remount
. /adb kill-server
. /adb connect $Env:N1_IP # connect N1 box
. /adb devices -l | findstr "p230" # Check if the connection was successful
. /adb remount
- Brush in the downgrade firmware
# swipe to downgrade boot image (in a mirror)
./adb push /sdcard/
./adb shell dd if=/sdcard/ of=/dev/block/boot
./adb shell rm -f /sdcard/
./adb reboot
Enter wire brush mode
- adb enable root privileges
$Env:N1_IP = "192.168.1.10" # Replace with the IP of the N1 box
# Enable root privileges
. /adb kill-server
. /adb connect $Env:N1_IP # connect to N1 box
. /adb devices -l | findstr "p230" # Check if the connection was successful
. /adb shell setprop 1
. /adb shell setprop 1
# remount
. /adb kill-server
. /adb connect $Env:N1_IP # connect to N1 box
. /adb devices -l | findstr "p230" # Check if the connection was successful
. /adb remount
-
Plug one end of the USB male-to-male cable into the N1 box's USB port near the HDMI and one end into your computer, then run the following command:
./adb shell reboot update
-
Open Aml_Burn_Tool
Fibertronics T1 and N1 Downgrade Recovery WIRE FLASH FUNCTION | Enzan Wireless Forums