On 04/14/2015 12:47 AM, Franchisseur Robert wrote: > 3) How to update the kernel ? > I see kernel rpm in > http://cdn.opensxce.org/redsleeve/el6/raspberrypi/RPMS/ > > Can I just download : > > raspberrypi-kernel-firmware-3.18.9+-1.20150314gitf1b6b1c.armv5tel.rpm > raspberrypi-kernel-3.18.9+-1.20150314gitf1b6b1c.armv5tel.rpm > raspberrypi-config-0.2-1.el6.noarch.rpm > > and do a yum localinstall raspberrypi-* ? > > Yes, that is one option, however, I made a repo out of it. So putting something like this: [raspberry] name=Raspberry Pi specific baseurl=http://cdn.opensxce.org/redsleeve/el6/raspberrypi enabled=1 gpgcheck=0
In a something.repo file under /etc/yum.repos.d/ will result in you being able to just do yum update. If I have a 'final' location for all these rpms, I'll create a .repo file to be included in the raspberrypi-config rpm to enable this by defauilt. Jacco _______________________________________________ users mailing list [email protected] http://lists.redsleeve.org/mailman/listinfo/users
