fubarino / fubarino.github.com

fubarino.github.com
15 stars 12 forks source link

Need binary / instructions to reload bootloader on Fubarino SD #10

Closed davidsmoot closed 9 years ago

davidsmoot commented 10 years ago

My company bought a half dozen or so Fubarino SD's for a rapid prototype for a customer and they worked great. However I was running my own native PIC code, not MPIDE code.

My company has no more need for these prototypes and I want to use them to teach basic programming skills to a group of kids. I want to be able to use them with MPIDE again. Can you please post / provide binaries and instructions? I have access to a Pickit programmer as well as several ICD 3's. Thanks, David

EmbeddedMan commented 10 years ago

David,

If you have the MX795 version of the Fubarino SD, you'd use this HEX file for the bootloader: https://github.com/chipKIT32/PIC32-avrdude-bootloader/blob/master/bootloaders/MX4-FB_SD-USB%20-%20795.hex

And if you have the MX440 version, you'd use this HEX file: https://github.com/chipKIT32/PIC32-avrdude-bootloader/blob/master/bootloaders/MX4-FB_SD-USB%20-%20440.hex

Do you have MPLAB X installed? If so, you'll have the MPLAB IPE program installed as well. Run this program, select the part you have (Either the MX795 of MX440) and the programmer you'll be using (PICKit3 for example) and click connect. Then from the File menu, choose Import and select the proper HEX file (download one of the two above linked HEX files). Then click program, and you should have your bootloader back again.

Let me know if this doesn't work or if you need more details-

*Brian

On Mon, Mar 31, 2014 at 11:36 AM, davidsmoot notifications@github.comwrote:

My company bought a half dozen or so Fubarino SD's for a rapid prototype for a customer and they worked great. However I was running my own native PIC code, not MPIDE code.

My company has no more need for these prototypes and I want to use them to teach basic programming skills to a group of kids. I want to be able to use them with MPIDE again. Can you please post / provide binaries and instructions? I have access to a Pickit programmer as well as several ICD 3's. Thanks, David

Reply to this email directly or view it on GitHubhttps://github.com/fubarino/fubarino.github.com/issues/10 .

davidsmoot commented 10 years ago

Your binary and instructions appear to work fine! Thank you! The kids will be happy to get 3 more units to play with.

David

On Thu, Apr 3, 2014 at 10:51 PM, Brian Schmalz notifications@github.comwrote:

David,

If you have the MX795 version of the Fubarino SD, you'd use this HEX file for the bootloader:

https://github.com/chipKIT32/PIC32-avrdude-bootloader/blob/master/bootloaders/MX4-FB_SD-USB%20-%20795.hex

And if you have the MX440 version, you'd use this HEX file:

https://github.com/chipKIT32/PIC32-avrdude-bootloader/blob/master/bootloaders/MX4-FB_SD-USB%20-%20440.hex

Do you have MPLAB X installed? If so, you'll have the MPLAB IPE program installed as well. Run this program, select the part you have (Either the MX795 of MX440) and the programmer you'll be using (PICKit3 for example) and click connect. Then from the File menu, choose Import and select the proper HEX file (download one of the two above linked HEX files). Then click program, and you should have your bootloader back again.

Let me know if this doesn't work or if you need more details-

*Brian

On Mon, Mar 31, 2014 at 11:36 AM, davidsmoot <notifications@github.com

wrote:

My company bought a half dozen or so Fubarino SD's for a rapid prototype for a customer and they worked great. However I was running my own native PIC code, not MPIDE code.

My company has no more need for these prototypes and I want to use them to teach basic programming skills to a group of kids. I want to be able to use them with MPIDE again. Can you please post / provide binaries and instructions? I have access to a Pickit programmer as well as several ICD 3's. Thanks, David

Reply to this email directly or view it on GitHub< https://github.com/fubarino/fubarino.github.com/issues/10> .

Reply to this email directly or view it on GitHubhttps://github.com/fubarino/fubarino.github.com/issues/10#issuecomment-39529557 .

JacobChrist commented 10 years ago

I teach a class using Fubarino SD's and have lecture notes and labs posted here:

http://globedrop.com/mtsac/elec74/2014-spring/

At some point I want to put these on github so they can be community-based but I haven't found time to do so yet.

Jacob

My company bought a half dozen or so Fubarino SD's for a rapid prototype for a customer and they worked great. However I was running my own native PIC code, not MPIDE code.

My company has no more need for these prototypes and I want to use them to teach basic programming skills to a group of kids. I want to be able to use them with MPIDE again. Can you please post / provide binaries and instructions? I have access to a Pickit programmer as well as several ICD 3's. Thanks, David

— Reply to this email directly or view it on GitHubhttps://github.com/fubarino/fubarino.github.com/issues/10 .

ricklon commented 10 years ago

Jacob,

This is great material. I'm really impressed.

I could help edit it for online publishing. I could translate to Markdown, and put in the wiki.

--Rick

davidsmoot commented 10 years ago

Indeed. I skimmed the material and I will be using it for my kids. I’m dealing with gifted 8th graders but there is still plenty of good stuff here. Thank you.

David

On Apr 9, 2014, at 2:59 PM, Jacob Christ notifications@github.com wrote:

I teach a class using Fubarino SD's and have lecture notes and labs posted here:

http://globedrop.com/mtsac/elec74/2014-spring/

At some point I want to put these on github so they can be community-based but I haven't found time to do so yet.

Jacob

My company bought a half dozen or so Fubarino SD's for a rapid prototype for a customer and they worked great. However I was running my own native PIC code, not MPIDE code.

My company has no more need for these prototypes and I want to use them to teach basic programming skills to a group of kids. I want to be able to use them with MPIDE again. Can you please post / provide binaries and instructions? I have access to a Pickit programmer as well as several ICD 3's. Thanks, David

— Reply to this email directly or view it on GitHubhttps://github.com/fubarino/fubarino.github.com/issues/10 . — Reply to this email directly or view it on GitHub.

David Smoot davidsmoot@gmail.com

christophe-dupriez commented 10 years ago

Dear Jacob,

Let me add my congratulations to the chorus of impressed people! I have been giving some programming courses to young people finishing a technical degree: this quality an comprehensiveness is necessary to obtain some level of success with current generation.

Keep on ChipKiting!

Christophe Twitter: @ChristopheDupri

Le 10/04/2014 03:37, Ricklon a écrit :

Jacob,

This is great material. I'm really impressed.

I could help edit it for online publishing. I could translate to Markdown, and put in the wiki.

--Rick

— Reply to this email directly or view it on GitHub https://github.com/fubarino/fubarino.github.com/issues/10#issuecomment-40035135.

EmbeddedMan commented 9 years ago

I believe that the original question has been answered here so I'm going to close this issue.