Preloader serial commands #13
progzone122
started this conversation in
Preloader
Replies: 4 comments 12 replies
-
Unfortunately, it doesn't boot to BROM :( python mtkbootcmd.py BOOTROM |
Beta Was this translation helpful? Give feedback.
0 replies
-
If we try to boot into METAMETA we will get a Preloader bootloop for 10 seconds and then it will boot into the system |
Beta Was this translation helpful? Give feedback.
0 replies
-
Interesting... diablo-pc :: ~/Desktop/fuckyoumoto » python mtkbootcmd.py METAMETA
Listening for ports!
Found /dev/ttyACM0 with description: MT65xx Preloader - CDC ACM Communication Interface
HWID: USB VID:PID=0E8D:2000 LOCATION=5-1:1.0
PORT: /dev/ttyACM0
Initializing port: /dev/ttyACM0
b'METAMETA' cmd sent
diablo-pc :: ~/Desktop/fuckyoumoto » python mtkbootcmd.py ADVMETA
Listening for ports!
Found /dev/ttyACM0 with description: MT65xx Preloader - CDC ACM Communication Interface
HWID: USB VID:PID=0E8D:2000 LOCATION=5-1:1.0
PORT: /dev/ttyACM0
Initializing port: /dev/ttyACM0
Error: b'ATEM0' |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We can now use the mtkbootcmd.py script to send serial commands to preloader.
For example, in this way we can reboot into fastboot:
Can there be other modes?
Beta Was this translation helpful? Give feedback.
All reactions