-
Notifications
You must be signed in to change notification settings - Fork 16
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 create a Raspberry Pi firmware burning file? #12
Comments
Hi,
Thank you - I am glad you like the project.
Use Microchip Studio to build the firmware image using your new changes.
Find the .elf file that it built.
Insert the Pi's SD/MicroSD card into your PC, and look in the /boot
partition -you should be able to do this even on a Windows PC.
In the boot partition, you'll find a file called V10_BMS.elf - you need to
delete/rename it, and place your generated elf file into /boot, and rename
it to "V10_BMS.elf" - the capital letters are important.
Then, you can eject the SD/MicroSD from the PC, and use it in the pi again,
and it will attempt to flash that image.
Kind regards,
David
…On Thu, 6 Jun 2024 at 10:49, turenabo ***@***.***> wrote:
Hi Dave, your project is great. I have unlocked my V10 battery before. I
want to make some adjustments to your code recently, but I don't have a
programer. I only have a Raspberry Pi. How can I make a Raspberry Pi
firmware burning file? Could you share some info or idea, many thanks.
—
Reply to this email directly, view it on GitHub
<#12>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AARIHYLZW4IMUAONYN7UFKDZGAWBNAVCNFSM6AAAAABI4LZIF2VHI2DSMVQWIX3LMV43ASLTON2WKOZSGMZTOOBTGQ3TQMQ>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
many thanks, I will try |
https://www.eevblog.com/forum/reviews/dyson-v7-trigger-cordless-vacuum-teardown-of-battery-pack/msg5426312/#msg5426312 says that "flashing back the Is it possible to do that with the software for Raspberry Pi rather than a PICkit? |
Good question.
It seems not without separate circuitry.
It might be able to be done with a circuit like this:
https://www.techmeology.co.uk/rpipic/
But I don't know, and unfortunately I don't have any pic development
experience.
David
…On Mon, 30 Dec 2024, 05:23 probonopd, ***@***.***> wrote:
https://www.eevblog.com/forum/reviews/dyson-v7-trigger-cordless-vacuum-teardown-of-battery-pack/msg5426312/#msg5426312
says that "flashing back the 00 and 7F to those two locations" (see the
screenshot there) may unlock a locked battery with factory firmware.
Is it possible to do that with the software for Raspberry Pi rather than a
PICkit?
—
Reply to this email directly, view it on GitHub
<#12 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AARIHYJWQBS2PGAUMVRHTAL2IDDDLAVCNFSM6AAAAABULO2K6GVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKNRVGAYTCNJYGY>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Hi Dave, your project is great. I have unlocked my V10 battery before. I want to make some adjustments to your code recently, but I don't have a programer. I only have a Raspberry Pi. How can I make a Raspberry Pi firmware burning file? Could you share some info or idea, many thanks.
The text was updated successfully, but these errors were encountered: