Skip to content
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

BootLoader with uart-serial port #14

Open
Piping opened this issue Oct 5, 2017 · 4 comments
Open

BootLoader with uart-serial port #14

Piping opened this issue Oct 5, 2017 · 4 comments

Comments

@Piping
Copy link

Piping commented Oct 5, 2017

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!

@PeterLemon
Copy link
Owner

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.)

@petemoore
Copy link
Contributor

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
Copy link
Contributor

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).

@PeterLemon
Copy link
Owner

Thanks petemoore for your help on this issue =D

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants