[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[microblaze-uclinux] About petalinux-copy-autoconfig
Hi all,
I'm developing an original FPGA board (Virtex-5 XC5VLX50, DDR SDRAM,
FLASH) and going to use petalinux for the board.
My environment is follows,
- EDK 9.2i (or 10.1i if supported) on Windows XP : for generating
bitstream.
- "petalinux-mmu-v0.10" on CentOS5 for compiling petalinux kernel.
I had an error message - "ERROR: Only PetaLinux OS type supported.
" on using the "petalinux-copy-autoconfig" in my_edk_project on
"hardware/user-platforms/".
From the manual, I edited the "system.mss" as follows,
BEGIN OS
PARAMETER OS_NAME = petalinux
PARAMETER OS_VER = 1.00.b
PARAMETER PROC_INSTANCE = microblaze_1
PARAMETER main_memory = ddr_sdram_cntlr
PARAMETER stdin = mb1_uart
PARAMETER stdout = mb1_uart
END
But the error message was happenned.
Let me know how the "petalinux-copy-autoconfig" detects this error.
Need I edit other files in order to use this "petalinux-copy-autoconfig".
And I'd like to know the proper procedures for using petalinux on the
original FPGA board.
1) excuting "petalinux-new-platform"
2) copying EDK project directory on windows into
"hardware/user-platforms/" on linux
3) creating an symbolic link - "edk_user_repository".
3) editing system.mss
4) excuting "petalinux-copy-autoconfig" <<<--- I got this error here.
5) make menuconfig and customizing kernel setting.
6) make all
Thank you,
Naoki
___________________________
microblaze-uclinux mailing list
microblaze-uclinux@xxxxxxxxxxxxxx
Project Home Page : http://www.itee.uq.edu.au/~jwilliams/mblaze-uclinux
Mailing List Archive : http://www.itee.uq.edu.au/~listarch/microblaze-uclinux/