Difference between revisions of "Template:Tenderloin Install Steps"
Line 1: | Line 1: | ||
==Preparing your device & installation instructions== | ==Preparing your device & installation instructions== | ||
− | 1. Create an ext3fs lvm partition of at least 1GB (use [http://forums.webosnation.com/webos-internals/304871-tailor-device-live-partition-filesystem-editor-beta-testing.html Tailor] or [http://www.webos-internals.org/wiki/UbuntuChroot#Step_1:_Creating_a_WebOS_Doctor Meta-Doctor] to achieve this). It must be named '''ext3fs'''! | + | 1. Create an ext3fs lvm partition of at least 1GB (use [http://forums.webosnation.com/webos-internals/304871-tailor-device-live-partition-filesystem-editor-beta-testing.html Tailor] or [http://www.webos-internals.org/wiki/UbuntuChroot#Step_1:_Creating_a_WebOS_Doctor Meta-Doctor] to achieve this). It must be named '''ext3fs''' ! Tailor automatically uses this name for an ext3 partition. |
− | 2. Download the image and extract it into the new partition by issuing the following commands: | + | 2. Download the image, copy it to the USB driver (/media/internal) and extract it into the new partition by issuing the following commands: |
<code>mkdir /media/ext3fs && mount /dev/store/ext3fs /media/ext3fs</code> | <code>mkdir /media/ext3fs && mount /dev/store/ext3fs /media/ext3fs</code> | ||
− | <code>tar xzf | + | <code>cd /media/internal</code> |
+ | |||
+ | <code>tar xzf webos-ports-dev-image-tenderloin.tar.gz -C /media/ext3fs</code> | ||
3. Download the kernel and add it to the boot partition as uImage.LuneOS and either symlink it to uImage or use moboot. Follow the instruction below: | 3. Download the kernel and add it to the boot partition as uImage.LuneOS and either symlink it to uImage or use moboot. Follow the instruction below: |
Revision as of 04:17, 8 July 2014
Preparing your device & installation instructions
1. Create an ext3fs lvm partition of at least 1GB (use Tailor or Meta-Doctor to achieve this). It must be named ext3fs ! Tailor automatically uses this name for an ext3 partition.
2. Download the image, copy it to the USB driver (/media/internal) and extract it into the new partition by issuing the following commands:
mkdir /media/ext3fs && mount /dev/store/ext3fs /media/ext3fs
cd /media/internal
tar xzf webos-ports-dev-image-tenderloin.tar.gz -C /media/ext3fs
3. Download the kernel and add it to the boot partition as uImage.LuneOS and either symlink it to uImage or use moboot. Follow the instruction below:
- Boot into webOS
- Run novaterm
- mount -o remount,rw /boot
cd /boot
rm uImage
exit
novaterm put file://boot/uImage < moboot.uImage
novaterm
cd /boot
ln -sf uImage-2.6.35-palm-tenderloin uImage.webOS