-
Notifications
You must be signed in to change notification settings - Fork 213
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
Add OPi NVME install docs #1608
base: main
Are you sure you want to change the base?
Conversation
Did we need to install anything back on the opi image? Do we need to tell them to install the os on the sd card then do these commands with the SSD installed? How long should the user expect this to take? |
c888e09
to
1f80dce
Compare
No, yes, 5 minutes (added) |
Should we recommend a brand name SSD (or at least an example)? Make sure teams don't go buy that $10 SSD? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Do we want to qualify this any more strongly? A sd card -will- work, this is just another option. |
I think it's fine considering it's in the advanced install section and it says "MicroSD cards are not the best" which is true. |
I just don't want a bunch of teams cargo culting this because we published it. That might be true, but I don't think that people will necessarily read that sentence that way. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We shall please the gods with a note that industrial sd cards are still known to work well.
Should we call out that the uboot flash is only required once? Once that has been done, you can image the SSD directly with a USB M.2 writer. (I've been working that way the entire off-season, skipping the SD card entirely for updates) |
Yeah that would be good to mention. |
How does this work with reflashing the opi? |
The key is that the uboot flash process to enable SSD boot writes to an SPI Flash chip soldered to the OPi board itself. It's not changing anything about the OS on the SD card or SSD. Think of it just like changing a BIOS setting to change the boot order. You would need to re-flash the SPI Flash memory explicitly to revert the change. |
I found that the uboot flash step works only with the v2.4.0 of the Ubuntu-rockchip image. Will photonvision be updated to be based off of these or should I update the step to flash one of these to a microsd card as the initial setup image? |
@Juniormunk In our experience the sd card type wasn't the weak point. It was the form factor. The physical card self-ejected during competition. Industrial or not won't fix that issue. |
I made a PR for that PhotonVision/photon-image-modifier#38. I just haven't pushed to get a tag made since there are a few other updates I'd like to make. |
Verified working with latest beta