Problem flashing SD (Solved)

Now that Vangelis works as it should, I wanted to flash another quality SD. I flashed with the Oram image, everything starts, I set display, Wiring and Audio… all good… I start the update and the Raspberry turns off and does not start anymore… Thanks

I solved it and discovered that it was the script to rotate the display that was not making Zynthian work. I physically rotated the display and now it seems that without that script, everything works. DO NOT USE THIS SCRIPT!!!

sudo nano /usr/share/X11/xorg.conf.d/90-monitor.conf
Section "Monitor"
    Identifier "DSI-2"
    # This identifier would be the same as the name of the connector printed by xrandr
    # for example  "DVI-I-1 connected primary" means that the identifier is "DVI-I-1"
    # another example "Unknown19-1 connected primary" some GPIO screens identify as Unknown19

    Option "Rotate" "inverted"
    # Valid rotation options are normal,inverted,left,right

    Option "PreferredMode" "800x480"
    # May be necesary if you are not getting your prefered resolution.
EndSection

Is that script part of zynthian distribution?

No @riban and I apologize, but it was the only way to rotate the image on the display… selecting “ROTATE” on WebConf, I had no effect… only the initial strings rotated but not the rest… I hope no one took into account what was written previously… I went crazy trying to find the cause… The Raspberry kept turning off…