Thanks Jacco!  I can wait a week or two..  I was mostly concerned that it
might still be a month or more out, in which case I probably would go with
RS6.

Out of curiosity, how does one install the RPi2 kernel on the RS6 image?
Boot it up first on a regular Pi, and install the RPi2 kernel RPM?  Does
that then mean it could boot on both?  Kinda like how Raspbian works on
both Pis now?

On Wed, Apr 8, 2015 at 6:20 AM, Jacco Ligthart <[email protected]> wrote:

>  Hi Mark,
>
> I had an issue with building raspberrypi2 kernel headers on RSEL7. The
> kernel would complain that the gcc version was known to break kernel
> building. This was holding me back from making images.
>
> RSEL 7.1 (when finally completely build) will have a newer version of gcc
> which will make the issue go away. I hope to have time over the weekend to
> do this, otherwise it'll be a week later.
>
> If you are in a hurry, you could take the normal raspberrypi image (
> http://www.mirrorservice.org/sites/ftp.redsleeve.org/pub/el7/rootfs/raspi-redsleeve7-cli-0.2.img.xz
> ) and install the RSEL6 raspberrypi2 kernel (
> http://cdn.opensxce.org/redsleeve/el6/raspberrypi/RPMS/raspberrypi2-kernel-3.18.9-v7%2B.2.20150314gitf1b6b1c.armv5tel.rpm)
> in there.
>
> Jacco
>
>
>
> On 04/08/2015 04:01 AM, Mark Campbell wrote:
>
> Hey all, I was just wondering if/when there is a RedSleeve 7 in the works
> for the Raspberry Pi 2?  I'm finding that as snappy as the new pi 2 is
> using raspbian, I don't care for all of the space Raspbian takes up; and I
> find myself wanting to do a minimal install like I'm used to with the
> latest CentOS.
>
> On Sat, Mar 14, 2015 at 5:06 PM, Maulvi Bakar <[email protected]> wrote:
>
>> Hello Everyone and Guru Jacco
>>
>>  Managed to distract myself long enough today for some serious Pi
>> goodness and I saw today a new raspberrypi2 kernel update  :O
>>
>> [root@pi2-01 ~]# date;uname -a;uptime
>> Sun Mar 15 04:18:48 MYT 2015
>> Linux pi2-01 3.18.9-v7+ #767 SMP PREEMPT Sat Mar 7 21:52:35 GMT 2015
>> armv7l armv7l armv7l GNU/Linux
>>  04:18:48 up 2 min,  1 user,  load average: 0.04, 0.06, 0.03
>>
>>  Thank you all!
>>
>> On Mon, Feb 23, 2015 at 7:06 AM, Jacco Ligthart <[email protected]>
>> wrote:
>>
>>>  All,
>>>
>>> the Pi2 arrived yesterday, so today I made and tested a new kernel
>>> package and rootfs.
>>> I previously thought that there would be one kernel for both model 1 and
>>> 2, but that's not the case. The model 2 has it's own kernel (kernel7.img)
>>>
>>> anyway, the rootfs is here:
>>> http://cdn.opensxce.org/redsleeve/el6/rootfs/
>>> (the raspberrypi2 image)
>>>
>>> Jacco
>>>
>>>
>>> On 02/20/2015 04:44 PM, Jacco Ligthart wrote:
>>>
>>> Hi Maulvi,
>>>
>>> My raspberry2 did not arrive yet :(
>>>
>>> however, I made a new kernel rpm. it should in theory also support the
>>> model 2.
>>>
>>> Can you please test ?
>>> It can be found here:
>>> http://cdn.opensxce.org/redsleeve/el6/raspberrypi/
>>>
>>> Jacco
>>>
>>>
>>> On 02/15/2015 06:30 AM, Maulvi Bakar wrote:
>>>
>>> Hello Everyone
>>>
>>>  Thank you for the advice all..  Very much appreciated.
>>>
>>>  I have replaced the contents of the /boot from
>>> 'raspi-v2-redsleeve-cli-0.6.img.xz' with those on master.zip and
>>> managed to get it to boot!  This is what I got -
>>>
>>> [root@localhost ~]# date;uname -a;uptime;cat /etc/redhat-release
>>> Wed Dec 31 19:05:44 EST 1969
>>> Linux localhost 3.18.7-v7+ #755 SMP PREEMPT Thu Feb 12 17:20:48 GMT 2015
>>> armv7l armv7l armv7l GNU/Linux
>>>  19:05:44 up 5 min,  2 users,  load average: 0.31, 0.30, 0.14
>>> Red Sleeve Enterprise Linux release 6 (Leap)
>>> [root@localhost ~]# cat /proc/cpuinfo
>>> processor       : 0
>>> model name      : ARMv7 Processor rev 5 (v7l)
>>> BogoMIPS        : 38.40
>>> Features        : half thumb fastmult vfp edsp neon vfpv3 tls vfpv4
>>> idiva idivt vfpd32 lpae evtstrm
>>> CPU implementer : 0x41
>>> CPU architecture: 7
>>> CPU variant     : 0x0
>>> CPU part        : 0xc07
>>> CPU revision    : 5
>>>
>>>  processor       : 1
>>> model name      : ARMv7 Processor rev 5 (v7l)
>>> BogoMIPS        : 38.40
>>> Features        : half thumb fastmult vfp edsp neon vfpv3 tls vfpv4
>>> idiva idivt vfpd32 lpae evtstrm
>>> CPU implementer : 0x41
>>> CPU architecture: 7
>>> CPU variant     : 0x0
>>> CPU part        : 0xc07
>>> CPU revision    : 5
>>>
>>>  processor       : 2
>>> model name      : ARMv7 Processor rev 5 (v7l)
>>> BogoMIPS        : 38.40
>>> Features        : half thumb fastmult vfp edsp neon vfpv3 tls vfpv4
>>> idiva idivt vfpd32 lpae evtstrm
>>> CPU implementer : 0x41
>>> CPU architecture: 7
>>> CPU variant     : 0x0
>>> CPU part        : 0xc07
>>> CPU revision    : 5
>>>
>>>  processor       : 3
>>> model name      : ARMv7 Processor rev 5 (v7l)
>>> BogoMIPS        : 38.40
>>> Features        : half thumb fastmult vfp edsp neon vfpv3 tls vfpv4
>>> idiva idivt vfpd32 lpae evtstrm
>>> CPU implementer : 0x41
>>> CPU architecture: 7
>>> CPU variant     : 0x0
>>> CPU part        : 0xc07
>>> CPU revision    : 5
>>>
>>>  Hardware        : BCM2709
>>> Revision        : a21041
>>> Serial          : 00000000a7e72f91
>>>
>>>  It did complain about missing module from /lib/module, I guess I need
>>> to fix that too.
>>>
>>>  Anything else that I need to lookout for, all advices are very much
>>> appreciated.
>>>
>>>
>>>  Regards
>>>
>>>  Maulvi
>>>
>>> On Sun, Feb 15, 2015 at 12:20 PM, Robert Moskowitz <[email protected]>
>>> wrote:
>>>
>>>>  Perhaps follow what I did for armv7 CUbies at:
>>>>
>>>> http://cdn.opensxce.org/redsleeve/el6/cubieboard2/
>>>>
>>>> But instead of the Fedora 19 kernel, look at the work being posted on
>>>> the Fedora-arm list to get Fedora 21 working on the Raspberry Pi 2.  Take
>>>> that kernel, then follow what I did and you could well be on your way.
>>>> Though the Fedora 22 beta might even be a better uboot and kernel to work
>>>> with.
>>>>
>>>>
>>>>
>>>> On 02/14/2015 05:43 AM, Jacco Ligthart wrote:
>>>>
>>>> Hi Maulvi,
>>>>
>>>> the colourful boot-up screen is (at least at model B(+)) a sign that
>>>> the device did not understand the kernel. looking at the official raspi
>>>> github I see that model 2 support has been added 12 days ago (
>>>> https://github.com/raspberrypi/firmware/commits/master)
>>>>
>>>> The kernel on that image is not that new, so I'm not really surprised
>>>> that it doesn't work.
>>>>
>>>> from here I can see two courses of action:
>>>> 1) download the latest kernel (
>>>> https://github.com/raspberrypi/firmware/archive/master.zip) and copy
>>>> the relevant parts (most stuff under /boot and /modules) to your SD and see
>>>> if that boots.
>>>> 2) wait a bit :). My Pi model 2 is due to arrive early next week. Work
>>>> permitting I will probably update the image with the new kernel somewhere
>>>> in the coming 2 two weeks.
>>>>
>>>> The new kernel is quite a bit newer. It went from a 3.12.x to 3.18.x I
>>>> don't yet know the impact of that on the rest of the system. I also read a
>>>> bit about "device tree overlays" and some people were a bit confused about
>>>> that.
>>>> Point being that I'd like your input if you manage to get the new
>>>> kernel working.
>>>>
>>>> Jacco
>>>>
>>>> On 02/14/2015 11:11 AM, Maulvi Bakar wrote:
>>>>
>>>> Hello
>>>>
>>>>  I got the Raspberry Pi 2 and after dd-flashing the
>>>> 'raspi-v2-redsleeve-cli-0.6.img.xz' image successfully to a MicroSD card,
>>>> the device stucks at the colourfu boot-up screen.
>>>>
>>>>  The Red LED was on, the Green LED was also on but for a brief second
>>>> or so before switching off and remain so.
>>>>
>>>>  Any help is very much appreciate.
>>>>
>>>>
>>>>  Regards
>>>>
>>>>  Maulvi
>>>>
>>>>
>>>> On Sun, Dec 21, 2014 at 6:23 AM, Jacco Ligthart <[email protected]>
>>>> wrote:
>>>>
>>>>> Hi All,
>>>>>
>>>>> Today I got my Raspberry model B+. It did not directly play nice with
>>>>> the 0.5 image, no video out. I remembered I saw something regarding
>>>>> this
>>>>> on the raspberry firmware git commits, so I tried a new kernel: that
>>>>> worked!
>>>>>
>>>>> I found this a good reason for a new image:
>>>>> raspi-v2-redsleeve-cli-0.6.img.xz
>>>>>
>>>>> which can of course be downloaded from here:
>>>>> http://cdn.opensxce.org/redsleeve/el6/rootfs/
>>>>>
>>>>> Enjoy,
>>>>>
>>>>> Jacco
>>>>> _______________________________________________
>>>>> users mailing list
>>>>> [email protected]
>>>>> http://lists.redsleeve.org/mailman/listinfo/users
>>>>>
>>>>
>>>>
>>>>
>>>> _______________________________________________
>>>> users mailing 
>>>> [email protected]http://lists.redsleeve.org/mailman/listinfo/users
>>>>
>>>>
>>>>
>>>>
>>>> _______________________________________________
>>>> users mailing 
>>>> [email protected]http://lists.redsleeve.org/mailman/listinfo/users
>>>>
>>>>
>>>>
>>>> _______________________________________________
>>>> users mailing list
>>>> [email protected]
>>>> http://lists.redsleeve.org/mailman/listinfo/users
>>>>
>>>>
>>>
>>>
>>> _______________________________________________
>>> users mailing 
>>> [email protected]http://lists.redsleeve.org/mailman/listinfo/users
>>>
>>>
>>>
>>>
>>> _______________________________________________
>>> users mailing 
>>> [email protected]http://lists.redsleeve.org/mailman/listinfo/users
>>>
>>>
>>>
>>> _______________________________________________
>>> users mailing list
>>> [email protected]
>>> http://lists.redsleeve.org/mailman/listinfo/users
>>>
>>>
>>
>> _______________________________________________
>> users mailing list
>> [email protected]
>> http://lists.redsleeve.org/mailman/listinfo/users
>>
>>
>
>
>  --
> --Mark
>
>
> _______________________________________________
> users mailing 
> [email protected]http://lists.redsleeve.org/mailman/listinfo/users
>
>
>
> _______________________________________________
> users mailing list
> [email protected]
> http://lists.redsleeve.org/mailman/listinfo/users
>
>


-- 
--Mark
_______________________________________________
users mailing list
[email protected]
http://lists.redsleeve.org/mailman/listinfo/users

Reply via email to