[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [microblaze-uclinux] spartum 3a linux booting
Hi Deepak,
> Hi,
>
> I am try to boot petalinux on spartum 3a.But nothing is seen on
> terminal.
>
> Currently I am using XPS 10.1.In this OPB is replace with PLB.
yes.
>
> Following Steps follows.
>
>
>
> 1.Take spartum 3E-500 REVC linux kernel code.
>
> 2.Generate Kconfig for Spartum 3A board.
>
> 3.Copy this Kconfig in spartum 3E-500 REVC code.
>
> 4.Build Kernel.
>
> 5.Boot FS boot from RAM.
>
> 6.Copy kernel image(image.bin) in ram start address by using dow command.
>
> 7.Con at start address.
>
Better strategy is
0. source setting.sh script
1. I hope you mean spartan3a that you use spartan3a xilinx devel board but
doesn't matter. -> setup petalogix BSP is software setting. You should use
petalinux prepare flow -> I mean your hw design in hardware/user-platforms.
2. Build your hw design
3. run petalinux-new-platform
4. go to ../../software/petalinux-dist
5. make menuconfig -> choose your board
6. make
and then load image.bin to memory with dow as you wrote above. I recommend you
as force command line console=ttyUL0,115200(in linux menuconfig -> make
linux_menuconfig) for uartlite console.
7. setup correct baudrate on your serial terminal.
8. I recommend you try after 30s or similar to try to ping your board or try to
connect to it with telnet. (IP is set in distribution menuconfig -> make
config_menuconfig)
Regards,
Michal
> After this noting is seen on the terminal.
>
>
>
> Thanks
>
>
>
___________________________
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/