[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[microblaze-uclinux] Re: Welcome to microblaze-uclinux
- To: microblaze-uclinux@xxxxxxxxxxxxxx
- Subject: [microblaze-uclinux] Re: Welcome to microblaze-uclinux
- From: "qihua shang" <shangqihua@xxxxxxxxx>
- Date: Fri, 23 Feb 2007 15:38:55 +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:in-reply-to:mime-version:content-type:references; b=KBgjFW+j5ogS39dnHysE9x12s5AYPbo2jK4PvRaCFtT8W7ZDWu5rFNmO1v+PFFX7cIoa886jcFOoYZ1fpEX+n2mjavgZiIzjQrW3MEUHzWRJMd6gzFssM/RsXb+Rdc8GOtb9JHIPq3qZ685t6XxV4yc5Hil2KyRP8M+vlrJ2lGk=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=FAOItxl96jwvvAOWj3S1ZlvIkyngREfsqPbcREnDS3GBIP6vVsBwNrpKn10xriLQFD3MoX99BN1T/diIooXv4DIyLI6TcTMCBx6aGYOwWbM6qyngR1AoOZqnqqQAC2bjwqFfNhl1OHZD33Uk9lSQBmtAvX/HKcIURnKxHOp/JN0=
- In-reply-to: <200702231352.l1NDqdEK009989@xxxxxxxxxxxxxxxxxx>
- References: <200702231352.l1NDqdEK009989@xxxxxxxxxxxxxxxxxx>
- 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 situatiion? I will be very delight if you can help me or give me some idea.
best regards
Shang