Difference between revisions of "Template:Tenderloin Install Steps"
Jump to navigation
Jump to search
Line 12: | Line 12: | ||
- Boot into webOS | - Boot into webOS | ||
+ | |||
- Run novaterm | - Run novaterm | ||
+ | |||
<code> | <code> | ||
- mount -o remount,rw /boot | - mount -o remount,rw /boot | ||
Line 32: | Line 34: | ||
Output should look like: | Output should look like: | ||
+ | [[File:moboot.png|400px]] |
Revision as of 18:06, 7 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!
2. Download the image and extract it into the new partition by issuing the following commands:
mkdir /media/ext3fs && mount /dev/store/ext3fs /media/ext3fs
tar xzf rootfs.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