-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to test without brick the watch #1
Comments
First of all, you need to know the combination to enter fastboot, so that you can unbrick it. As for the kernel, you don't have to flash the kernel, you copy it inside the watch and just boot it without flashing it. I will upload a guide when I have time. |
To provide more information over what Thanos wrote: To boot directly to fastboot, follow the steps from this XDA thread. Is is a little difficult, but it works. Then to test the kernel, use the "boot" command not the "flash" command. There is also a flashing tool that can restore/unbrick your watch, the "Ingenic Cloner tool" . You can find a tutorial here. |
I know cloner tool, but as I said, my old verge unit died and any fastboot method did work. If you are sure that I think I was able to extract a config file from /proc/config.gz, If i found it , i will add it as a PR here. |
Boot command does not flash the image, thus you can use it to onetime test a kernel. But you may have to flash the appropriate filesystem before booting a kernel (or it may crash). It is also faster and easier for development than flashing. Also, based on my tests, booting a kernel image from fastboot sometimes failed (the flashed kernel booted) |
Yeah, sure! |
I have a verge and i got sources from ingenic too. I tried to compile a kernel by myself but when I flashed the boot.img my verge died. Do you use qemu or any other safe way to test it? I would like to help you with this project
The text was updated successfully, but these errors were encountered: