WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-arm

Re: [XenARM] INITRAMFS SOURCE Path

To: shyoo@xxxxxxxxxxxxxx
Subject: Re: [XenARM] INITRAMFS SOURCE Path
From: Comson <comson@xxxxxxxxx>
Date: Wed, 10 Feb 2010 15:10:41 -0500
Cc: xen-arm@xxxxxxxxxxxxxxxxxxx
Delivery-date: Wed, 10 Feb 2010 12:10:53 -0800
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :from:date:message-id:subject:to:cc:content-type; bh=SDkAK2n85R6aXbjrWnSdzx+PZAdipye0njJb1SscgtQ=; b=UKCi0ETZVfzp1k37V9+kzB0j5iLt2vJY1/du+yC6PQf9h2l6RDCsw1DIKxiankNcAv DEaknl+w1NMXx3WNpIqwJ+BtJT9/JTppv+LI7THxyjm5gRPMJebia4as8eTsHnBjzbBs BJdVR5TIaFONJBB4Szs0jtruVmSQsIoUtXzKY=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; b=MRj+wX+I0zlsRY/95YeeBjdACF1/71Tm59GeG0dpWmAMiLpBLFPSf74qjH2tbmCHO5 NaqTr7Pmtq8fZrRpbGxXFsn6O4xblWr1CQqXfNW3nMXe5nkMjDJi2z3un2q4Hs0Nrdts vsn7hfRR5YQ6CQqlOFokNuQJ7VZPI6uedqZqA=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <8ebe676b1001292245i271f04am5f9ac4d690759307@xxxxxxxxxxxxxx>
List-help: <mailto:xen-arm-request@lists.xensource.com?subject=help>
List-id: Xen ARM development <xen-arm.lists.xensource.com>
List-post: <mailto:xen-arm@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-arm>, <mailto:xen-arm-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-arm>, <mailto:xen-arm-request@lists.xensource.com?subject=unsubscribe>
References: <8b58d5221001290754h2294af55yabfbfde7d91c5044@xxxxxxxxxxxxxx> <8ebe676b1001292245i271f04am5f9ac4d690759307@xxxxxxxxxxxxxx>
Sender: xen-arm-bounces@xxxxxxxxxxxxxxxxxxx
Hi Mr. Yoo,


Thanks for your previous help. Now, I am stuck on loading the files, xen-bin and vmlinux.out0, to the iMX21ADS board. It only came with the "Blob" bootloader, which doesn't allow to specify the memory address at which the files should be stored. 

eg. The following command is invalid with the "blob" bootloader.

> tftp 0xc0008000 xen-bin
> tftp 0xc1c00000 vmlinux.out0

I noticed in the Secured Xen on ARM User Guide, "u-boot" bootloader was used. However, I couldn't find a version of the "u-boot" that supports the iMX21ADS board. Do you know where I can obtain a copy of the bootloader that is used in the Guide? or other alternative bootloaders that I could try? Thank you very much for your help. 


Thanks,

Comson




On Sat, Jan 30, 2010 at 1:45 AM, See-Hwan Yoo <seehwan.yoo@xxxxxxxxx> wrote:
It is the initramfs source directory, and you can use your own
filesystem's directory.
For example, make your local filesystem directory for the target
board, and specify the initramfs source directory to it.
Then, initramfs will be merged into your kernel image, and your kernel
will boot with the filesystem.
Namely, if you want to change any files in guest dom1, you should
modify it inside the local initramfs source directory,
and compile the kernel image so that the image can include the modification.
-of course, any local modification is possible because it is a ramdisk
filesystem, but note that it is not a permanent modification.

2010/1/30 Comson <comson@xxxxxxxxx>:
> Hi,
> I am working on generating the vmlinux.out1 file. The compilation process
> failed because the compiler was looking for this directory:
> /home/lee/imx21_2.6.21.1/Ramdisk_Root_Small/
> I did a grep in the folder and found that the above PATH was defined in:
> config_dom1_sim
> include/linux/autoconf.h
> include/config/auto.conf
> I understand that the PATH is a local path on the developer's computer. By
> any chance, do you know what files are supposed to be in that folder or
> where I can get a copy of the files?
> Thank you very much for your time and help.
>
> Thanks,
> Comson
>
>
>
> _______________________________________________
> Xen-arm mailing list
> Xen-arm@xxxxxxxxxxxxxxxxxxx
> http://lists.xensource.com/mailman/listinfo/xen-arm
>
>

_______________________________________________
Xen-arm mailing list
Xen-arm@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/mailman/listinfo/xen-arm
<Prev in Thread] Current Thread [Next in Thread>