What did you do exactly?
Here is a quick guide for anyone that brinks their unit.
Here is the set of tools i used.
mega.nz
Install Amlogic_USB_Burning_Tool_v2.2.0 and all the drivers that comes with it.
Open the application, hold the side the button and plug in the device.
The application will make the device hold state without looping.
Close the applicaiton
Open CMD and navigate to "aml-flash-tool-master\tools\windows"
run the following commands,
Code:
update.exe partition dtbo C:\directory to\dtbo.img
update.exe partition _aml_dtb C:\directory to\dtb.img
update.exe partition recovery C:\directory to\recovery.img
onces that done. reboot the device whiles holding the button.
Open the burning tool get a hold of it and close it.
run cmd and navigate back to "aml-flash-tool-master\tools\windows"
run this command.
Code:
update.exe bulkcmd fastboot
you cannot boot in to recovery as the wiki states. i have no idea why.
so command "fastboot reboot-recovery" doesn't work.
what worked for me was "fastboot boot path-to-recovery.img-file"
from there on, install the lineage.zip file with adb command and whatever else you want to install.
done.