<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="zh-CN">
		<id>http://wiki.myzr.com.cn/index.php?action=history&amp;feed=atom&amp;title=MY-IMX6-A9_Linux-3.14.52_Compile_reference_manual</id>
		<title>MY-IMX6-A9 Linux-3.14.52 Compile reference manual - 版本历史</title>
		<link rel="self" type="application/atom+xml" href="http://wiki.myzr.com.cn/index.php?action=history&amp;feed=atom&amp;title=MY-IMX6-A9_Linux-3.14.52_Compile_reference_manual"/>
		<link rel="alternate" type="text/html" href="http://wiki.myzr.com.cn/index.php?title=MY-IMX6-A9_Linux-3.14.52_Compile_reference_manual&amp;action=history"/>
		<updated>2026-09-21T17:12:18Z</updated>
		<subtitle>本wiki的该页面的版本历史</subtitle>
		<generator>MediaWiki 1.27.1</generator>

	<entry>
		<id>http://wiki.myzr.com.cn/index.php?title=MY-IMX6-A9_Linux-3.14.52_Compile_reference_manual&amp;diff=2446&amp;oldid=prev</id>
		<title>Admin：创建页面，内容为“ [^_^]: MY-IMX6-A9 Linux-3.14.52 Compile reference manual  ## **Download relevant documents** #### Cross-compilation tool chain Location of network disk: 2.1_OS_Linu...”</title>
		<link rel="alternate" type="text/html" href="http://wiki.myzr.com.cn/index.php?title=MY-IMX6-A9_Linux-3.14.52_Compile_reference_manual&amp;diff=2446&amp;oldid=prev"/>
				<updated>2018-11-09T08:43:53Z</updated>
		
		<summary type="html">&lt;p&gt;创建页面，内容为“ [^_^]: MY-IMX6-A9 Linux-3.14.52 Compile reference manual  ## **Download relevant documents** #### Cross-compilation tool chain Location of network disk: 2.1_OS_Linu...”&lt;/p&gt;
&lt;p&gt;&lt;b&gt;新页面&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&lt;br /&gt;
[^_^]: MY-IMX6-A9 Linux-3.14.52 Compile reference manual&lt;br /&gt;
&lt;br /&gt;
## **Download relevant documents**&lt;br /&gt;
#### Cross-compilation tool chain&lt;br /&gt;
Location of network disk: 2.1_OS_Linux-3.14.52 -&amp;gt; 03_Toolchain  &lt;br /&gt;
Installation documents: fsl-imx-fb-glibc-x86_64-meta-toolchain-qt5-cortexa9hf-vfp-neon-toolchain-3.14.52-1.1.1.sh  &lt;br /&gt;
Description file: fsl-imx-fb-glibc-x86_64-meta-toolchain-qt5-cortexa9hf-vfp-neon-toolchain-3.14.52-1.1.1.manifest  &lt;br /&gt;
#### u-boot source code&lt;br /&gt;
Location of network disc: 2.1_OS_Linux-3.14.52 -&amp;gt; 02_Source  &lt;br /&gt;
File name: u-boot-2016.03-*.tar.bz2 (** source package version number required svn315 and above **) &lt;br /&gt;
#### Kernel source code&lt;br /&gt;
Location of network disc: 2.1_OS_Linux-3.14.52 -&amp;gt; 02_Source  &lt;br /&gt;
File name: linux-3.14.52-*.tar.bz2 (** source package version number required svn369 and above **)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
## **Install the cross-compilation tool chain**&lt;br /&gt;
* Perform the installation&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
=====&amp;gt; Input:&lt;br /&gt;
./fsl-imx-fb-glibc-x86_64-meta-toolchain-qt5-cortexa9hf-vfp-neon-toolchain-3.14.52-1.1.1.sh &lt;br /&gt;
&lt;br /&gt;
=====&amp;gt; Output: &lt;br /&gt;
Enter target directory for SDK (default: /opt/fsl-imx-fb/3.14.52-1.1.1):&lt;br /&gt;
=====&amp;gt; Input:&lt;br /&gt;
/opt/fsl-imx-fb-glibc-x86_64-meta-toolchain-qt5-cortexa9hf-vfp-neon-toolchain-3.14.52-1.1.1&lt;br /&gt;
=====&amp;gt; Output: &lt;br /&gt;
You are about to install the SDK to &amp;quot;/opt/fsl-imx-fb-glibc-x86_64-meta-toolchain-qt5-cortexa9hf-vfp-neon-toolchain-3.14.52-1.1.1&amp;quot;. Proceed[Y/n]?&lt;br /&gt;
=====&amp;gt; Input:&lt;br /&gt;
y&lt;br /&gt;
=====&amp;gt; Output: &lt;br /&gt;
Extracting SDK...done&lt;br /&gt;
Setting it up...done&lt;br /&gt;
SDK has been successfully set up and is ready to be used.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
* source Tool chain configuration file&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
=====&amp;gt; Input:&lt;br /&gt;
source /opt/fsl-imx-fb-glibc-x86_64-meta-toolchain-qt5-cortexa9hf-vfp-neon-toolchain-3.14.52-1.1.1/environment-setup-cortexa9hf-vfp-neon-poky-linux-gnueabi&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
* Verify cross - compilation tool installation&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
=====&amp;gt; Input:&lt;br /&gt;
$CC -v&lt;br /&gt;
&lt;br /&gt;
=====&amp;gt; Output: &lt;br /&gt;
Using built-in specs.&lt;br /&gt;
COLLECT_GCC=arm-poky-linux-gnueabi-gcc&lt;br /&gt;
COLLECT_LTO_WRAPPER=/opt/fsl-imx-fb-glibc-x86_64-meta-toolchain-qt5-cortexa9hf-vfp-neon-toolchain-3.14.52-1.1.1/sysroots/x86_64-pokysdk-linux/usr/bin/arm-poky-linux-gnueabi/../../libexec/arm-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.9.2/lto-wrapper&lt;br /&gt;
Target: arm-poky-linux-gnueabi&lt;br /&gt;
Configured with: /home/myzr/my-yocto/imx-3.14.52-1.1.0_ga/imx6qdlsolo__fsl-imx-fb/tmp/work-shared/gcc-4.9.2-r0/gcc-4.9.2/configure --build=x86_64-linux --host=x86_64-pokysdk-linux --target=arm-poky-linux-gnueabi --prefix=/opt/fsl-imx-fb/3.14.52-1.1.1/sysroots/x86_64-pokysdk-linux/usr --exec_prefix=/opt/fsl-imx-fb/3.14.52-1.1.1/sysroots/x86_64-pokysdk-linux/usr --bindir=/opt/fsl-imx-fb/3.14.52-1.1.1/sysroots/x86_64-pokysdk-linux/usr/bin/arm-poky-linux-gnueabi --sbindir=/opt/fsl-imx-fb/3.14.52-1.1.1/sysroots/x86_64-pokysdk-linux/usr/bin/arm-poky-linux-gnueabi --libexecdir=/opt/fsl-imx-fb/3.14.52-1.1.1/sysroots/x86_64-pokysdk-linux/usr/libexec/arm-poky-linux-gnueabi --datadir=/opt/fsl-imx-fb/3.14.52-1.1.1/sysroots/x86_64-pokysdk-linux/usr/share --sysconfdir=/opt/fsl-imx-fb/3.14.52-1.1.1/sysroots/x86_64-pokysdk-linux/etc --sharedstatedir=/opt/fsl-imx-fb/3.14.52-1.1.1/sysroots/x86_64-pokysdk-linux/com --localstatedir=/opt/fsl-imx-fb/3.14.52-1.1.1/sysroots/x86_64-pokysdk-linux/var --libdir=/opt/fsl-imx-fb/3.14.52-1.1.1/sysroots/x86_64-pokysdk-linux/usr/lib/arm-poky-linux-gnueabi --includedir=/opt/fsl-imx-fb/3.14.52-1.1.1/sysroots/x86_64-pokysdk-linux/usr/include --oldincludedir=/opt/fsl-imx-fb/3.14.52-1.1.1/sysroots/x86_64-pokysdk-linux/usr/include --infodir=/opt/fsl-imx-fb/3.14.52-1.1.1/sysroots/x86_64-pokysdk-linux/usr/share/info --mandir=/opt/fsl-imx-fb/3.14.52-1.1.1/sysroots/x86_64-pokysdk-linux/usr/share/man --disable-silent-rules --disable-dependency-tracking --with-libtool-sysroot=/home/myzr/my-yocto/imx-3.14.52-1.1.0_ga/imx6qdlsolo__fsl-imx-fb/tmp/sysroots/x86_64-nativesdk-pokysdk-linux --with-gnu-ld --enable-shared --enable-languages=c,c++ --enable-threads=posix --enable-multilib --enable-c99 --enable-long-long --enable-symvers=gnu --enable-libstdcxx-pch --program-prefix=arm-poky-linux-gnueabi- --without-local-prefix --enable-target-optspace --enable-lto --enable-libssp --disable-bootstrap --disable-libmudflap --with-system-zlib --with-linker-hash-style=gnu --enable-linker-build-id --with-ppl=no --with-cloog=no --enable-checking=release --enable-cheaders=c_global --with-gxx-include-dir=/not/exist/usr/include/c++/4.9.2 --with-build-time-tools=/home/myzr/my-yocto/imx-3.14.52-1.1.0_ga/imx6qdlsolo__fsl-imx-fb/tmp/sysroots/x86_64-linux/usr/arm-poky-linux-gnueabi/bin --with-sysroot=/not/exist --with-build-sysroot=/home/myzr/my-yocto/imx-3.14.52-1.1.0_ga/imx6qdlsolo__fsl-imx-fb/tmp/sysroots/imx6qdlsolo --enable-poison-system-directories --with-mpfr=/home/myzr/my-yocto/imx-3.14.52-1.1.0_ga/imx6qdlsolo__fsl-imx-fb/tmp/sysroots/x86_64-nativesdk-pokysdk-linux --with-mpc=/home/myzr/my-yocto/imx-3.14.52-1.1.0_ga/imx6qdlsolo__fsl-imx-fb/tmp/sysroots/x86_64-nativesdk-pokysdk-linux --enable-nls --with-arch=armv7-a&lt;br /&gt;
Thread model: posix&lt;br /&gt;
gcc version 4.9.2 (GCC)&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
## **u-boot Compile**&lt;br /&gt;
### Preparation before compilation&lt;br /&gt;
* Create the compile working directory&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
=====&amp;gt; Input:&lt;br /&gt;
mkdir ~/my-work/02_source/ -p&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
* Unzip the source package to the working directory&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
=====&amp;gt; Input:&lt;br /&gt;
tar xf u-boot-2016.03-svn*.tar.bz2 -C ~/my-work/02_source/&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
### Compile the u-boot target file&lt;br /&gt;
* Source directory&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
=====&amp;gt; Input:&lt;br /&gt;
cd ~/my-work/02_source/u-boot-2016.03&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
* Generate the.config file for the target development board&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
=====&amp;gt; Input:&lt;br /&gt;
make myimx6ek200-6q-1g_defconfig&lt;br /&gt;
&lt;br /&gt;
=====&amp;gt; Output: &lt;br /&gt;
  HOSTCC  scripts/basic/fixdep&lt;br /&gt;
  HOSTCC  scripts/kconfig/conf.o&lt;br /&gt;
  SHIPPED scripts/kconfig/zconf.tab.c&lt;br /&gt;
  SHIPPED scripts/kconfig/zconf.lex.c&lt;br /&gt;
  SHIPPED scripts/kconfig/zconf.hash.c&lt;br /&gt;
  HOSTCC  scripts/kconfig/zconf.tab.o&lt;br /&gt;
  HOSTLD  scripts/kconfig/conf&lt;br /&gt;
#&lt;br /&gt;
# configuration written to .config&lt;br /&gt;
#&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
* Compiling&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
=====&amp;gt; Input:&lt;br /&gt;
make &lt;br /&gt;
&lt;br /&gt;
=====&amp;gt; Output: &lt;br /&gt;
scripts/kconfig/conf  --silentoldconfig Kconfig&lt;br /&gt;
  CHK     include/config.h&lt;br /&gt;
  UPD     include/config.h&lt;br /&gt;
  GEN     include/autoconf.mk&lt;br /&gt;
  GEN     include/autoconf.mk.dep&lt;br /&gt;
  CHK     include/config/uboot.release&lt;br /&gt;
  UPD     include/config/uboot.release&lt;br /&gt;
  CHK     include/generated/version_autogenerated.h&lt;br /&gt;
  ......&lt;br /&gt;
  LD      u-boot&lt;br /&gt;
  OBJCOPY u-boot-nodtb.bin&lt;br /&gt;
  OBJCOPY u-boot.srec&lt;br /&gt;
  SYM     u-boot.sym&lt;br /&gt;
  COPY    u-boot.bin&lt;br /&gt;
  CFGS    board/myzr/myimx6/myimx6a9-6q-ddr3.cfg.cfgtmp&lt;br /&gt;
  MKIMAGE u-boot.imx&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
**Note: If you are prompted with &amp;quot;cc1: error&amp;quot;, the configuration of the cross-compilation tool is not in effect. You can follow the &amp;quot;source toolchain configuration file&amp;quot; in the previous &amp;quot;cross-compilation toolchain installation&amp;quot; before performing this step.**   &lt;br /&gt;
&lt;br /&gt;
* Rename target file&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
=====&amp;gt; Input:&lt;br /&gt;
cp u-boot.imx uboot-myimx6ek200-6q-1g.imx&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
### Compile the u-boot environment variable script   &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
=====&amp;gt; Input:&lt;br /&gt;
./tools/mkimage -A arm -O linux -T script -C none -a 0 -e 0 -n &amp;quot;MYZR script&amp;quot; -d my_env_src/myimx6a9_31452_script.cmd my_env_script.scr&lt;br /&gt;
&lt;br /&gt;
=====&amp;gt; Output: &lt;br /&gt;
Image Name:   MYZR script&lt;br /&gt;
Created:      Wed Nov  7 15:23:38 2018&lt;br /&gt;
Image Type:   ARM Linux Script (uncompressed)&lt;br /&gt;
Data Size:    2132 Bytes = 2.08 kB = 0.00 MB&lt;br /&gt;
Load Address: 00000000&lt;br /&gt;
Entry Point:  00000000&lt;br /&gt;
Contents:&lt;br /&gt;
   Image 0: 2124 Bytes = 2.07 kB = 0.00 MB&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
### Object file&lt;br /&gt;
**uboot-myimx6ek200-6q-1g.imx 和 my_env_script.scr That is the compiled target file, save the two files**&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
## **Kernel compilation**&lt;br /&gt;
### Preparation before compilation&lt;br /&gt;
* Create the compile working directory&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
=====&amp;gt; Input:&lt;br /&gt;
mkdir ~/my-work/02_source/ -p&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
* Unzip the source package to the working directory&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
=====&amp;gt; Input:&lt;br /&gt;
tar xf linux-3.14.52-svn*.tar.bz2 -C ~/my-work/02_source/&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
### Compile the kernel target file&lt;br /&gt;
* Enter the kernel source directory&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
=====&amp;gt; Input:&lt;br /&gt;
cd ~/my-work/02_source/linux-3.14.52&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
* Generate the .config  file for the target platform   &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
=====&amp;gt; Input:&lt;br /&gt;
make myimx6a9_defconfig&lt;br /&gt;
&lt;br /&gt;
=====&amp;gt; Output: &lt;br /&gt;
  HOSTCC  scripts/basic/fixdep&lt;br /&gt;
  HOSTCC  scripts/kconfig/conf.o&lt;br /&gt;
  SHIPPED scripts/kconfig/zconf.tab.c&lt;br /&gt;
  SHIPPED scripts/kconfig/zconf.lex.c&lt;br /&gt;
  SHIPPED scripts/kconfig/zconf.hash.c&lt;br /&gt;
  HOSTCC  scripts/kconfig/zconf.tab.o&lt;br /&gt;
  HOSTLD  scripts/kconfig/conf&lt;br /&gt;
#&lt;br /&gt;
# configuration written to .config&lt;br /&gt;
#&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Note: If there is an error with &amp;quot;Can't find default configuration &amp;quot;arch/x86/configs, because the configuration of the cross-compilation tool chain is not in effect, you Can follow the&amp;quot; source tool chain configuration file &amp;quot;in the previous&amp;quot; cross-compilation tool chain installation &amp;quot;before performing this step  &lt;br /&gt;
&lt;br /&gt;
* Compile the kernel target file&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
=====&amp;gt; Input:&lt;br /&gt;
make zImage&lt;br /&gt;
&lt;br /&gt;
=====&amp;gt; Output: &lt;br /&gt;
scripts/kconfig/conf --silentoldconfig Kconfig&lt;br /&gt;
  CHK     include/config/kernel.release&lt;br /&gt;
  UPD     include/config/kernel.release&lt;br /&gt;
  WRAP    arch/arm/include/generated/asm/auxvec.h&lt;br /&gt;
  ......&lt;br /&gt;
  AS      arch/arm/boot/compressed/piggy.lzo.o&lt;br /&gt;
  LD      arch/arm/boot/compressed/vmlinux&lt;br /&gt;
  OBJCOPY arch/arm/boot/zImage&lt;br /&gt;
  Kernel: arch/arm/boot/zImage is ready&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
* Kernel target file renamed&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
=====&amp;gt; Input:&lt;br /&gt;
cp arch/arm/boot/zImage zImage-myimx6a9&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
### Compile the device tree object file&lt;br /&gt;
* Execute the compile command&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
=====&amp;gt; Input:&lt;br /&gt;
make myimx6ek200-6q-1g.dtb&lt;br /&gt;
&lt;br /&gt;
=====&amp;gt; Output: &lt;br /&gt;
  DTC     arch/arm/boot/dts/myimx6ek200-6q-1g.dtb&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
* Copy the device tree target file&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
=====&amp;gt; Input:&lt;br /&gt;
cp arch/arm/boot/dts/myimx6ek200-6q-1g.dtb ./&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
### Compile the kernel module package&lt;br /&gt;
* Compiling&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
=====&amp;gt; Input:&lt;br /&gt;
make modules&lt;br /&gt;
&lt;br /&gt;
=====&amp;gt; Output: &lt;br /&gt;
  CHK     include/config/kernel.release&lt;br /&gt;
  CHK     include/generated/uapi/linux/version.h&lt;br /&gt;
  CHK     include/generated/utsrelease.h&lt;br /&gt;
make[1]: “include/generated/mach-types.h”是最新的。&lt;br /&gt;
  CALL    scripts/checksyscalls.sh&lt;br /&gt;
  ......&lt;br /&gt;
  LD [M]  sound/core/snd-rawmidi.ko&lt;br /&gt;
  LD [M]  sound/usb/snd-usb-audio.ko&lt;br /&gt;
  LD [M]  sound/usb/snd-usbmidi-lib.ko&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
* Create the save directory for the kernel module&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
=====&amp;gt; Input:&lt;br /&gt;
mkdir modules&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
* Install the kernel module to the specified directory&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
=====&amp;gt; Input:&lt;br /&gt;
make modules_install INSTALL_MOD_PATH=./modules&lt;br /&gt;
&lt;br /&gt;
=====&amp;gt; Output: &lt;br /&gt;
  INSTALL crypto/tcrypt.ko&lt;br /&gt;
  INSTALL drivers/i2c/algos/i2c-algo-pca.ko&lt;br /&gt;
  ......&lt;br /&gt;
  INSTALL sound/usb/snd-usbmidi-lib.ko&lt;br /&gt;
  DEPMOD  3.14.52-myimx6-svn369&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
* Package the kernel module file&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
=====&amp;gt; Input:&lt;br /&gt;
tar cjf kernel-modules-myimx6a9.tar.bz2 -C modules lib&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
### Object file&lt;br /&gt;
**zImage-myimx6a9、myimx6ek200-6q-1g.dtb and kernel-modules-myimx6a9.tar.bz2 That is the compiled target file, save the three files**&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
--------------------------------------------------------------------------------&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
--------------------------------------------------------------------------------&lt;br /&gt;
* ZhuHai MYZR Technology CO.,LTD.&lt;br /&gt;
* Latest Update: 2018/11/08  &lt;br /&gt;
* Supporter: Tang Bin&lt;br /&gt;
--------------------------------------------------------------------------------&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Admin</name></author>	</entry>

	</feed>