[okl4-developer] help getting started
Nelson Tam
nelson at ok-labs.com
Thu Feb 14 10:20:21 EST 2008
On 14/02/2008, at 6:36 AM, Laborator SRCT wrote:
> Is there a document describing the steps needed to make a different
> virtual target (what is needed from the actual hardware target,
> etcetera).
>
> I'm focusing on a an ARM11 based platform.
Hi Gabi,
Please have a look at arch/arm/tools/machines.py and platform/imx31/
tools/machines.py.
The former defines various incarnations of ARM11 (armv6) chipsets,
while the latter
defines a real ARM11-based target.
Depending on what ARM11 chip you're using, you probably don't need to
modify the first
file if it's already listed. In the second file you need to make sure
that:
i) some usable physical memory region is defined in memory['physical']
ii) the run method (hardware or simulator) is defined
iii) any applicable drivers are defined, but that's unlikely for a
new platform
--
(nt)
Nelson Tam
nelson at ok-labs.com
More information about the Developer
mailing list