-
Notifications
You must be signed in to change notification settings - Fork 7
Doesn't work on Pi1 with 512 MB RAM #4
Comments
The 20150821-1625-vc4-image.img build doesn't work because Mesa is preventing X from working properly. The image 20150821-1625-vc4-image.img should work. |
HoboHacker meant to say "The image 20150808-1312-vc4-image.img should work." The latest build failed (20150917-0953-vc4-failure.log.bz2) due to some code in Mesa, but the build can be successful if using GCC/G++ 4.9.2. |
My friend tried the 08-08 image and claimed it had the same result. Basically, the green light flashes a little at power up then turns off So don't understand how this has anything to do with mesa as I cannot On 9/17/15, ktb83dev notifications@github.com wrote:
|
Try adding (or uncommenting) hdmi_drive=2 in config.txt. I needed that for it to boot. |
I had success using hdmi_drive=2 Now I face a different problem. The ephiphany web browser will not run, it complains about missing libraries. Further, the keyboard mysteriously repeats the last character making typing nearly impossible. Finally programs crash in very strange ways. glxgears does however work. Any hints here? Does the vc4 driver support etc1 compression? |
Good.
Epiphany browser for the Pi is built to use the userland libs from the foundation which are located at /opt/vc/. However, that directory has been moved to /opt/vc.bak so that it doesn't get in the way. Certain applications which have been specifically compiled to use those files will likely not work. I haven't tried to see if I can leave a limited set of the userland libs in place in order to support Pi-specific applications like Epiphany, but you're welcome to try (you would probably want to make sure to get the libs which conflict with the Mesa libs out of the way, and run sudo ldconfig). Applications which haven't been customized to use the Pi libs should work. Try Iceweasel (Firefox) and Chromium (I use a recent version from Ubuntu armhf).
I was able to avoid this problem by adding dwc_otg.fiq_fsm_mask=0xF to cmdline.txt.
My guess is that this is probably related to the moved libs (see above).
I'm not familiar with etc1 compression. S3TC might work. Try installing libtxc-dxtn-s2tc0, you might need to force-enable it with driconf in some cases. http://dri.freedesktop.org/wiki/S3TC/ FYI - you'll probably want to set cma=256 or cma=512 in cmdline.txt. I've been using cma=512. |
Hi, so i have found out, if gpu_mem was set in config.txt i have a black screen. Regards |
I'm having a somewhat similar problem: I copied the latest image 20151112 using dd to an sd card, but when I try to boot it in my raspi (model B with 512MB RAM) I only see the rainbow test image, but raspbian never launches. |
Hi, open your config.txt and deactivate all HDMI and all VIDEO Variables and Am 29.11.2015 17:58, schrieb Schule04:
|
Here is my config.txt, it is unchanged from the one in the image since it will never boot up. |
Hi, i don't know if the VC4 is working on the RPI B. I have the RPI 2B. Format SD Card and write it again with the Win32DiskImager Tool. Am 29.11.2015 18:42, schrieb Schule04:
|
I now tried it with Win32DiskImager Tool and the result was the same as with dd. |
If you didn't get this working (with the vanilla image) before: could you give the latest from http://sukzessiv.net/~gohai/vc4-buildbot/build/ a try? Thanks. |
Hi, @gohai... do you think the problem is actually? So the Post is from last month! For Chromium on the RPI2 with VC4 sometimes ist unstable and System hang up. Wish you good slide to the new Year :-) |
@nighteagle1974 It's a known limitation that HDMI is the only output currently working. The other bug you mention is not related to "Cannot boot image". |
The system is behaving identical as with the old build. |
@Schule04 You're using different monitors, connected via HDMI? (just checking to make sure) |
@Schule04 And just to be sure: you were using http://sukzessiv.net/~gohai/vc4-buildbot/build/20151220-1053-vc4-image.zip, on a Pi1 with 512 MB RAM? |
I used 2 monitors with a HDMI to DVI adapter:
Both work with the regular drivers, Yes, I used the image from your link. |
@Schule04 Raspbian just released a new version with experimental vc4 support, but they say they only support the Pi 2, so perhaps this is expected behavior? |
@gohai from the last story on thread raspberrypi/linux#1210, it's expected behavior on Pi1 |
I have copied the image to a micro sd card with:
dd if=20150821-1625-vc4-image.img of=/dev/sdb bs=4M
and the raspberry remains black screen without booting. I can mount the filesystems and see all the files. What can I do to get a working image? Did I miss an important step?
The text was updated successfully, but these errors were encountered: