Close

Tizen is booting on RPI0 !

A project log for Port Tizen to Raspberry Pi Zero

Start from 0 to other raspberry pies (1,2,3..)

guilhem-lalanneGuilhem-Lalanne 02/18/2016 at 13:382 Comments

... Almost.

Same configuration as earlier : a keyboard and a screen plugged directly through USB and HDMI, and the SD card with the image.
After a few seconds, the raspberry appears at the top of the screen, but nothing else happens for nearly 1 minute.

And then, an error appears :

So, no prompt for login and no session, but the keyboard works : typing ctrl+alt+delete restart the RPi !

Discussions

RzR wrote 02/25/2016 at 23:15 point

Also check for dead links in /lib/systemd/ and remove them , ie :

rm /lib/systemd/system/graphical.target.wants/devicectl-stop@.service
rm /lib/systemd/system/graphical.target.wants/zbooting-done.service
rm /lib/systemd/system/multi-user.target.wants/sensord.service
rm /lib/systemd/system/multi-user.target.wants/deviced.service

  Are you sure? yes | no

RzR wrote 02/19/2016 at 22:29 point

Sorry, I've been busy on other subjects...

If you can log in using ssh root:root ,

try this :

echo 'SUBSYSTEM=="vchiq",GROUP="display",MODE="0660"' > /etc/udev/rules.d/10-vchiq-permissions.rules


If it works I will share a new image,

  Are you sure? yes | no