RaspberryPi icon indicating copy to clipboard operation
RaspberryPi copied to clipboard

BootLoader with uart-serial port

Open Piping opened this issue 6 years ago • 4 comments

HI,

First of all, I appreciate your work and it make clear for me to how to use Pi3.

Can you add a small demo of bootloader that uses aarch64 ISA and load programs from serial port?

Currently all bootloader I found online is outdated with respect to PI3 B+ model.

Thank you!

Piping avatar Oct 05 '17 18:10 Piping

Hi Piping,

Sorry for the late reply... Thanks so much for the kind words =D

I am looking at the Raspberry Pi Products page and I can not see a PI3 B+ model: https://www.raspberrypi.org/products/

I test all my code on the PI3 B model, & I do not have this newer PI3 B+ HW to test with. (If you actually meant the PI3 B model, then I can look into serial upload of code using my PI3 B HW.)

PeterLemon avatar Oct 20 '17 12:10 PeterLemon

Hi Peter, indeed if you do have an example 3B bootloader solution that works over uart, it would be a great addition. This repo is fantastic and has been a great help to me, many thanks for sharing all the examples.

petemoore avatar Jul 01 '18 12:07 petemoore

I am looking at the Raspberry Pi Products page and I can not see a PI3 B+ model: https://www.raspberrypi.org/products/

I think this is the model @Piping has: https://www.raspberrypi.org/products/raspberry-pi-3-model-b-plus/

@Piping If you are still looking for a rpi 3B compatible bootloading procedure, I documented mine here which doesn't use UART, but boots over ethernet (TFTP).

petemoore avatar Jul 10 '20 18:07 petemoore

Thanks petemoore for your help on this issue =D

PeterLemon avatar Aug 03 '20 19:08 PeterLemon