caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
From: Goswin von Brederlow <goswin-v-b@web.de>
To: caml-list@inria.fr
Subject: Re: [Caml-list] Ocaml on an embedded arm system (no linux)
Date: Mon, 23 Sep 2013 14:30:29 +0200	[thread overview]
Message-ID: <20130923123029.GA25427@frosties> (raw)
In-Reply-To: <CAKdt_-YTk2gfc6P2-jyLVzTbp7heueC+M3t=p_LJWaNMC_zR7Q@mail.gmail.com>

On Fri, Sep 20, 2013 at 09:13:26AM -0500, Dwight Schauer wrote:
> Hi,
> 
> I'm looking at the feasibility of targetting a couple ARM processeors in a
> similar manner to ocapic at its core.
>... 
> The ARM processors I'm looking to target are:
> STM32F407ZGT6 ARM Cortex-M4, 1MB Flash, 196KB RAM (Has floating point)
> STM32F103RB ARM Cortex-M3, 128 KB Flash, 20K RAM (No floating point)
> 
> On both I'd like to be able to run bytecode both out of Flash and RAM.
> (Primarily flash, but RAM for debugging).
> 
> Speed is on overly important as long as I can control when the garbage
> collection is run (could be done in C in the multitasker?).
> 
> Dwight

I'm looking at the same, but for seriously different specs.

My interest would be to run ocaml apps on a Raspberry PI baremetal.
Basically what openmirage does for the cloud (x86 VMs) but for
Raspberry PI and similar dimensioned arm boards.

So targets would be ARMv6 / ARMv7 cpus with 128MB - 2GB ram, USB,
HDMI, ethernet (often via USB), serial and an SD card.

I'm familiar with the hardware side, how to boot, how to initialize
the devices, how to get a picture to show on the HDMI and so on. What
I lack is knowledge in creating a new runtime library for ocaml that
runs directly on the hardware, or with just a verry thin hardware
abstraction layer.

Any pointers for how to do that?

MfG
	Goswin


  parent reply	other threads:[~2013-09-23 12:30 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-09-20 14:13 Dwight Schauer
2013-09-20 15:54 ` Gerd Stolpmann
2013-09-20 16:19   ` Dwight Schauer
2013-09-20 16:46     ` Gerd Stolpmann
2013-09-21 12:08     ` Jonathan Kimmitt
2013-09-23 12:30 ` Goswin von Brederlow [this message]
2013-09-23 21:10   ` Anil Madhavapeddy
2013-09-30 13:48     ` Goswin von Brederlow

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=20130923123029.GA25427@frosties \
    --to=goswin-v-b@web.de \
    --cc=caml-list@inria.fr \
    /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).