On Tue, Mar 17, 2009 at 8:44 AM, Kleber Hugo
<kl.hugo@xxxxxxxxx> wrote:
I am trying to make Petalinux run on a Spartan 3 Starter Kit
(200kgates, 1MB SRAM, NoFlash) as my first atempt, I know this is hard
but at now is my only option.
As long as you know it :)
I am having problems with the memory controller, why my SRAM controler
"xps_mch_emp" isn't accepted? The controler "mpmc" is accepted, but it
is for SDRAM, and I have an SRAM.
I assume you mean xps_mch_emc? Can you please try adding xps_mch_emc to the "range=" list on line 32 of
$PETALINUX/hardware/edk_user_repository/PetaLogix/bsp/petalinux_v1_00_b/data/petalinux_v2_1_0.mld
PARAMETER name = main_memory, desc ="Name of Main Memory used with
PetaLinux", type = peripheral_instance,
range=(opb_ddr,opb_emc,plb_ddr,plb_emc,opb_sdram,plb_sdram,mch_opb_sdram,mch_opb_ddr,
mch_opb_ddr2, mch_opb_emc, plb_ddr2, mpmc, xps_mch_emc), default = none;
(all on one line)
and see if that works?
Thanks,
John
--