View Single Post
Johnx's Avatar
Posts: 643 | Thanked: 628 times | Joined on Mar 2007 @ Seattle (or thereabouts)
#6
First, I'd like to say thanks for all the encouragement. It's always nice to see.

Originally Posted by fpp View Post
On the Sharp Zaurus PDAs, Debian is one of the foundations (with Ångström) that people have recently been using to boot Google Android environments. Maybe it would work on a tablet too ?
Interesting idea. It almost certainly would work with a little hacking. The one big thing that stands in the way right now is that applications that want to draw directly to the framebuffer (like mplayer -vo fbdev) have no problem writing to /dev/fb0 but what they write never shows up on the screen. Since Android relies on writing to /dev/fb0 we might have a problem until this can be worked around.

Originally Posted by linux_author
- excellent work! will be looking forward to this...

- it'd be great to get to the point where there's good hardware support and a bare-minimum (text-based) install w/networking... most folks (i believe) would be able to take it from there... (this would be a flexible approach, rather than say, 'here's the install with such-and-such a gui desktop'...
Believe me, I'm interested in hardware support too, so this should improve. I'm always interested in help though, too. As for a text based install with networking...That might be fine for the N810, but without a keyboard the N800 users won't get very far I think. I don't know of any onscreen keyboards for the framebuffer console. As it is I used the slimmest install of X11 (which I think everyone will want on their tablet anyways). All this does is drop people off into an xterm and an onscreen keyboard. From their they can setup networking or do whatever else they want.

- i was not aware of the hacked init-fs? it'd be nice to have a URL in the wiki? (but yes, i will look for this)...
Here's the "Boot from MMC" howto: http://maemo.org/community/wiki/HowT..._From_MMC_card
It applies to 2008OS as well since fanoush updated his initfs.

- tks for posting this... adds a new dimension to the IT i wasn't aware of...

- anyone have any good URLs for a starting place on alternative IT booting/setup/desktops?
Well it's my thread so I might as well plug the wiki page I made. heh. Basically if you're using fanoush's initfs all you need to do is point the initfs at an filesystem that contains /sbin/init . init will be run and can do whatever it wants to the rest of the system. I really do need to see what it's handed in terms of mounted filesystems though. :/

Originally Posted by kotzkind
You should Link this in the wiki article:
Done! Remember, it is a wiki. You *can* just add it yourself. :P