[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[microblaze-uclinux] Creating a .MCS file
- To: microblaze-uclinux@xxxxxxxxxxxxxx
- Subject: [microblaze-uclinux] Creating a .MCS file
- From: Alec Dibble <mungaman@xxxxxxxxx>
- Date: Thu, 20 Aug 2009 17:03:19 -0700
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=b6W5O6hzQsd9+N05xJThOtrj94aMZnkwS/NRoIiD1G4=; b=FYV+K0yuTknzFJYk2PLsXJCQfg+FXViDE7tYSuFtPJQpM55hrm2gg7Ji17uzD6qA8Y cy7Pekw/d4RcP6EbF+vpteOu0LyVbuq4Ew7U/cPae+ZXDhv1IjGhcoa0QhOEZvjN63tR VxSE0I65SwtkgKtXNjnR1Lj8TZXpMZSyNbsgU=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=akovGvfD4MJbK4LJPJwHZPqoUs8IlV23viCc8N2ru9lCT+cZyFKjSzu+/0fgZxPHuG qlgV/lG9A1MhhW/BkU/vcd0pXjWP7Bq1KOVWwPSdVvIWA9DDzVTez5g+xhTXWJAby7Dy iCkDzHM1geUw3Vr4nuoVi7rQcqbTUTB58Se0w=
- Reply-to: microblaze-uclinux@xxxxxxxxxxxxxx
- Sender: owner-microblaze-uclinux@xxxxxxxxxxxxxxxxxxxx
Hello,
Does anyone know how I would go about creating a .mcs file containing the 2 bootloaders and linux image? I am using the Xilinx embedded Linux tutorial as a reference, and am also using the Spartan 1800DSP board that those tutorials use. In the tutorial, a .mcs file is included that the board can boot off of. What I am trying to do is create my own with some device drivers added, so that I can boot the linux without ftp or jtag.
Any help would be appreciated,
Alec