As the topic name entails, I have a blank MCU on an arduino uno r4 minima and I was hoping I could burn a bootloader to it using my older uno r3. I wanted to see if anyone has tired doing this before and had success. I couldn't find anything online explicitly explaining how to do it. I'll give it a try tonight and update this post if I figure it out.
Any information would be a big help, thanks all!
PS: I saw that someone tried to do the reverse operation here:
No. Burning the bootloader on the Renesas chip requires the Renesas Flash Programmer which only runs on your computer.
It's the same with the R3. In that link they're sending the bootloader from the PC. The R4 is just replacing the programmer.
On the R4 you don't need a separate programmer. So there would be nothing for an R3 to contribute. You just connect the USB directly to the PC and burn your bootloader.
Long story short, I have a bunch of blank Renesas MCUs (same one thats on the R4) that I am using for a school project. I made some custom PCBs but when I went to test them, they didn't show up as a COM port. As a way to see if the chips were empty/cooked, I stole the MCU off of my R4 minima and put it on my custom PCB, it worked perfectly. Now I'm left with chips that wont show up as a COM port even when theyre placed on the original UNO R4 PCB... I suspect I need to use a J-Link device to flash the chips using the renesas flash programmer... Issue is, I dont have a J-Link and theyre expensive
I am not very knowledgeable on the subject, but I think you can put the chip into DFU mode and then flash the firmware directly via the USB interface without any need for additional hardware such as a J-Link.