[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[microblaze-uclinux] My own image.bin does not work in XUPV2P borad
- To: microblaze-uclinux@xxxxxxxxxxxxxx
- Subject: [microblaze-uclinux] My own image.bin does not work in XUPV2P borad
- From: "qihua shang" <shangqihua@xxxxxxxxx>
- Date: Fri, 23 Feb 2007 15:44:32 +0100
- Dkim-signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; b=T3DlEYbohn+ml/TOSWtdtG+/CJEtzZegMUdWvc9D4aXZZtCCAZcfejJekJL2iuRYuo+WIfVdBxtlZyxQEyaH4znky2M3cpwXC8Muczwsba21F8qPErmBE3tTKA3gaekJedMySd5MsGDBc4cxPxZN/7I0W667n9vCPycoMtjHXk4=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type; b=svYVg45btIQxfJF8Vz1SlSYtFWkDgFHldAd84epmlmrpqxv0Isc80HpUC9oMmgHacnfEZJyGAeyto0VyPhX9CeurLdIwV1FLU7N7hcLJUOWZoISxzoTwhaNdO+BpJftOz7X8/1C4fcrDThep7DyxDg7R3QQ1ThWypGYAkS3NCwk=
- Reply-to: microblaze-uclinux@xxxxxxxxxxxxxx
- Sender: owner-microblaze-uclinux@xxxxxxxxxxxxxx
Hi all,
I am new here. I would like to build my own ucLinux image.bin and boot it within XUPV2P borad.
1. I downloaded the The QuickStart demonstrates from Xilinx.
http://www.xilinx.com/univ/xupv2p.html
2. I generate a new download.bit file from XPS.
3. I downloaded newest version of uClinux-dist from
http://www.uclinux.org/pub/uClinux/dist/
and the newest toolchain of mb-gcc from http://www.petalogix.com/resources/downloads/mb-gcc
4. I tried "make menuconfig" for both Default all Settings and Customize Kernel Settings accroding to Jason Wu written from
John Williams » Microblaze uClinux Project Home Page.
5. Now, I got a new image.bin
(size 2.0MB from default 1,5Mb from Customize Kernel Settings
) file. So I create an .ace file using download.bit and image.bin file and copy it to the CompactFlash.
6. Finally, I didn't get any thing in the HyperTerminal, which has 9600 baudrate.
But the most important thing is that I used orignal
image.bin file(size 2,3Mb) from QuickStart demonstrates. The uClinux can boot fine from CompactFlash. So I guess maybe the setting of "make menuconfig" is wrong or the
baudrate of HyperTerminal is not correct.
Does someone got the same situation? I will be very delight if you can help me or give me some idea.
best regards
Shang