-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
rockpro64-uboot: update to 2025.01. #53925
base: master
Are you sure you want to change the base?
Conversation
@Anachron I think you'll be interested in this PR. Sorry it took me so long to get back to you about booting from USB. I tried some things without luck and just this week found a method that works. I updated u-boot to 2025.1 and found simpler ways to write u-boot to the board. I tested booting from USB (with no other storage attached) after using |
bc2ceb2
to
6885e11
Compare
Hey @tsndqst thanks for the PR, I did flash a New uboot to PSI but still had no success. I will get another miniPC soon, so I will maybe be able to dig into it once I migrated my stuff from the rockpro64 away. |
Sorry to hear that. Were you able to see any output on the serial console? |
Hey, I am going to get back to this! I have successfully moved all my services from my Currently updated my RockPro64 and also applied this PR, lets see how it goes ... Edit: Okay, I finally am able to boot from USB 3.0, I think this can be merged (even though I am still having issues with my device, but that is not related to this PR). Edit 2: Is it normaly that I cannot boot from the SD card itself when I flashed the SPI to it? It's not like I need it, but it would've been nice knowing it in advance because I currently cannot boot until I reinstalled Void on a ssd. :) Edit3: I read somewhere else that this happens and since I am able to boot |
@Anachron For what it's worth I tested it again today and I was able to boot from SD card with nothing else plugged in. It did take a couple tries. The first time I forgot that I had changed the boot_targets variable in u-boot. Putting it back to the original list allowed it to boot from SD card. If you weren't able to boot Armbian I'd suggest looking at that but since it's just void you had problems with I'm not sure what's wrong. |
6885e11
to
af03728
Compare
Testing the changes
I tested the U-Boot install methods that I documented in the README.voidlinux file.
/usr/lib/rockpro64-uboot/u-boot-rockchip.bin
image and booting from eMMC./usr/lib/rockpro64-uboot/u-boot-rockchip-spi.bin
image and booting from USB.