-
Notifications
You must be signed in to change notification settings - Fork 66
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
Comments
Hi Piping, Sorry for the late reply... I am looking at the Raspberry Pi Products page and I can not see a PI3 B+ model: I test all my code on the PI3 B model, & I do not have this newer PI3 B+ HW to test with. |
Hi Peter, |
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). |
Thanks petemoore for your help on this issue =D |
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!
The text was updated successfully, but these errors were encountered: