-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Rainbow screen on rpi3 with optee #2783
Comments
Hi, Feels like I'm repeating in each and every ticket about RPi3 but anyways ...
Since I did "2" today and it is from scratch, it should be fairly easy to follow along if you use the upcoming documentation + look at (and pause) the video. // Joakim |
Hello again, |
Few minor comments on u-boot environment
|
That has not been changed/updated/covered yet and that's what I tried to indicate with the comment " |
@msa2 , I've looked into this as mentioned earlier today and I think I'm with you on the two first bullets, but the ones about |
It was just my experience on our internal network, say
|
That's not really a surprise, shouldn't the NFS server have a 10.2.2... IP and also said in its exports file tell that the share is located at its own IP, i.e., also a 10.2.2.x in that case? Maybe I'm a bit into deep water here, I'm no network guru. |
@msa2 why would the NFS server not have an address in the 10.2.2.0/24 network? Anyway, not sure it can help, but I found PyPXE to be a very useful tool when you have to deal with a local test environment including DHCP/TFTP/NFS and you are already on a network with a DHCP server. It can act as a DHCP proxy. |
Because in my case the NFS server is my laptop sitting on same desk and rpi3. If "NFS" server gets address from 10.2.2.0/24 dia DHCP, it can get different addresses on different boots, and then I would again need to edit the uboot.env... My setup is simply
e.g. laptop has two addresses (if do However, no big deal. I guess anyone setting up NFS server, is capable of figuring out best option for himself. |
well, |
@dkarnikis glad it's working for you.
Would be awesome. |
Hello, Thank you so much. |
@Hacklog24 |
@dkarnikis Thank you so much, |
i will ping you first, don't worry(have a couple stuff do to) |
@dkarnikis |
That would be great so we ones and for all can sort you RPi3 Model B+ questions/issues. Thanks! |
@Hacklog24 |
@dkarnikis The guide is fantastic, clearly explained and if the previous steps are correct, it will work great. Congratulations and well done! Tested with both UART and HDMI cables. Cheers |
@dkarnikis , thanks! I'll update our official docs in the future in one or another way to reflect this (I should probably buy a 3b+ myself at some point). |
@dkarnikis Your boot files for RPi3 b+ works, thanks. But it isn't clear from your instructions the files that you replaced to get it to boot. Your instructions say "so I swapped some files from the latest ubuntu core ..." -- could you provide the details of the exact files you swapped and the original location from where it was copied from? |
Hello,
I have built successfully optee os for qemu and write some custom TA's without any problems.
My next step was to boot optee into rpi3.
I followed the guide https://github.com/OP-TEE/build/blob/master/docs/rpi3.md, flashed the image to the sd card, booted the rpi but a rainbow screen pop's up.
(usb devices are not getting any power. I have managed to boot other OS).
I am using hdmi ouput (following this guide #1367)
Am i doing something wrong?
Thanks a lot,
Dimitris
The text was updated successfully, but these errors were encountered: