I made a flashdump of my T6E with the known good firmware.
My PCB is labeled SY-PX30-T6E-V1.0 with a manufacture date of 2021-07-09.
WARNING!!!
- I have not attempted to flash this back into my own device!
- This may make your device unbootable!!
- Backup your flash before writing mine!!!
With that said, anybody want to try flashing this into their unit?
Here’s how:
- Download and extract
- build rkdeveloptool
- press the button on the pcb while powering on to enter loader mode
- ensure a device is detected:
sudo ./rkdeveloptool ld
- Backup your device:
sudo ./rkdeveloptool rl 0 15269888 t6e_backup.bin
- Flash your device:
sudo ./rkdeveloptool wl 0 t6e_rktool_dump.bin
- Power cycle
- Report your findings back here
Edit: If somebody could provide a backup of the newer software, I could verify that this works and create an easy procedure for everyone to follow.
Notes:
building rkdeveloptool on linux
sudo apt install -y libudev-dev libusb-1.0-0-dev dh-autoreconf pkg-config libusb-1.0
git clone https://github.com/rockchip-linux/rkdeveloptool.git
cd rkdeveloptool
aclocal
autoreconf -i
autoheader
automake --add-missing
./configure
make
restore backup flash
sudo ./rkdeveloptool wl 0 t6e_backup.bin