On Mar 28, 2018, at 2:22 AM, Rick Thomas <[email protected]> wrote:
>> What filesystems do you use? Do you use any (para)virtualization? What
>> about addon hardware that you have? Any USB dongles? Anything that you
>> can think of? Sound?
>>
>> Do you use NFS? (I do) What kind of compressed ramdisk do you use? The
>> loaded modules that you have with lsmod would be nice to know.
>
Filesystems: ext2 and ext4
Vitrualization: Nope. These are way too small for anything fancy like that.
Addon hardware:
USB2 ports useful for disk and/or flash drives and other stuff (I don’t
do the “other stuff” myself but I suppose there are folks who might).
They have 1000BaseT ports. Two ports on the OpenRD Client, one on the
SheevaPlug.
They each have a mini-USB serial port that they use for serial console.
The Client has a headphone jack. I’ve used it in the past for
listening to streaming radio. The SheevaPlug has no audio i/o.
Both machines have SD-card slots that can be used in booting or as aux
data storage.
Both get their uboot from mtd, not mmc, so updating uboot requires
re-flashing.
The Client has 512MB RAM. The SheevaPlug has the same.
CPU info for SheevaPlug —
> root@sheeva:~# cat /proc/cpuinfo
> processor : 0
> model name : Feroceon 88FR131 rev 1 (v5l)
> BogoMIPS : 1185.79
> Features : swp half thumb fastmult edsp
> CPU implementer : 0x56
> CPU architecture: 5TE
> CPU variant : 0x2
> CPU part : 0x131
> CPU revision : 1
>
> Hardware : Marvell Kirkwood (Flattened Device Tree)
> Revision : 0000
> Serial : 0000000000000000
CPU info for OpenRD Client —
> rbthomas@client:~$ cat /proc/cpuinfo
> processor : 0
> model name : Feroceon 88FR131 rev 1 (v5l)
> BogoMIPS : 1191.93
> Features : swp half thumb fastmult edsp
> CPU implementer : 0x56
> CPU architecture: 5TE
> CPU variant : 0x2
> CPU part : 0x131
> CPU revision : 1
>
> Hardware : Marvell Kirkwood (Flattened Device Tree)
> Revision : 0000
> Serial : 0000000000000000
Uboot details on SheevaPlug —
> U-Boot 2016.01-rc3+dfsg1-3 (Jan 02 2016 - 23:19:11 +0000)
> Marvell-Sheevaplug
>
> SoC: Kirkwood 88F6281_A0
> DRAM: 512 MiB (ECC not enabled)
> WARNING: Caches not enabled
> NAND: 512 MiB
> MMC: MVEBU_MMC: 0
> In: serial
> Out: serial
> Err: serial
> Net: egiga0
and on OpenRD Client —
> U-Boot 2016.11+dfsg1-4~20170308~1 (Mar 09 2017 - 01:27:49 +0000)
> OpenRD-Client
>
> SoC: Kirkwood 88F6281_A0
> DRAM: 512 MiB
> WARNING: Caches not enabled
> NAND: 512 MiB
> MMC: MVEBU_MMC: 0
> In: serial
> Out: serial
> Err: serial
> Net: egiga0, egiga1
>
I use the SheevaPlug as a backup DHCP/DNS server for my home network. The
Client is reserved for experimenting.
I don’t currently use NFS on either, but I have in the past.
I’m not sure what you mean by “What kind of compressed ramdisk do you use?”.
As a stab in the dark —
> rbthomas@client:~$ file /boot/initrd.img-4.9.0-6-marvell
> /boot/initrd.img-4.9.0-6-marvell: gzip compressed data, last modified: Sun
> Mar 4 14:29:43 2018, from Unix
and
> root@sheeva:~# file /boot/initrd.img-4.9.0-6-marvell
> /boot/initrd.img-4.9.0-6-marvell: gzip compressed data, last modified: Sat
> Mar 10 10:12:39 2018, from Unix
In other words, nothing fancy!
Does that help?
Rick