[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [microblaze-uclinux] mb+uclinux on ml310
hi Lakshmi
Lakshmi Narasimhan. S wrote:
>Hello Team,
>I am struggling to build a uclinux + microblaze system on ML310 board.
>
>Below is the system I created.
>Microblaze with BRAM of 32K and a DDR external mem of 256MB,
>a custom IP, UARTLite and LEDs and a single OPB timer.
>
>Correct me below if I am wrong.
>The CompactFlash on board ML310 is accessible only through System ACE
>CF. And so I have it a SYSACE CF controller included as well.
>It doesnt show up as EMC for Flash. So I left the software settings
>for FLASH as none.
>
>
>
You should del "PARAMETER flash_memory_bank = 0" (it should be the
default value of "-1" in software setting) in your mss, if you don't
have any flash.
>I get the following error, while building uclinux libraries.
>Can anyone help?
>
>--------
>#--------------------------------------
># uClinux BSP generate...
>#--------------------------------------
>Override specified for MAIN_MEMORY:0x10000000
>ERROR:MDT - xget_handle 36360928 ipinst none peripheral : xget_handle:
>Ip
> instance none not found
>ERROR:MDT - ERROR FROM TCL:- uclinux () -
> while executing
> "xget_handle $processor_handle "ipinst" $ipinst_name "peripheral""
> (procedure "xget_sw_ipinst_handle_from_processor" line 2)
> invoked from within
> "xget_sw_ipinst_handle_from_processor $proc_handle $mem"
> (procedure "do_memory_setup" line 13)
> invoked from within
> "do_memory_setup $config_file $os_handle "FLASH_MEMORY"
>CONFIG_XILINX_FLASH"
> (procedure "::sw_uclinux_v1_00_c::generate" line 23)
> invoked from within
> "::sw_uclinux_v1_00_c::generate 35492784"
>WARNING: The parameter USE_DCR for the intc driver has been
>deprecated. Any reference to this parameter in the MSS file will be
>ignored.
>define_config_file: XNullHandler
>Copying Library Files ...
>ERROR:MDT - Error while running "generate" for processor
>microblaze_0...
>make: *** [microblaze_0/lib/libxil.a] Error 2
>Done.
>
>------
>
>I have attached the .mhs/.mss file below for your reference.
>
>Please let me know how to correct this error.
>
>
I think this is because you are using uClinux version 1.00.c, change it
to 1.00.a should resolve this error. Apparently 1.00.c is not finalize
yet (it will give out error when flash controller is not enabled), thats
why John hasn't announce on the website (although you can download them
from the website).
FYI, here is a documentation of creating a simple hardware platform
http://www.itee.uq.edu.au/~wu/downloads/uClinux_ready_Microblaze_design.pdf
>I hope someone has had success in builing uclinux + microblaze on
>ML310.
>
>I would appreciate much if I have some pointers.
>
>Thanks
>LN
>
>
cheers
Jason
___________________________
microblaze-uclinux mailing list
microblaze-uclinux@itee.uq.edu.au
Project Home Page : http://www.itee.uq.edu.au/~jwilliams/mblaze-uclinux
Mailing List Archive : http://www.itee.uq.edu.au/~listarch/microblaze-uclinux/