How to update from 15 to 16?
#1
Hi

I installed Kodi from raspbian repository, but it seems the installed version was 15..

Now I have raspbian and Kodi configured, and I see last kodi version is 16 Jarvis... How can I update without loosing my data?

I can´t find Kodi 16 jarvis on Kodi raspberry download links
Reply
#2
I'm in the same boat.... I've had v14.2 Helix running no problem for a while and decided to update to v15 "Isengard" and cant find a disc.img file that will transfer to my SD card. All I can find have is "OpenELEC-RPi2.arm-6.0.3.img.gz" which is 108,875Kb which my write program "Win32DiskImager-0.9.5-binary" won't recognise....... Bummer! :-)
Reply
#3
(2016-03-22, 22:19)Dezi100 Wrote: I'm in the same boat.... I've had v14.2 Helix running no problem for a while and decided to update to v15 "Isengard" and cant find a disc.img file that will transfer to my SD card. All I can find have is "OpenELEC-RPi2.arm-6.0.3.img.gz" which is 108,875Kb which my write program "Win32DiskImager-0.9.5-binary" won't recognise....... Bummer! :-)

Extract the .img.gz file with 7zip or similar to get an .img file that win32diskimager can write.
Reply
#4
(2016-03-22, 22:19)Dezi100 Wrote: I'm in the same boat.... I've had v14.2 Helix running no problem for a while and decided to update to v15 "Isengard" and cant find a disc.img file that will transfer to my SD card. All I can find have is "OpenELEC-RPi2.arm-6.0.3.img.gz" which is 108,875Kb which my write program "Win32DiskImager-0.9.5-binary" won't recognise....... Bummer! :-)

SSH into OpenElec

Code:
cd .update
wget http://releases.openelec.tv/OpenELEC-RPi2.arm-6.95.1.tar
reboot

Once you are on a beta build OpenElec's internal update system should automatically update to the next beta version when released and eventually to the Jarvis stable build once it is released. Auto update may need to be enabled in the OpenElec settings menu.
Reply
#5
(2016-03-21, 22:48)JosepZ Wrote: Hi

I installed Kodi from raspbian repository, but it seems the installed version was 15..

Now I have raspbian and Kodi configured, and I see last kodi version is 16 Jarvis... How can I update without loosing my data?

I can´t find Kodi 16 jarvis on Kodi raspberry download links

You can either wait for Kodi 16.2 to be added to the default repository or add the following repository and update Kodi now

Code:
sudo nano /etc/apt/sources.list

add "deb http://pipplware.pplware.pt/pipplware/dists/jessie/main/binary/"

wget -O - http://pipplware.pplware.pt/pipplware/key.asc | sudo apt-key add -

sudo apt-get update && sudo apt-get dist-upgrade

sudo apt-get install kodi
Reply
#6
(2016-03-22, 23:13)Jdiesel Wrote:
(2016-03-21, 22:48)JosepZ Wrote: Hi

I installed Kodi from raspbian repository, but it seems the installed version was 15..

Now I have raspbian and Kodi configured, and I see last kodi version is 16 Jarvis... How can I update without loosing my data?

I can´t find Kodi 16 jarvis on Kodi raspberry download links

You can either wait for Kodi 16.2 to be added to the default repository or add the following repository and update Kodi now

Code:
deb http://pipplware.pplware.pt/pipplware/dists/jessie/main/binary/

wget -O - http://pipplware.pplware.pt/pipplware/key.asc | sudo apt-key add -

sudo apt-get update && sudo apt-get dist-upgrade

sudo apt-get install kodi

This are for Kodi? I don´t want openelect , I just want kodi installed on raspbian.

Thanks
Reply
#7
(2016-03-23, 00:57)JosepZ Wrote:
(2016-03-22, 23:13)Jdiesel Wrote:
(2016-03-21, 22:48)JosepZ Wrote: Hi

I installed Kodi from raspbian repository, but it seems the installed version was 15..

Now I have raspbian and Kodi configured, and I see last kodi version is 16 Jarvis... How can I update without loosing my data?

I can´t find Kodi 16 jarvis on Kodi raspberry download links

You can either wait for Kodi 16.2 to be added to the default repository or add the following repository and update Kodi now

Code:
deb http://pipplware.pplware.pt/pipplware/dists/jessie/main/binary/

wget -O - http://pipplware.pplware.pt/pipplware/key.asc | sudo apt-key add -

sudo apt-get update && sudo apt-get dist-upgrade

sudo apt-get install kodi

This are for Kodi? I don´t want openelect , I just want kodi installed on raspbian.

Thanks

This is for Raspbian Jessie
Reply
#8
Hi Jdiesel,How do I run your code? Not in terminal it seems.I'd like to upgrade Kodi on Jessie.
More info please.
Reply
#9
(2016-03-23, 02:12)stanleyella Wrote: Hi Jdiesel,How do I run your code? Not in terminal it seems.I'd like to upgrade Kodi on Jessie.
More info please.

You need to add "deb http://pipplware.pplware.pt/pipplware/di...in/binary/" to /etc/apt/sources.list

You can do this by using "sudo nano /etc/apt/sources.list" and Crtl-X to exit when you are done.
Reply
#10
Hi Jdiesel, thank you for reply. Not being clever with Linux I did sudo nano /etc/apt/sources.list and saved it then deb http://pipplware.pplware.pt/pipplware/di...in/binary/
Then wget -O - http://pipplware.pplware.pt/pipplware/key.asc | sudo apt-key add -
Which said ok.Then
pi@raspberrypi:~ $ sudo apt-get update && sudo apt-get dist-upgrade
E: Malformed line 4 in source list /etc/apt/sources.list (URI)
E: The list of sources could not be read.
pi@raspberrypi:~ $

I know. I'm not clever. Please help me.
Reply
#11
(2016-03-23, 19:04)stanleyella Wrote: Hi Jdiesel, thank you for reply. Not being clever with Linux I did sudo nano /etc/apt/sources.list and saved it then deb http://pipplware.pplware.pt/pipplware/di...in/binary/
Then wget -O - http://pipplware.pplware.pt/pipplware/key.asc | sudo apt-key add -
Which said ok.Then
pi@raspberrypi:~ $ sudo apt-get update && sudo apt-get dist-upgrade
E: Malformed line 4 in source list /etc/apt/sources.list (URI)
E: The list of sources could not be read.
pi@raspberrypi:~ $

I know. I'm not clever. Please help me.

Sorry there was a typo on my part. It should be:

Code:
deb http://pipplware.pplware.pt/pipplware/dists/jessie/main/binary /
Reply
#12
Hi Jdiesel. i still cannot upgrade Kodi.

In terminal sudo nano gives
deb http://mirrordirector.raspbian.org/raspbian/ jessie main contrib non-free r$
# Uncomment line below then 'apt-get update' to enable 'apt-get source'
deb-src http://archive.raspbian.org/raspbian/ jessie main contrib non-free rpi
deb http://pipplware.pplware.pt/pipplware/di...in/binary/

Now
pi@raspberrypi:~ $ wget -O - http://pipplware.pplware.pt/pipplware/key.asc | sudo apt-key add -
--2016-03-24 18:27:18-- http://pipplware.pplware.pt/pipplware/key.asc
Resolving pipplware.pplware.pt (pipplware.pplware.pt)... 176.221.32.100
Connecting to pipplware.pplware.pt (pipplware.pplware.pt)|176.221.32.100|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 1691 (1.7K) [application/pgp-signature]
Saving to: ‘STDOUT’

- 100%[=====================>] 1.65K --.-KB/s in 0s

2016-03-24 18:27:18 (38.2 MB/s) - written to stdout [1691/1691]

OK

Then
pi@raspberrypi:~ $ sudo apt-get update && sudo apt-get dist-upgrade
E: Malformed line 4 in source list /etc/apt/sources.list (dist)
E: The list of sources could not be read.
pi@raspberrypi:~ $

Any idea what I'm doing wrong?
Reply
#13
And strange the line is corrected to main.
Does the file need .list added?
Reply
#14
Hi Jdiesel,It works! I missed the space after binary in the deb line.
It has updated to Kodi 16.0 after 25 minutes and everything I set up is still there.
Lots of stuff about vlc which is removed and iceweasel,which is installed.
Thanks for the help.
Reply
#15
Kodi 16.0 and now 16.1 is sitting in Raspbian testing. Unfortunately this is taking very long. Hopefully in the future they will get quicker in Rasbian stable. See also http://kodi.wiki/view/HOW-TO:Install_Kod...spberry_Pi
Reply

Logout Mark Read Team Forum Stats Members Help
How to update from 15 to 16?0