[Arm-dev] Work in progress ARM v7 port

Wed Feb 18 23:13:10 UTC 2015
Manuel Wolfshant <wolfy at nobugconsulting.ro>

On 02/18/2015 08:25 PM, Fabian Arrotin wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> On 18/02/15 19:15, Robert Moskowitz wrote:
>> On 02/18/2015 12:37 PM, Karanbir Singh wrote:
>>> On 02/18/2015 04:31 PM, Robert Moskowitz wrote:
>>>>> I did this for the Cubieboards and Redsleeve 6.  You can see
>>>>> my work at:
>>> The cubie's should be ARMv7
>>>
>> that they are.  Allwinner A20s.
>>
>> I suspect that any F19 remix can be taken and made as a base for
>> RSEL6. Which is valuable and interesting.  It will hold me until I
>> have Centos7-arm (I trust).
>
> Yes, which is why it's now confusing me, as I was talking about Raspi
> 1, which isn't ARMv7, but (as Redsleeve 6 is, and currently running on
> one of my raspi1, a mix of armv5tel and armv6l packages)
>
> Don't think that there are F19 images that can be used for Raspi 1

I do not remember of such a beast either, but this should work for 
bootstrap purposes:

[root at bug ~]# rpm -qa \*release\*
pidora-release-20-8.rpfr20.noarch
raspberrypi-release-notes-0.2-6.rpfr20.noarch

[root at bug ~]# cat /proc/cpuinfo
processor       : 0
model name      : ARMv6-compatible processor rev 7 (v6l)
Features        : swp half thumb fastmult vfp edsp java tls
CPU implementer : 0x41
CPU architecture: 7
CPU variant     : 0x0
CPU part        : 0xb76
CPU revision    : 7

Hardware        : BCM2708
Revision        : 0010
Serial          : 000000008fce93f3

PS: I advise against using the above Pidora version for real "server" 
tasks. It lacks updates and I will most probably ditch it.