View Single Post
Posts: 154 | Thanked: 222 times | Joined on Aug 2017 @ Spain
#9
Originally Posted by Kalatti View Post
sudo mount /dev/sdd2 /mnt/moko (the moko folder didn't exist, so I created it with the nautilus GUI)

Then I copied the fso-paroli-image-om-gta02.tar.gz file to /mnt /moko. I renamed the file to rootfs.tar.gz

The following command is required to unzip the TAR.GZ file in /mnt/moko:

tar -C /mnt/moko/ -xzvf rootfs.tar.gz (open the terminal from the window the file is in)


sudo mount /dev/sdd1 /mnt/mokokernel (the mokokernel folder didn't exist, so I created it with the nautilus GUI)

Then I copied the uImage-2.6.28-stable+gitr0+f19f259d3c1afde8eae53983fd19f61831927 413-r3-om-gta02.bin file to /mnt /mokokernel. I renamed the file to uImage.bin.

cp uImage.bin /mnt/mokokernel/uImage.bin (open the terminal from the window the file is in)

sudo umount /mnt/moko

sudo umount /mnt/mokokernel

sudo sync
I have fixed major bugs I made in the quoted message. Also now I use a 2GB microSD (not microSDHC).

Something I have advanced, but it still does not work.
 

The Following User Says Thank You to Kalatti For This Useful Post: