9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: Bakul Shah <bakul@bitblocks.com>
To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net>
Subject: Re: [9fans] nice terminal...
Date: Sun, 22 Apr 2012 14:30:37 -0700	[thread overview]
Message-ID: <355ACE61-8887-4EB6-912E-75F7AFDC296F@bitblocks.com> (raw)
In-Reply-To: <7F3B0E1A-1629-40B3-8A9B-872E85B580DB@gmail.com>

On Apr 22, 2012, at 8:47 AM, Jeffrey Green <atallj@gmail.com> wrote:
> I'm assuming the proprietary stuff that is the hurdle here is a ROM based boot sequence (and language). I would think that the ARM processor architecture is standard. If so about the ROM, is the general public completely in the dark about it?

There are is a binary containing the code that runs on the GPU; this is loaded by the boot loader on the GPU. Then there are libGLES.so and friends that link with your openGL ES Linux app. Not much different from what NVidia does. The "kernel" is also booted by the GPU. In some ways this is simpler. To allow kernel choice at run time, the GPU loaded "kernel" could be 9load or grub or something. 

Linux driver to talk to the GPU is open source & CPU-GPU message types to implement a dumb frame buffer are documented so getting up /dev/draw shouldn't be hard.

There is a schematic for the board and a separate spec for peripherals - GPIO, UART, PWM, etc etc.

So a port should be no worse than to other ARM based SBCs. And once a port is done, you can have a ready to run SDHC card - no more fighting with installing plan9!





  parent reply	other threads:[~2012-04-22 21:30 UTC|newest]

Thread overview: 25+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-03-20 12:33 Nicolas Bercher
2012-03-20 13:32 ` Calvin Morrison
2012-03-20 21:34   ` Stephen Wiley
2012-04-01 13:21   ` Paweł Lasek
2012-03-20 14:10 ` Charles Forsyth
2012-03-20 14:19   ` Richard Miller
2012-03-20 15:52     ` erik quanstrom
2012-03-20 16:03     ` David Leimbach
2012-03-20 14:59   ` Nicolas Bercher
2012-04-22 15:08   ` Jeffrey Green
2012-04-22 15:17     ` Tristan
2012-04-22 15:22       ` Devon H. O'Dell
2012-04-22 15:47         ` Jeffrey Green
2012-04-22 16:22           ` Charles Forsyth
2012-04-22 17:40             ` Jeff Sickel
2012-04-22 18:02               ` Devon H. O'Dell
2012-04-22 23:22               ` Strake
2012-04-22 23:53                 ` Joseph Stewart
2012-04-23  2:51                   ` Bruce Ellis
2012-04-23 14:07                     ` Jeffrey Green
2012-04-23 14:20                       ` Matthew Veety
2012-04-22 21:30           ` Bakul Shah [this message]
  -- strict thread matches above, loose matches on Subject: below --
2011-05-06 22:15 Gorka Guardiola
2011-05-06 22:35 ` Jason Dreisbach
2011-05-07  1:32 ` Skip Tavakkolian

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=355ACE61-8887-4EB6-912E-75F7AFDC296F@bitblocks.com \
    --to=bakul@bitblocks.com \
    --cc=9fans@9fans.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).