Monday, 18 July 2016

how do I read and write the framebuffer screen without errors?



I get this:

Code:


root@Z00A:/ # cat /dev/urandom > /dev/graphics/fb0                       
tmp-mksh: cat: <stdout>: No space left on device


or with direct access

Code:


root@Z00A:/ # ln -n /dev/graphics/fb0 /dev/fb0
root@Z00A:/ # cat /dev/urandom > /dev/fb0                                     
tmp-mksh: cat: <stdout>: No space left on device


How do I do it?



No comments:

Post a Comment