Quote:
Originally Posted by Cecell3000
but it does not work on 3.2.0 firmware.
is there any way to use in firmware 3.2.0?
|
Apart from not seeing the pictures, how do you see that it is not working. Did you try to write to a log file instead of showing pictures?
I wonder whether you still use the script that Marcelo Silva posted elsewhere. There he saves the rotation used by nickel
Code:
#evita bug na instalacao acidental firmware 3.2.0
currentRotation=$(cat /sys/class/graphics/fb0/rotate)
and later on he restores it
Code:
#evita bug na instalacao acidental firmware 3.2.0
echo "$currentRotation" > /sys/class/graphics/fb0/rotate
In between of these two points however, he doesn't seem to change the rotation. But I think you should do so, before calling png2raw or pickel. See
this post