View Single Post
Posts: 237 | Thanked: 274 times | Joined on Jul 2010
#9
Originally Posted by vi_ View Post
Here is a head scratcher for you.

How do you remove fbcon before entering BM? As you know fbcon makes it nearly impossible to use BM due to the text on the screen.

adding 'rmmod fbcon' fails as the module is in use. I suppose you could rmmod -f fbcon (force) however I don't want to try that on my only n900 with the prospect of a reflash if it failz.
why not simply stop using the nokia binary text2screen and use prinf to show text on the screen properly when using fbcon ?

of course printf will show nothing for people who don't have fbcon inserted/built in, to overcome this the script can be modified to check whether fbcon is present at start, if it is then use printf to print text to screen, if it isn't then use text2screen.
 

The Following 5 Users Say Thank You to ivyking For This Useful Post: