RE: [Qplusp] Question about Qplus P-Target Builder

[email protected] Tue, 11 Feb 2003 17:24:56 +0900
Newsgroups gmane.linux.qplus.devel
Message-ID <[email protected]>
This message is in MIME format. Since your mail reader does not understand
this format, some or all of this message may not be legible.

------_=_NextPart_001_01C2D1A7.0F6E5DB0
Content-Type: text/plain;
	charset="iso-8859-1"

Hi Cathy, 

The procedure of installing any partitions on the host is very simple 

1) select 'Install to target system' deployment method
2) Do 'Build All'  and 'Deploy Target Image' on the Build menu. 
3) Then, you can find <projdir>/target/rootfs.tar.gz. That's the newly
generated target image. 
    Unpack it on your desired partition. 
	# mkfs.ext3 /dev/hda3
	# mount /dev/hda3 /mnt/tmp
	# (cd /mnt/tmp; tar zxvf <projdir>/target/rootfs.tar.gz) 
4) add new entry on lilo or grub configuration file for qplus 
5) reboot 

p.s. [email protected] mailling list is not used anymore. 
We've setted up a new mailling list on the sourceforge site. 
please subscribe qplus-devel mailling list at
http://sourceforge.net/mail/?group_id=65536. 
You also can access there from the 'Mailling list' section of the qplus
homepage. 
(http://qplus.etri.re.kr/qplus-p)

-----Original Message-----
From: dong xia [mailto:[email protected]]
Sent: Tuesday, February 11, 2003 3:40 PM
To: [email protected]
Subject: [Qplusp] Question about Qplus P-Target Builder

 
Dear Sir/Madam,
             I am a newbie of Qplus P-Target Builder and have some questions
during the process.
            After reading Qplus P-Target Builder User's Guide (Version1.2),
I only found three methods (Chapter 3) to transfer the kernel and root
filesystem image to the target system. All of them need the requirement
include a host PC and a target system. But now I only have one PC. The hard
disk is divided into three partitions. The first for Win2K, the second for
Red Hat 8.0 and leave the third partition (type ext3) alone. I consider the
second partition as the host and the third as the target. And want to
transfer the image file generated by the build process from the second
partition to the third partition, to generate the third OS (embedded OS) and
boot from the third partition independently.
 I wonder whether I can do like this. If yes, would you please send me a
manual to guide me how to access it. If no, is there any other ways to solve
this problem? I need your help and appreciate you responds as soon as
possible.
Thanks & Best Regards
Cathy


------_=_NextPart_001_01C2D1A7.0F6E5DB0
Content-Type: text/html;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV=3D"Content-Type" CONTENT=3D"text/html; =
charset=3Diso-8859-1">
<META NAME=3D"Generator" CONTENT=3D"MS Exchange Server version =
5.5.2653.12">
<TITLE>RE: [Qplusp] Question about Qplus P-Target Builder</TITLE>
</HEAD>
<BODY>

<P><FONT SIZE=3D2>Hi Cathy, </FONT>
</P>

<P><FONT SIZE=3D2>The procedure of installing any partitions on the =
host is very simple </FONT>
</P>

<P><FONT SIZE=3D2>1) select 'Install to target system' deployment =
method</FONT>
<BR><FONT SIZE=3D2>2) Do 'Build All'&nbsp; and 'Deploy Target Image' on =
the Build menu. </FONT>
<BR><FONT SIZE=3D2>3) Then, you can find =
&lt;projdir&gt;/target/rootfs.tar.gz. That's the newly generated target =
image. </FONT>
<BR><FONT SIZE=3D2>&nbsp;&nbsp;&nbsp; Unpack it on your desired =
partition. </FONT>
<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <FONT SIZE=3D2># =
mkfs.ext3 /dev/hda3</FONT>
<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <FONT SIZE=3D2># mount =
/dev/hda3 /mnt/tmp</FONT>
<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <FONT SIZE=3D2># (cd =
/mnt/tmp; tar zxvf &lt;projdir&gt;/target/rootfs.tar.gz) </FONT>
<BR><FONT SIZE=3D2>4) add new entry on lilo or grub configuration file =
for qplus </FONT>
<BR><FONT SIZE=3D2>5) reboot </FONT>
</P>

<P><FONT SIZE=3D2>p.s. [email protected] mailling list is not =
used anymore. </FONT>
<BR><FONT SIZE=3D2>We've setted up a new mailling list on the =
sourceforge site. </FONT>
<BR><FONT SIZE=3D2>please subscribe qplus-devel mailling list at <A =
HREF=3D"http://sourceforge.net/mail/?group_id=3D65536" =
TARGET=3D"_blank">http://sourceforge.net/mail/?group_id=3D65536</A>. =
</FONT>
<BR><FONT SIZE=3D2>You also can access there from the 'Mailling list' =
section of the qplus homepage. </FONT>
<BR><FONT SIZE=3D2>(<A HREF=3D"http://qplus.etri.re.kr/qplus-p" =
TARGET=3D"_blank">http://qplus.etri.re.kr/qplus-p</A>)</FONT>
</P>

<P><FONT SIZE=3D2>-----Original Message-----</FONT>
<BR><FONT SIZE=3D2>From: dong xia [<A =
HREF=3D"mailto:[email protected]">mailto:[email protected]</A>=
]</FONT>
<BR><FONT SIZE=3D2>Sent: Tuesday, February 11, 2003 3:40 PM</FONT>
<BR><FONT SIZE=3D2>To: [email protected]</FONT>
<BR><FONT SIZE=3D2>Subject: [Qplusp] Question about Qplus P-Target =
Builder</FONT>
</P>

<P><FONT SIZE=3D2>&nbsp;</FONT>
<BR><FONT SIZE=3D2>Dear Sir/Madam,</FONT>
<BR><FONT =
SIZE=3D2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb=
sp;&nbsp; I am a newbie of Qplus P-Target Builder and have some =
questions during the process.</FONT>
<BR><FONT =
SIZE=3D2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb=
sp; After reading Qplus P-Target Builder User's Guide (Version1.2), I =
only found three methods (Chapter 3) to transfer the kernel and root =
filesystem image to the target system. All of them need the requirement =
include a host PC and a target system. But now I only have one PC. The =
hard disk is divided into three partitions. The first for Win2K, the =
second for Red Hat 8.0 and leave the third partition (type ext3) alone. =
I consider the second partition as the host and the third as the =
target. And want to transfer the image file generated by the build =
process from the second partition to the third partition, to generate =
the third OS (embedded OS) and boot from the third partition =
independently.</FONT></P>

<P><FONT SIZE=3D2>&nbsp;I wonder whether I can do like this. If yes, =
would you please send me a manual to guide me how to access it. If no, =
is there any other ways to solve this problem? I need your help and =
appreciate you responds as soon as possible.</FONT></P>

<P><FONT SIZE=3D2>Thanks &amp; Best Regards</FONT>
<BR><FONT SIZE=3D2>Cathy</FONT>
</P>

</BODY>
</HTML>
------_=_NextPart_001_01C2D1A7.0F6E5DB0--


-------------------------------------------------------
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com