
post4pavan at gmail
May 18, 2012, 6:36 AM
Post #8 of 8
(577 views)
Permalink
|
|
Re: Para-virtualized linux kernel release for the Tegra2 harmony board.
[In reply to]
|
|
Hi, Following are some of the instructions given by Jae-Min-Ryu. However, you need to find and place proper links with in the linux-xen source code. There have been some issues with the mode bits for some files in the linux-xen source code. Hope, these issues, which I have found [.others have found many and you may probably need to check previous threads], when I worked on those particular source codes, will help you. It would be better to post a new mail, if it's not found in google search, rather than top-posting, as it may disturb the flow, if some one browses the lists next time. Regards :: Krishna Pavan On Wed, Feb 8, 2012 at 6:42 AM, Jae-Min Ryu wrote: > We have release a reference code for a para-virtualized linux kernel. > > > You will find it on "git://xenbits.xen.org/people/jm77ryu/linux-xen.git" > > In case of xen-arm source, please visit to "git:// > xenbits.xen.org/people/jm77ryu/xen-arm.git" > > > - Build Instructions: - > > 1. extract root filesytem contents as following(This requires the root > privilege) > sudo tar -xvpf rootfs_dom0.tar.bz2 > > 2. cp config_dom0 .config > > 3. make ARCH=arm > > ** Turn on target board, and download the xen-arm image(xen) and the > kernel image(vmlinux.out0). > ** download addresse is : > ***** xen-arm : 0x8000 > ***** guest kernel images : 0x1e800000 > > - booting domu - > > ** To boot domu (the rootfilesystem of dom0 already has prebuilt domu > kernel images, see images directory.) > # smd start <- start lightweight > # vm create /etc/xen/dom1 > # xenconsole 1 <= This command switch console to dom 1. > > * For domu build, use config_domu configuration file. > * Don't forget to copy the vmlinux.out1 to rootfs_dom0/images directory > after domu kernel build. > > -- ✉ Regards :: Krishna Pavan ✍
|