[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[microblaze-uclinux] XUP V2P booting kernel
- To: microblaze-uclinux@xxxxxxxxxxxxxx
- Subject: [microblaze-uclinux] XUP V2P booting kernel
- From: "Fatih Mehmet Bayindir" <bayindir@xxxxxxxxx>
- Date: Fri, 28 Mar 2008 13:16:27 +0100
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; bh=y7ANkWv53glyXWGIhbqLrZUdZgJ96Jc42/Amhqv1vOc=; b=ST0Tn/YuIcAU13UExHXV9dDJcnuDHZty03tOxnto/OgcS/HsBdCsYR+uks6wpaewEAqc96Jj/FOoxAvdM/MUpp60cqSYdhgC0B6nd+SNkZQmEQ61nyjPh+EBGgOcKSQ86r5xdmjd6GORwWYm+imNdJnYF8gBfAlg9giL7BS0yxI=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=message-id:date:from:to:subject:mime-version:content-type; b=uKKFBlT6kGpBFjn4UyktIjecTuYdS2xh2TF00BqgKWR/UBHU12b70qfV8ju/gitTOhonRh0AEvp3A6Y5QB4MZPTJnvclOpR01dOUWcS8XiPNCIvn4h6zZFeArY5BEm2US0ByoayOA739N3yoOtLt0U+M/hJloT2fyuSyJfDGpCo=
- Reply-to: microblaze-uclinux@xxxxxxxxxxxxxx
- Sender: owner-microblaze-uclinux@xxxxxxxxxxxxxx
Hello,
I am new to microblaze-uclinux. I have been trying to build a kernel and boot my XUP V2P board with uclinux for about 4 days but unfortunatelly couldn't do it yet. The following is what I can and cannot do...
(On Windows XP) When I try the binaries in the uclinux-xupv2p_rev_1_2.zip file it is ok, I see the boot messages, I can navigate the dirs.
- I program the FPGA with download_memtest.bit then download_bootloop.bit.
- I load the kernel by using xmd command
- I see the results on 9600 hyperterminal
Here is what does not work;
(On Redhat 5EL)
- Extracted petalinux-v0.30-rc1.tar.gz
- Extracted uClinux-dist-20070130.tar.bz2
-
copied microblaze_0/libsrc/uclinux_v1_00_d/auto-config.in to linux-2.4.x/arch/microblaze/platform/uclinux-auto
- modified linux-2.4.x/drivers/char/tty_io.c as described in the guide.
- make config, make dep, and make commands are successfull. Image.bin file is created
Back to Windows
- I program the FPGA with download_memtest.bit then download_bootloop.bit. (original files)
- I have replaced the old image.bin file with the new one
- Now I dont see any results on hyper terminal. Tried 9600, 57600, 115200....
- I have checked the memory locations with xmd, it looks ok...
Thanks for help
bayindir