<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="https://wiki.radxa.com/mw/skins/common/feed.css?303"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://wiki.radxa.com/mw/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Raidboy</id>
		<title>Radxa Wiki - User contributions [en]</title>
		<link rel="self" type="application/atom+xml" href="https://wiki.radxa.com/mw/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Raidboy"/>
		<link rel="alternate" type="text/html" href="https://wiki.radxa.com/Special:Contributions/Raidboy"/>
		<updated>2026-06-17T08:21:07Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.23.3</generator>

	<entry>
		<id>https://wiki.radxa.com/Rockpi4/install/eMMC</id>
		<title>Rockpi4/install/eMMC</title>
		<link rel="alternate" type="text/html" href="https://wiki.radxa.com/Rockpi4/install/eMMC"/>
				<updated>2020-02-11T19:35:57Z</updated>
		
		<summary type="html">&lt;p&gt;Raidboy: Added note about SPI interference in booting from eMMC&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{rockpi4_header}}&lt;br /&gt;
&lt;br /&gt;
{{Languages|rockpi4/install/microSD}}&lt;br /&gt;
&lt;br /&gt;
    [[rockpi4 | ROCK Pi 4]] &amp;gt; [[rockpi4/install | Install]] &amp;gt; [[rockpi4/install/eMMC | Install on eMMC module]]&lt;br /&gt;
&lt;br /&gt;
====Possible Issues====&lt;br /&gt;
&lt;br /&gt;
RockPI4 v1.4 with SPI installed may have bootstrap code which is executed in before eMMC boostrap. This SPI bootstrap code may not be able to then boot third-party OS on eMMC, for example when booting an OS using MBR partition table instead of GUID partition table used by Radxa provided images. One example is the Armbian image on [[Rockpi4/downloads]]  which uses MBR.&lt;br /&gt;
&lt;br /&gt;
To overcome this issue, SPI bootstrap code can be disabled by connecting GPIO pins 23 with 25.&lt;br /&gt;
&lt;br /&gt;
Alternatively, boot the Radxa version of debian from the download page from uSD and then excute:&lt;br /&gt;
&lt;br /&gt;
  $ sudo /usr/local/sbin/rockpi4b_erase_spi_flash.sh&lt;br /&gt;
&lt;br /&gt;
====Step1: Requirements ====&lt;br /&gt;
&lt;br /&gt;
This page describe how to download and install the image on an eMMC module and boot on ROCK Pi 4. You need at least the following.&lt;br /&gt;
&lt;br /&gt;
* an eMMC module, you can buy it from radxa distributor, the eMMC module from Odroid or PINE64 also works on ROCK Pi 4. [[File:Emmc_module_top.png | 100px]] [[File:Emmc_module_bottom.png | 100px]]&lt;br /&gt;
* an eMMC to microSD breakout board [[File:Emmc_to_microSD_breakout_top.png | 100px]] [[File:Emmc_to_microSD_breakout_bottom.png | 100px]] &lt;br /&gt;
&lt;br /&gt;
If you do not have an eMMC to μSD card converter board, you can also first install a linux system (e.g.: Debian) to a μSD Card (see [[Rockpi4/install/microSD]]) and then use the running Linux μSD System to install the desired system to the eMMC card with the eMMC card already inserted into the Rock PI 4. See below.&lt;br /&gt;
&lt;br /&gt;
* a microSD card reader, either a USB card reader or the SD card reader on laptop&lt;br /&gt;
*  a PC/laptop running Windows or Linux or MacOS&lt;br /&gt;
&lt;br /&gt;
You also need the following to run on ROCK Pi 4&lt;br /&gt;
&lt;br /&gt;
* ROCK Pi 4 board with power supply&lt;br /&gt;
* HDMI cable for display&lt;br /&gt;
* USB keyboard and mouse for input&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====Step 2: Download necessary tools and image ====&lt;br /&gt;
&lt;br /&gt;
* Etcher is the tool we use to write image. Download the right Etcher for your PC from [[Rockpi4/downloads]] page and install it. Check [[https://www.balena.io/etcher/ Etcher website]] for more info about Etcher.&lt;br /&gt;
* Choose the image you want to install from [[Rockpi4/downloads]] page and unzip it. The unzipped image name is like below:&lt;br /&gt;
&lt;br /&gt;
    rockpi4_debian_stretch_lxde_armhf_20181105_2120-gpt.img&lt;br /&gt;
&lt;br /&gt;
We will use it for the writing.&lt;br /&gt;
&lt;br /&gt;
====Step 3: Write the image to eMMC Module ====&lt;br /&gt;
&lt;br /&gt;
3.1 Plug and click the eMMC module to the eMMC to uSD breakout board, plug the breakout board to microSD card reader. Plug the card reader on PC.&lt;br /&gt;
&lt;br /&gt;
[[File:Emmc_module_on_card_reader.png]]&lt;br /&gt;
&lt;br /&gt;
3.2 Run the application, for example,  by executing the command on Ubuntu 16.04:&lt;br /&gt;
&lt;br /&gt;
    $ /bin/bash etcher-etcher-electron-1.4.5-x86_64.AppImage&lt;br /&gt;
&lt;br /&gt;
3.3 In the etcher window, we click button Select image.&lt;br /&gt;
&lt;br /&gt;
[[File:linux_etcher_select_image.png]]&lt;br /&gt;
&lt;br /&gt;
3.4 In the etcher window, we click button Select Drive.&lt;br /&gt;
&lt;br /&gt;
[[File:linux_etcher_select_driver.png]]&lt;br /&gt;
&lt;br /&gt;
3.5 In the etcher window, we click button Flash.&lt;br /&gt;
&lt;br /&gt;
[[File:linux_etcher_select_flash_button.png]]&lt;br /&gt;
&lt;br /&gt;
3.6 In the etcher window, it shows us Flash Complete!&lt;br /&gt;
&lt;br /&gt;
[[File:linux_etcher_show_complete.png]]&lt;br /&gt;
&lt;br /&gt;
Done! Now you have successfully installed the OS image on eMMC module.&lt;br /&gt;
&lt;br /&gt;
====Step 3 on Rock PI 4: Write the image to eMMC Module ====&lt;br /&gt;
&lt;br /&gt;
If you have no eMMC to μSD card converter board, install Debian Linux (or another Linux variant) first to μSD. Insert both your μSD and the (empty) eMMC module into the Rock PI 4. Reboot it. It will boot from μSD. You can now use that Linux to download your desired OS from [[Rockpi4/downloads]]  and install it onto the eMMC module. Example:&lt;br /&gt;
&lt;br /&gt;
Verify that the system has booted from μSD, which should be /dev/mmcblk0p5 and that the eMMC module is found as /dev/mmcblk1:&lt;br /&gt;
&lt;br /&gt;
    $ dmesg | grep mmcblk&lt;br /&gt;
    ...&lt;br /&gt;
    [...] EXT4-fs (mmcblk0p5): mounted filesystem with ordered data mode.&lt;br /&gt;
    &lt;br /&gt;
    $ ls -l /dev/mmcblk1&lt;br /&gt;
    brw-rw---- 1 root disk 179, 0 Jan  6 13:25 /dev/mmcblk1&lt;br /&gt;
&lt;br /&gt;
Then write your downloaded OS image to eMMC:&lt;br /&gt;
&lt;br /&gt;
    dd if=rockpi4_debian_stretch_lxde_armhf_20181105_2120-gpt.img of=/dev/mmcblk1&lt;br /&gt;
&lt;br /&gt;
A CLI tool to write an image with write diagnostics is pv:&lt;br /&gt;
&lt;br /&gt;
    $ apt install pv&lt;br /&gt;
    $ pv -ptera &amp;lt; rockpi4_debian_stretch_lxde_armhf_20181105_2120-gpt.img | dd of=/dev/mmcblk1 obs=512&lt;br /&gt;
&lt;br /&gt;
Power off your Rock PI 4, remove the μSD and power on again. The system will now boot from the eMMC module.&lt;br /&gt;
&lt;br /&gt;
====Step 4: Boot on ROCK Pi 4 ====&lt;/div&gt;</summary>
		<author><name>Raidboy</name></author>	</entry>

	<entry>
		<id>https://wiki.radxa.com/Rockpi4/dev/kernel-mainline</id>
		<title>Rockpi4/dev/kernel-mainline</title>
		<link rel="alternate" type="text/html" href="https://wiki.radxa.com/Rockpi4/dev/kernel-mainline"/>
				<updated>2020-01-07T12:49:29Z</updated>
		
		<summary type="html">&lt;p&gt;Raidboy: /* Already fixed */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{rockpi4_header}}&lt;br /&gt;
&lt;br /&gt;
{{Languages|rockpi4/dev/kernel-mainline}}&lt;br /&gt;
&lt;br /&gt;
    [[rockpi4 | ROCK Pi 4]] &amp;gt; [[rockpi4/dev | Development]] &amp;gt; [[rockpi4/dev/kernel-mainline | Build mainline kernel(5.x)]]&lt;br /&gt;
&lt;br /&gt;
ROCK Pi 4 is officially supported in mainline kernel since v5.1 thanks to developer Akash Gajjar from Mentor. Below is how to build it on a X86 Linux host PC and run on ROCK Pi 4.&lt;br /&gt;
&lt;br /&gt;
== Please help to fix/enhance this page ==&lt;br /&gt;
&lt;br /&gt;
=== Current status ===&lt;br /&gt;
&lt;br /&gt;
As of 01/07/2020, these instructions are incomplete, incorrect and do not result in a working kernel. Please help to fix them.&lt;br /&gt;
&lt;br /&gt;
Use [[https://forum.radxa.com/t/mainline-support-for-rockpi-4/131/91]] to discuss this page.&lt;br /&gt;
&lt;br /&gt;
Tested with&lt;br /&gt;
&lt;br /&gt;
* RockPI 4 A with 2GByte&lt;br /&gt;
* 16 GByte eMMC module (no uSD)&lt;br /&gt;
* Current debian (5.5.0-rc5-00039-gae6088216ce4).&lt;br /&gt;
&lt;br /&gt;
Without any overlays configured, the kernel starts to boot with working console output, but then it seems to hang after the following output:&lt;br /&gt;
&lt;br /&gt;
   ...&lt;br /&gt;
   [   14.670351] mmc_host mmc0: Bus speed (slot 0) = 200000Hz (slot req 200000Hz, actual 200000HZ div = 0)&lt;br /&gt;
   [   14.674934] hctosys: unable to open rtc device (rtc0)&lt;br /&gt;
&lt;br /&gt;
=== ID of root file system ===&lt;br /&gt;
&lt;br /&gt;
The instructions show a specific PARTUUID. It seems as if the instructions should explain that the PARTUUID needs to be changed according to the PARTUUID of the boot partition on the boot device - aka: The same PARTUUID used with the 'old' radxa 4.4 kernel ?!&lt;br /&gt;
&lt;br /&gt;
=== Use of overlays ===&lt;br /&gt;
&lt;br /&gt;
The instructions on this page do not describe if/how overlays can be used with mainline kernel:&lt;br /&gt;
&lt;br /&gt;
The instructions do not explain if overlays need to be compiled for the new kernel or not.&lt;br /&gt;
&lt;br /&gt;
The instructions do not explain why overlays may fail to work, for example because all or some of the overlays do not have according entry points in the mainline kernel ?&lt;br /&gt;
&lt;br /&gt;
The instructions do not explain if it is possible to configure u-boot so that there are different overlays enabled for different kernels - e.g.: all necessary overlays for the radxa 4.4 kernel and non (or others) for a mainline kernel. Is this even possible ?&lt;br /&gt;
&lt;br /&gt;
Result: When attempting to use ANY overlays such as spi1-flash, the boot process fails to merge the overlays and reverts to boot the first (default) kernel instead.&lt;br /&gt;
&lt;br /&gt;
The console log for this looks as follows:&lt;br /&gt;
&lt;br /&gt;
    ...&lt;br /&gt;
    reading /rk3399-rock-pi-4.dtb&lt;br /&gt;
    54207 bytes read in 13 ms (4 MiB/s)&lt;br /&gt;
    fdt addr 0000000008300000&lt;br /&gt;
    fdt magic number edfe0dd0&lt;br /&gt;
    fdt size 1048576&lt;br /&gt;
    merge_dts_overlay&lt;br /&gt;
    Retrieving file: /overlays/spi1-flash.dtbo&lt;br /&gt;
    reading /overlays/spi1-flash.dtbo&lt;br /&gt;
    765 bytes read in 11 ms (67.4 KiB/s)&lt;br /&gt;
    overlay dtb(0x0000000008200000) is valid&lt;br /&gt;
    fdt_overlay_apply 0000000008300000 0000000008200000&lt;br /&gt;
    fdt_overlay_apply(): FDT_ERR_NOTFOUND&lt;br /&gt;
    Can't load dts overlay&lt;br /&gt;
    Can not merge dts overlay&lt;br /&gt;
    ERROR: Did not find a cmdline Flattened Device Tree&lt;br /&gt;
    Could not find a valid device tree&lt;br /&gt;
    ...&lt;br /&gt;
&lt;br /&gt;
=== Loadable modules ===&lt;br /&gt;
&lt;br /&gt;
The kernel will need dynamically loaded modules. These need to be installed into /lib/modules/&amp;lt;kernel-name&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
It is unclear how to best do this when compiling on a separate PC (cross-compilation as explained).&lt;br /&gt;
&lt;br /&gt;
When compiling locally on the Rock PI 4, this is easily achied by using &amp;quot;make modules_install&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
=== Already fixed ===&lt;br /&gt;
&lt;br /&gt;
01/07/2020 Added explanations how to add new kernel to existing boot file and choose from serial console during boot.&lt;br /&gt;
&lt;br /&gt;
== Build kernel on linux PC ==&lt;br /&gt;
&lt;br /&gt;
=== Requirement ===&lt;br /&gt;
&lt;br /&gt;
    $ sudo apt-get install libncurses-dev flex bison libssl-dev git&lt;br /&gt;
&lt;br /&gt;
=== Get the mainline kernel source ===&lt;br /&gt;
&lt;br /&gt;
    $ git clone git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git&lt;br /&gt;
    $ cd linux&lt;br /&gt;
&lt;br /&gt;
=== Install toolchain from Linaro ===&lt;br /&gt;
&lt;br /&gt;
    $ wget https://releases.linaro.org/components/toolchain/binaries/7.3-2018.05/aarch64-linux-gnu/gcc-linaro-7.3.1-2018.05-x86_64_aarch64-linux-gnu.tar.xz&lt;br /&gt;
    $ sudo tar xvf gcc-linaro-7.3.1-2018.05-x86_64_aarch64-linux-gnu.tar.xz  -C /usr/local/&lt;br /&gt;
    $ export ARCH=arm64&lt;br /&gt;
    $ export CROSS_COMPILE=/usr/local/gcc-linaro-7.3.1-2018.05-x86_64_aarch64-linux-gnu/bin/aarch64-linux-gnu-&lt;br /&gt;
&lt;br /&gt;
=== Build kernel===&lt;br /&gt;
&lt;br /&gt;
    $ make defconfig&lt;br /&gt;
    $ make -j6&lt;br /&gt;
&lt;br /&gt;
Copy '''arch/arm64/boot/Image''' and '''arch/arm64/boot/dts/rk3399-rock-pi-4.dtb''' to your ROCK Pi 4.&lt;br /&gt;
&lt;br /&gt;
== Install it on ROCK Pi 4.==&lt;br /&gt;
&lt;br /&gt;
=== Copy files ===&lt;br /&gt;
&lt;br /&gt;
    $ sudo cp Image rk3399-rock-pi-4.dtb /boot/&lt;br /&gt;
&lt;br /&gt;
=== Configure and Reboot ===&lt;br /&gt;
&lt;br /&gt;
    $ sudo vim /boot/extlinux/extlinux.conf&lt;br /&gt;
&lt;br /&gt;
Add an entry as follows:&lt;br /&gt;
&lt;br /&gt;
   label kernel-mainline&lt;br /&gt;
   kernel /Image&lt;br /&gt;
   fdt /rk3399-rock-pi-4.dtb&lt;br /&gt;
   append earlycon=uart8250,mmio32,0xff1a0000 swiotlb=1 coherent_pool=1m earlyprintk console=ttyS2,1500000n8 rw root=PARTUUID=b921b045-1d rootfstype=ext4 init=/sbin/init rootwait&lt;br /&gt;
&lt;br /&gt;
Reboot you will have the new kernel booting.&lt;br /&gt;
&lt;br /&gt;
If you have a serial console connected to the Rock PI 4, you can also add this kernel as a second or further boot entry and then select it during the bootstrap process as follows:&lt;br /&gt;
&lt;br /&gt;
   ...&lt;br /&gt;
   Retrieving file: /extlinux/extlinux.conf&lt;br /&gt;
   reading /extlinux/extlinux.conf&lt;br /&gt;
   956 bytes read in 17 ms (54.7 KiB/s)&lt;br /&gt;
   select kernel&lt;br /&gt;
   1:      kernel-4.4.154-100-rockchip-gf7c3df9923c2&lt;br /&gt;
   2:      kernel-mainline&lt;br /&gt;
   Enter choice: 2&lt;br /&gt;
   ...&lt;br /&gt;
   ...&lt;br /&gt;
   2:      kernel-mainline&lt;br /&gt;
   Retrieving file: /Image&lt;br /&gt;
   reading /Image&lt;br /&gt;
&lt;br /&gt;
You need to be fast typing the desired number (2). &lt;br /&gt;
&lt;br /&gt;
The benefit of this approach is that the bootstrap process will automatically revert booting the first (working radxa) kernel when the newly built kernel fails to boot - or that you can simply power cycle to boot the working kernel in case the newly built kernel does not work.&lt;/div&gt;</summary>
		<author><name>Raidboy</name></author>	</entry>

	<entry>
		<id>https://wiki.radxa.com/Rockpi4/dev/kernel-mainline</id>
		<title>Rockpi4/dev/kernel-mainline</title>
		<link rel="alternate" type="text/html" href="https://wiki.radxa.com/Rockpi4/dev/kernel-mainline"/>
				<updated>2020-01-07T12:48:27Z</updated>
		
		<summary type="html">&lt;p&gt;Raidboy: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{rockpi4_header}}&lt;br /&gt;
&lt;br /&gt;
{{Languages|rockpi4/dev/kernel-mainline}}&lt;br /&gt;
&lt;br /&gt;
    [[rockpi4 | ROCK Pi 4]] &amp;gt; [[rockpi4/dev | Development]] &amp;gt; [[rockpi4/dev/kernel-mainline | Build mainline kernel(5.x)]]&lt;br /&gt;
&lt;br /&gt;
ROCK Pi 4 is officially supported in mainline kernel since v5.1 thanks to developer Akash Gajjar from Mentor. Below is how to build it on a X86 Linux host PC and run on ROCK Pi 4.&lt;br /&gt;
&lt;br /&gt;
== Please help to fix/enhance this page ==&lt;br /&gt;
&lt;br /&gt;
=== Current status ===&lt;br /&gt;
&lt;br /&gt;
As of 01/07/2020, these instructions are incomplete, incorrect and do not result in a working kernel. Please help to fix them.&lt;br /&gt;
&lt;br /&gt;
Use [[https://forum.radxa.com/t/mainline-support-for-rockpi-4/131/91]] to discuss this page.&lt;br /&gt;
&lt;br /&gt;
Tested with&lt;br /&gt;
&lt;br /&gt;
* RockPI 4 A with 2GByte&lt;br /&gt;
* 16 GByte eMMC module (no uSD)&lt;br /&gt;
* Current debian (5.5.0-rc5-00039-gae6088216ce4).&lt;br /&gt;
&lt;br /&gt;
Without any overlays configured, the kernel starts to boot with working console output, but then it seems to hang after the following output:&lt;br /&gt;
&lt;br /&gt;
   ...&lt;br /&gt;
   [   14.670351] mmc_host mmc0: Bus speed (slot 0) = 200000Hz (slot req 200000Hz, actual 200000HZ div = 0)&lt;br /&gt;
   [   14.674934] hctosys: unable to open rtc device (rtc0)&lt;br /&gt;
&lt;br /&gt;
=== ID of root file system ===&lt;br /&gt;
&lt;br /&gt;
The instructions show a specific PARTUUID. It seems as if the instructions should explain that the PARTUUID needs to be changed according to the PARTUUID of the boot partition on the boot device - aka: The same PARTUUID used with the 'old' radxa 4.4 kernel ?!&lt;br /&gt;
&lt;br /&gt;
=== Use of overlays ===&lt;br /&gt;
&lt;br /&gt;
The instructions on this page do not describe if/how overlays can be used with mainline kernel:&lt;br /&gt;
&lt;br /&gt;
The instructions do not explain if overlays need to be compiled for the new kernel or not.&lt;br /&gt;
&lt;br /&gt;
The instructions do not explain why overlays may fail to work, for example because all or some of the overlays do not have according entry points in the mainline kernel ?&lt;br /&gt;
&lt;br /&gt;
The instructions do not explain if it is possible to configure u-boot so that there are different overlays enabled for different kernels - e.g.: all necessary overlays for the radxa 4.4 kernel and non (or others) for a mainline kernel. Is this even possible ?&lt;br /&gt;
&lt;br /&gt;
Result: When attempting to use ANY overlays such as spi1-flash, the boot process fails to merge the overlays and reverts to boot the first (default) kernel instead.&lt;br /&gt;
&lt;br /&gt;
The console log for this looks as follows:&lt;br /&gt;
&lt;br /&gt;
    ...&lt;br /&gt;
    reading /rk3399-rock-pi-4.dtb&lt;br /&gt;
    54207 bytes read in 13 ms (4 MiB/s)&lt;br /&gt;
    fdt addr 0000000008300000&lt;br /&gt;
    fdt magic number edfe0dd0&lt;br /&gt;
    fdt size 1048576&lt;br /&gt;
    merge_dts_overlay&lt;br /&gt;
    Retrieving file: /overlays/spi1-flash.dtbo&lt;br /&gt;
    reading /overlays/spi1-flash.dtbo&lt;br /&gt;
    765 bytes read in 11 ms (67.4 KiB/s)&lt;br /&gt;
    overlay dtb(0x0000000008200000) is valid&lt;br /&gt;
    fdt_overlay_apply 0000000008300000 0000000008200000&lt;br /&gt;
    fdt_overlay_apply(): FDT_ERR_NOTFOUND&lt;br /&gt;
    Can't load dts overlay&lt;br /&gt;
    Can not merge dts overlay&lt;br /&gt;
    ERROR: Did not find a cmdline Flattened Device Tree&lt;br /&gt;
    Could not find a valid device tree&lt;br /&gt;
    ...&lt;br /&gt;
&lt;br /&gt;
=== Loadable modules ===&lt;br /&gt;
&lt;br /&gt;
The kernel will need dynamically loaded modules. These need to be installed into /lib/modules/&amp;lt;kernel-name&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
It is unclear how to best do this when compiling on a separate PC (cross-compilation as explained).&lt;br /&gt;
&lt;br /&gt;
When compiling locally on the Rock PI 4, this is easily achied by using &amp;quot;make modules_install&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
=== Already fixed ===&lt;br /&gt;
&lt;br /&gt;
01/07/2020&lt;br /&gt;
&lt;br /&gt;
== Build kernel on linux PC ==&lt;br /&gt;
&lt;br /&gt;
=== Requirement ===&lt;br /&gt;
&lt;br /&gt;
    $ sudo apt-get install libncurses-dev flex bison libssl-dev git&lt;br /&gt;
&lt;br /&gt;
=== Get the mainline kernel source ===&lt;br /&gt;
&lt;br /&gt;
    $ git clone git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git&lt;br /&gt;
    $ cd linux&lt;br /&gt;
&lt;br /&gt;
=== Install toolchain from Linaro ===&lt;br /&gt;
&lt;br /&gt;
    $ wget https://releases.linaro.org/components/toolchain/binaries/7.3-2018.05/aarch64-linux-gnu/gcc-linaro-7.3.1-2018.05-x86_64_aarch64-linux-gnu.tar.xz&lt;br /&gt;
    $ sudo tar xvf gcc-linaro-7.3.1-2018.05-x86_64_aarch64-linux-gnu.tar.xz  -C /usr/local/&lt;br /&gt;
    $ export ARCH=arm64&lt;br /&gt;
    $ export CROSS_COMPILE=/usr/local/gcc-linaro-7.3.1-2018.05-x86_64_aarch64-linux-gnu/bin/aarch64-linux-gnu-&lt;br /&gt;
&lt;br /&gt;
=== Build kernel===&lt;br /&gt;
&lt;br /&gt;
    $ make defconfig&lt;br /&gt;
    $ make -j6&lt;br /&gt;
&lt;br /&gt;
Copy '''arch/arm64/boot/Image''' and '''arch/arm64/boot/dts/rk3399-rock-pi-4.dtb''' to your ROCK Pi 4.&lt;br /&gt;
&lt;br /&gt;
== Install it on ROCK Pi 4.==&lt;br /&gt;
&lt;br /&gt;
=== Copy files ===&lt;br /&gt;
&lt;br /&gt;
    $ sudo cp Image rk3399-rock-pi-4.dtb /boot/&lt;br /&gt;
&lt;br /&gt;
=== Configure and Reboot ===&lt;br /&gt;
&lt;br /&gt;
    $ sudo vim /boot/extlinux/extlinux.conf&lt;br /&gt;
&lt;br /&gt;
Add an entry as follows:&lt;br /&gt;
&lt;br /&gt;
   label kernel-mainline&lt;br /&gt;
   kernel /Image&lt;br /&gt;
   fdt /rk3399-rock-pi-4.dtb&lt;br /&gt;
   append earlycon=uart8250,mmio32,0xff1a0000 swiotlb=1 coherent_pool=1m earlyprintk console=ttyS2,1500000n8 rw root=PARTUUID=b921b045-1d rootfstype=ext4 init=/sbin/init rootwait&lt;br /&gt;
&lt;br /&gt;
Reboot you will have the new kernel booting.&lt;br /&gt;
&lt;br /&gt;
If you have a serial console connected to the Rock PI 4, you can also add this kernel as a second or further boot entry and then select it during the bootstrap process as follows:&lt;br /&gt;
&lt;br /&gt;
   ...&lt;br /&gt;
   Retrieving file: /extlinux/extlinux.conf&lt;br /&gt;
   reading /extlinux/extlinux.conf&lt;br /&gt;
   956 bytes read in 17 ms (54.7 KiB/s)&lt;br /&gt;
   select kernel&lt;br /&gt;
   1:      kernel-4.4.154-100-rockchip-gf7c3df9923c2&lt;br /&gt;
   2:      kernel-mainline&lt;br /&gt;
   Enter choice: 2&lt;br /&gt;
   ...&lt;br /&gt;
   ...&lt;br /&gt;
   2:      kernel-mainline&lt;br /&gt;
   Retrieving file: /Image&lt;br /&gt;
   reading /Image&lt;br /&gt;
&lt;br /&gt;
You need to be fast typing the desired number (2). &lt;br /&gt;
&lt;br /&gt;
The benefit of this approach is that the bootstrap process will automatically revert booting the first (working radxa) kernel when the newly built kernel fails to boot - or that you can simply power cycle to boot the working kernel in case the newly built kernel does not work.&lt;/div&gt;</summary>
		<author><name>Raidboy</name></author>	</entry>

	<entry>
		<id>https://wiki.radxa.com/Rockpi4/install/eMMC</id>
		<title>Rockpi4/install/eMMC</title>
		<link rel="alternate" type="text/html" href="https://wiki.radxa.com/Rockpi4/install/eMMC"/>
				<updated>2020-01-06T13:25:05Z</updated>
		
		<summary type="html">&lt;p&gt;Raidboy: Added explanation how to install without uMMC adapter&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{rockpi4_header}}&lt;br /&gt;
&lt;br /&gt;
{{Languages|rockpi4/install/microSD}}&lt;br /&gt;
&lt;br /&gt;
    [[rockpi4 | ROCK Pi 4]] &amp;gt; [[rockpi4/install | Install]] &amp;gt; [[rockpi4/install/eMMC | Install on eMMC module]]&lt;br /&gt;
&lt;br /&gt;
====Step1: Requirements ====&lt;br /&gt;
&lt;br /&gt;
This page describe how to download and install the image on an eMMC module and boot on ROCK Pi 4. You need at least the following.&lt;br /&gt;
&lt;br /&gt;
* an eMMC module, you can buy it from radxa distributor, the eMMC module from Odroid or PINE64 also works on ROCK Pi 4. [[File:Emmc_module_top.png | 100px]] [[File:Emmc_module_bottom.png | 100px]]&lt;br /&gt;
* an eMMC to microSD breakout board [[File:Emmc_to_microSD_breakout_top.png | 100px]] [[File:Emmc_to_microSD_breakout_bottom.png | 100px]] &lt;br /&gt;
&lt;br /&gt;
If you do not have an eMMC to μSD card converter board, you can also first install a linux system (e.g.: Debian) to a μSD Card (see [[Rockpi4/install/microSD]]) and then use the running Linux μSD System to install the desired system to the eMMC card with the eMMC card already inserted into the Rock PI 4. See below.&lt;br /&gt;
&lt;br /&gt;
* a microSD card reader, either a USB card reader or the SD card reader on laptop&lt;br /&gt;
*  a PC/laptop running Windows or Linux or MacOS&lt;br /&gt;
&lt;br /&gt;
You also need the following to run on ROCK Pi 4&lt;br /&gt;
&lt;br /&gt;
* ROCK Pi 4 board with power supply&lt;br /&gt;
* HDMI cable for display&lt;br /&gt;
* USB keyboard and mouse for input&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====Step 2: Download necessary tools and image ====&lt;br /&gt;
&lt;br /&gt;
* Etcher is the tool we use to write image. Download the right Etcher for your PC from [[Rockpi4/downloads]] page and install it. Check [[https://www.balena.io/etcher/ Etcher website]] for more info about Etcher.&lt;br /&gt;
* Choose the image you want to install from [[Rockpi4/downloads]] page and unzip it. The unzipped image name is like below:&lt;br /&gt;
&lt;br /&gt;
    rockpi4_debian_stretch_lxde_armhf_20181105_2120-gpt.img&lt;br /&gt;
&lt;br /&gt;
We will use it for the writing.&lt;br /&gt;
&lt;br /&gt;
====Step 3: Write the image to eMMC Module ====&lt;br /&gt;
&lt;br /&gt;
3.1 Plug and click the eMMC module to the eMMC to uSD breakout board, plug the breakout board to microSD card reader. Plug the card reader on PC.&lt;br /&gt;
&lt;br /&gt;
[[File:Emmc_module_on_card_reader.png]]&lt;br /&gt;
&lt;br /&gt;
3.2 Run the application, for example,  by executing the command on Ubuntu 16.04:&lt;br /&gt;
&lt;br /&gt;
    $ /bin/bash etcher-etcher-electron-1.4.5-x86_64.AppImage&lt;br /&gt;
&lt;br /&gt;
3.3 In the etcher window, we click button Select image.&lt;br /&gt;
&lt;br /&gt;
[[File:linux_etcher_select_image.png]]&lt;br /&gt;
&lt;br /&gt;
3.4 In the etcher window, we click button Select Drive.&lt;br /&gt;
&lt;br /&gt;
[[File:linux_etcher_select_driver.png]]&lt;br /&gt;
&lt;br /&gt;
3.5 In the etcher window, we click button Flash.&lt;br /&gt;
&lt;br /&gt;
[[File:linux_etcher_select_flash_button.png]]&lt;br /&gt;
&lt;br /&gt;
3.6 In the etcher window, it shows us Flash Complete!&lt;br /&gt;
&lt;br /&gt;
[[File:linux_etcher_show_complete.png]]&lt;br /&gt;
&lt;br /&gt;
Done! Now you have successfully installed the OS image on eMMC module.&lt;br /&gt;
&lt;br /&gt;
====Step 3 on Rock PI 4: Write the image to eMMC Module ====&lt;br /&gt;
&lt;br /&gt;
If you have no eMMC to μSD card converter board, install Debian Linux (or another Linux variant) first to μSD. Insert both your μSD and the (empty) eMMC module into the Rock PI 4. Reboot it. It will boot from μSD. You can now use that Linux to download your desired OS from [[Rockpi4/downloads]]  and install it onto the eMMC module. Example:&lt;br /&gt;
&lt;br /&gt;
Verify that the system has booted from μSD, which should be /dev/mmcblk0p5 and that the eMMC module is found as /dev/mmcblk1:&lt;br /&gt;
&lt;br /&gt;
    $ dmesg | grep mmcblk&lt;br /&gt;
    ...&lt;br /&gt;
    [...] EXT4-fs (mmcblk0p5): mounted filesystem with ordered data mode.&lt;br /&gt;
    &lt;br /&gt;
    $ ls -l /dev/mmcblk1&lt;br /&gt;
    brw-rw---- 1 root disk 179, 0 Jan  6 13:25 /dev/mmcblk1&lt;br /&gt;
&lt;br /&gt;
Then write your downloaded OS image to eMMC:&lt;br /&gt;
&lt;br /&gt;
    dd if=rockpi4_debian_stretch_lxde_armhf_20181105_2120-gpt.img of=/dev/mmcblk1&lt;br /&gt;
&lt;br /&gt;
A CLI tool to write an image with write diagnostics is pv:&lt;br /&gt;
&lt;br /&gt;
    $ apt install pv&lt;br /&gt;
    $ pv -ptera &amp;lt; rockpi4_debian_stretch_lxde_armhf_20181105_2120-gpt.img &amp;gt; /dev/mmcblk1&lt;br /&gt;
&lt;br /&gt;
Power off your Rock PI 4, remove the μSD and power on again. The system will now boot from the eMMC module.&lt;br /&gt;
&lt;br /&gt;
====Step 4: Boot on ROCK Pi 4 ====&lt;/div&gt;</summary>
		<author><name>Raidboy</name></author>	</entry>

	<entry>
		<id>https://wiki.radxa.com/Rockpi4/getting_started</id>
		<title>Rockpi4/getting started</title>
		<link rel="alternate" type="text/html" href="https://wiki.radxa.com/Rockpi4/getting_started"/>
				<updated>2020-01-06T13:07:38Z</updated>
		
		<summary type="html">&lt;p&gt;Raidboy: Added note/pointer that installation can also be performed without eMMC to uSD adapter&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{rockpi4_header}}&lt;br /&gt;
{{Languages|rockpi4/getting_started}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
This guide is designed for ROCK Pi 4  enthusiast. The purpose is to learn about the ROCK Pi 4 board as well as how to prepare and set up for basic use. The ROCK Pi 4 has two models, one called ROCK Pi 4 Model A and the other called ROCK Pi 4 Model B. When you get a board, you need to know what Pi model it is and which hardware version it is. The information is printed in the top side of the board. We will introduce the board information as much as possible.&lt;br /&gt;
&lt;br /&gt;
== What you need ==&lt;br /&gt;
&lt;br /&gt;
=== Necessary ===&lt;br /&gt;
* ROCK Pi 4 main board&lt;br /&gt;
** ROCK Pi 4 Model A or Model B&lt;br /&gt;
&lt;br /&gt;
* One of the Storage media below:&lt;br /&gt;
** [[rockpi4/hardware/μSD | μSD card]],  larger than 8GB.&lt;br /&gt;
** [[rockpi4/hardware/emmc | eMMC Module]] , larger than 8GB with eMMC to μSD converter board.&lt;br /&gt;
&lt;br /&gt;
*  [[rockpi4/hardware/powersupply | Power supply]] &lt;br /&gt;
** The ROCK Pi 4 is powered by Type-C port and has a wide range of input voltage, from 9V to 21V. The Pi  supports USB Type-C PD 2.0 with 9V/2A, 12V/2A, 15V/2A and 20V/2A. Besides, the Pi supports QC 3.0/2.0  with 9V/2A and 12V/1.5A.&lt;br /&gt;
** The Type-C cable you using needs to support data communication. We call it USB Type-C charging data cable.&lt;br /&gt;
&lt;br /&gt;
* USB Keyboard and Mouse&lt;br /&gt;
** With four USB-A connectors, ROCK Pi 4 can be equipped with a full sized keyboard and mouse.&lt;br /&gt;
&lt;br /&gt;
* Monitor and HDMI Cable&lt;br /&gt;
** ROCK Pi 4 is equipped with a full sized HDMI connector. HDMI capable monitor is recommended.&lt;br /&gt;
** HDMI EDID display data is used to determine the best display resolution. On monitors and TVs that support 1080p (or 4K) this resolution will be selected. If 1080p is not supported the next available resolution reported by EDID will be used. This selected mode will work with MOST but not all monitors/TVs.&lt;br /&gt;
&lt;br /&gt;
*USB to TTL serial cable&lt;br /&gt;
**ROCK Pi 4 exports a dedicated serial console, which can access the low level debug message.&lt;br /&gt;
&lt;br /&gt;
*USB Male A to Male A cable&lt;br /&gt;
**If you want write image on ROCK Pi 4 from USB OTG port or use fastboot/adb commands you need an USB Male A to Male A cable to connect ROCK Pi 4 and PC.&lt;br /&gt;
&lt;br /&gt;
=== Optional ===&lt;br /&gt;
* μSD Card Reader&lt;br /&gt;
** For flashing the image into μSD Card or eMMC Module.&lt;br /&gt;
&lt;br /&gt;
* USB type A to type A cable&lt;br /&gt;
** This is needed for fastboot/adb commands.&lt;br /&gt;
&lt;br /&gt;
*  USB to TTL serial cable&lt;br /&gt;
** This is needed for serial console.&lt;br /&gt;
&lt;br /&gt;
*  Ethernet cable&lt;br /&gt;
** ROCK Pi 4 supports Internet access via WIFI or Ethernet.&lt;br /&gt;
** An Ethernet cable is used to connect your ROCK Pi 4 to a local network and  the Internet.&lt;br /&gt;
&lt;br /&gt;
* Camera Module&lt;br /&gt;
** ROCK Pi 4 supports  camera function.&lt;br /&gt;
&lt;br /&gt;
* LCD Module&lt;br /&gt;
** ROCK Pi 4 supports LCD display function.&lt;br /&gt;
&lt;br /&gt;
* Audio cable&lt;br /&gt;
** Audio can be played through speaker or headphones using a standard 3.5mm jack.&lt;br /&gt;
&lt;br /&gt;
== Close look of ROCK Pi 4B ==&lt;br /&gt;
* ROCK Pi 4B front view&lt;br /&gt;
[[File:ROCKPI4B_Front_View.png|700px]]&lt;br /&gt;
* ROCK Pi 4B front with an angle view&lt;br /&gt;
[[File:ROCKPI4B_Angle_View.png|700px]]&lt;br /&gt;
* ROCK Pi 4B back view&lt;br /&gt;
[[File:ROCKPI4B_Back_View.png|700px]]&lt;br /&gt;
&lt;br /&gt;
== &amp;lt;span id=&amp;quot;get_start_specs&amp;quot;&amp;gt;&amp;lt;/span&amp;gt; Features ==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Model&lt;br /&gt;
! colspan=&amp;quot;1&amp;quot; width=42% | ROCK PI 4 Model A&lt;br /&gt;
! colspan=&amp;quot;1&amp;quot; width=42% | ROCK PI 4 Model B&lt;br /&gt;
|-&lt;br /&gt;
! Processor&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; | 64bits hexa core processor&amp;lt;br /&amp;gt;Rockchip RK3399&amp;lt;br /&amp;gt;Dual Cortex-72, frequency 1.8GHz with qual Cortex-A53, frequency 1.4GHz&amp;lt;br /&amp;gt;Mali T860MP4 gpu, support OpenGL ES 1.1/2.0/3.0/3.1/3.2, Vulkan 1.0, Open CL 1.1 1.2, DX11.&lt;br /&gt;
|-&lt;br /&gt;
! Memory&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; | LPDDR4&amp;lt;br /&amp;gt;64bit dual channel LPDDR4@3200Mb/s, 1GB/2GB/4GB optioal&lt;br /&gt;
|-&lt;br /&gt;
! Storage&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; | eMMC module (Optional industrial compatible high performance eMMC module, 8GB/16GB/32GB/64GB/128GB available)&amp;lt;br /&amp;gt;μSD card (μSD slot supports up to 128 GB μSD card)&amp;lt;br /&amp;gt;M.2 SSD (M.2 connector supports up to 2T M2 NVME SSD)&lt;br /&gt;
|-&lt;br /&gt;
! Display&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; | HDMI 2.0 up to 4k@60&amp;lt;br /&amp;gt;MIPI DSI 2 lanes via FPC connector&amp;lt;br /&amp;gt;HDMI and MIPI DSI can work at the same time, support mirror mode or extend mode.&lt;br /&gt;
|- &lt;br /&gt;
! Audio&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; | 3.5mm jack with mic&amp;lt;br /&amp;gt;HD codec that supports up to 24-bit/96KHz audio.&lt;br /&gt;
|-&lt;br /&gt;
! Camera&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; | MIPI CSI 2 lanes via FPC connector, support up to 800 MP camera.&lt;br /&gt;
|-&lt;br /&gt;
! Wireless&lt;br /&gt;
| None&lt;br /&gt;
| 802.11 ac wifi&amp;lt;br /&amp;gt;Bluetooth 5.0&amp;lt;br /&amp;gt;with on board antenna&lt;br /&gt;
|-&lt;br /&gt;
! USB&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; | USB 3.0 OTG X1, hardware switch for host/device switch, upper one&amp;lt;br /&amp;gt;USB 3.0 HOST X1, dedicated USB 3.0 channel, lower one&amp;lt;br /&amp;gt;USB 2.0 HOST X2&lt;br /&gt;
|-&lt;br /&gt;
! Ethernet&lt;br /&gt;
| GbE LAN&lt;br /&gt;
| GbE LAN with Power over Ethernet (PoE) support&amp;lt;br /&amp;gt;additional HAT is required for powering from PoE&lt;br /&gt;
|-&lt;br /&gt;
! IO&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; | 40-pin expansion header&amp;lt;br /&amp;gt;2 x UART&amp;lt;br /&amp;gt;2 x SPI bus&amp;lt;br /&amp;gt;3 x I2C bus&amp;lt;br /&amp;gt;1 x PCM/I2S&amp;lt;br /&amp;gt;1 x SPDIF&amp;lt;br /&amp;gt;2 x PWM&amp;lt;br /&amp;gt;1 x ADC&amp;lt;br /&amp;gt;6 x GPIO&amp;lt;br /&amp;gt;2 x 5V DC power in&amp;lt;br /&amp;gt;2 x 3.3V DC power in&lt;br /&gt;
|-&lt;br /&gt;
! Others&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; | RTC&amp;lt;br /&amp;gt;RTC battery connector for time backup(optional)&lt;br /&gt;
|-&lt;br /&gt;
! Power&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; | USB PD, support USB Type C PD 2.0, 9V/2A, 12V/2A, 15V/2A, 20V/2A.&amp;lt;br /&amp;gt;Qualcomm® Quick ChargeTM: Supports QC 3.0/2.0 adapter, 9V/2A, 12V/1.5A&lt;br /&gt;
|-&lt;br /&gt;
! Size&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; | 85mm x 54mm&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
== Starting the board for the first time ==&lt;br /&gt;
&lt;br /&gt;
ROCK Pi 4 can be started with eMMC or μSD Card. Now, you are presented with two options when installing your new operating system onto your ROCK Pi 4. &lt;br /&gt;
&lt;br /&gt;
===  Prepare ===&lt;br /&gt;
&lt;br /&gt;
* When start system with eMMC&lt;br /&gt;
Insert eMMC Module into eMMC to μSD card converter board. Insert the converter board into μSD Card Reader, which connects to host computer. The picture below shows.&amp;lt;br /&amp;gt;(add eMMC, eMMC to μSD Module and μSD Card Reader picture)&lt;br /&gt;
&lt;br /&gt;
If you do not have an eMMC to μSD card converter board, you can also first install a linux system to a μSD Card and then use the running μSD System to install the desired system to the eMMC card with the eMMC card already inserted into the Rock PI 4. See [[Rockpi4/install/eMMC]].&lt;br /&gt;
&lt;br /&gt;
* When start system with μSD Card&lt;br /&gt;
Insert the μSD Card into μSD Card Reader, which connects to host computer. The picture below shows.&amp;lt;br /&amp;gt;(add μSD Card and μSD Card Reader picture)&lt;br /&gt;
&lt;br /&gt;
===  Write Image ===&lt;br /&gt;
&lt;br /&gt;
* Download the flash tool, etcher, from [[rockpi4/downloads | Downloads]]. Choose the right version for your host operation system. Here we operate on host Ubuntu 16.04.&lt;br /&gt;
&lt;br /&gt;
* After unpacking the package, we run the tool by executing the command&lt;br /&gt;
&lt;br /&gt;
 $ ./etcher-etcher-electron-1.4.5-x86_64.AppImage&lt;br /&gt;
&lt;br /&gt;
If you get an error message: &amp;quot;No polkit authentication agent found&amp;quot; you can try and start it with sudo, but do know that this is running the tool as '''root'''.&lt;br /&gt;
&lt;br /&gt;
*  In the etcher window, click '''Select image'''.&lt;br /&gt;
&lt;br /&gt;
[[File:linux_etcher_select_image.png]]&lt;br /&gt;
&lt;br /&gt;
* In the etcher window, click '''Select Drive'''.&lt;br /&gt;
&lt;br /&gt;
[[File:linux_etcher_select_driver.png]]&lt;br /&gt;
&lt;br /&gt;
* In the etcher window, click '''Flash'''.&lt;br /&gt;
&lt;br /&gt;
[[File:linux_etcher_select_flash_button.png]]&lt;br /&gt;
&lt;br /&gt;
* In the etcher window, once it shows us Flash Complete! It is done and can be put into the RockPi.&lt;br /&gt;
&lt;br /&gt;
[[File:linux_etcher_show_complete.png]]&lt;br /&gt;
&lt;br /&gt;
===  Boot ===&lt;br /&gt;
&lt;br /&gt;
* Now insert system storage media into the socket on board.&lt;br /&gt;
** Method of starting system with eMMC. The picture below shows.&amp;lt;br /&amp;gt;('''Todo''': add picture)&lt;br /&gt;
** Methods of starting system with μSD Card. The picture below shows.&amp;lt;br /&amp;gt;('''Todo''': add picture)&lt;br /&gt;
&lt;br /&gt;
* Connect the ROCK Pi 4 to your display with the HDMI cable. Ensure that the source for the display is switched to the HDMI port you are using.&lt;br /&gt;
* Connect the USB keyboard and mouse.&lt;br /&gt;
* Connect the power supply to the ROCK Pi 4. The board will begin to immediately. (You might not see the boot sequence, on Ubuntu Server you will see the login prompt)&lt;br /&gt;
&lt;br /&gt;
Wish you good luck!&lt;br /&gt;
&lt;br /&gt;
=== Troubleshooting ===&lt;br /&gt;
* Refer [[Rockpi4/getting_started/troubleshooting | Troubleshooting page]]&lt;br /&gt;
* Post your issue on the forum: https://forum.radxa.com/c/rockpi4/Troubleshooting&lt;/div&gt;</summary>
		<author><name>Raidboy</name></author>	</entry>

	</feed>