Jump to content

Solidrun CuBox (solidrun-cubox): Difference between revisions

From postmarketOS Wiki
update unix-bench data and other small edits
Halamix2 (talk | contribs)
mNo edit summary
 
(9 intermediate revisions by 2 users not shown)
Line 10: Line 10:
| originalsoftware = Ubuntu  
| originalsoftware = Ubuntu  
| originalversion = 10.04
| originalversion = 10.04
| pmoskernel = 6.10.10
| pmoskernel = 6.11.5
| chipset = Marvell Armada 510 (88AP510)
| chipset = Marvell Armada 510 (88AP510)
| cpu = Marvell Sheeva @ 800 MHz
| cpu = Marvell Sheeva @ 800 MHz
Line 26: Line 26:
| status_touch = -  
| status_touch = -  
| status_screen = - <!-- The display is working? -->
| status_screen = - <!-- The display is working? -->
| status_3d = N <!-- Hardware accelerated 3D graphics (e.g. with freedreno) -->
| status_3d = Y <!-- Hardware accelerated 3D graphics (e.g. with freedreno) -->
| status_emmc = - <!-- Internal storage can be accessed? -->
| status_emmc = - <!-- Internal storage can be accessed? -->
| status_wifi = - <!-- Wireless network works? -->
| status_wifi = - <!-- Wireless network works? -->
Line 62: Line 62:
| status_fossbootloader = P
| status_fossbootloader = P
| status_haptics = -
| status_haptics = -
 
| status_sata = Y


| status_uboot = Y
| status_uboot = Y
Line 72: Line 72:
| status_uboot_usbhost = Y
| status_uboot_usbhost = Y
| status_uboot_usbperipheral = Y
| status_uboot_usbperipheral = Y
| status_uboot_screen = Y
| status_uboot_screen = -
| status_uboot_keyboard = -
| status_uboot_keyboard = -
| status_uboot_buttons = -
| status_uboot_buttons = -
| booting = yes <!-- The device is booting at all, can be yes/no *IMPORTANT* -->
| booting = yes <!-- The device is booting at all, can be yes/no *IMPORTANT* -->
| status = "WIP, based on mainline kernel"<!-- Text displayed in the "not booting" table on the Devices page , e.g "kernel compiles, doesn't boot" -->
| status = "WIP, based on mainline kernel"<!-- Text displayed in the "not booting" table on the Devices page , e.g "kernel compiles, doesn't boot" -->
}}
}}


The Solidrun CuBox is the first in a series  of small and fanless nettop-class computers manufactured by the Israeli company SolidRun Ltd.  
The Solidrun CuBox is the first in a series  of small and fanless nettop-class computers manufactured by the Israeli company SolidRun Ltd.  
Line 84: Line 84:
This port covers the [[Marvell Armada 510 (88AP510)]] based first revision.  
This port covers the [[Marvell Armada 510 (88AP510)]] based first revision.  


 
{{Based on SoC|Marvell Armada 510 (88AP510)|Armada 510}}


== Installation ==
== Installation ==
Use [[pmbootstrap]] to build your own installation image, install to sd is currently the only option.
Use [[pmbootstrap]] to build your own installation image, install to sd-card is currently the only option.


<syntaxhighlight lang="shell-session">
<syntaxhighlight lang="shell-session">
$ pmbootstrap init
$ pmbootstrap init
# select solidrun, cubox
# select edge, solidrun, cubox
$ pmbootstrap install --disk /dev/sdX
$ pmbootstrap install --disk /dev/sdX
</syntaxhighlight>
</syntaxhighlight>
Line 98: Line 98:


== TODO ==
== TODO ==
* HDMI: dovefb has not been mainlined, patches were submitted to the LKML but never merged
* HDMI: investigate to get working
* TOSLINK (audio-out): investigate to get working
* SPDIF/TOSLink (audio-out): investigate to get working
* ESATA: test
* ESATA: tested, works when <pre>CONFIG_SATA_MV=m</pre> is set in kernel config, needs to be added to latest pmaports config.
* Kernel: optimize config (community-config check passes, could still need optimization for auxilliary modules)
* Kernel: optimize config (community-config check passes, could still need optimization for auxiliary modules)


== Contributors ==
== Contributors ==
Line 115: Line 115:
== See also ==
== See also ==
* {{MR|5600|pmaports}} Initial merge request
* {{MR|5600|pmaports}} Initial merge request
* {{Device package|solidrun-cubox}}
* {{Kernel package|postmarketos-marvell}}
* [https://en.wikipedia.org/wiki/CuBox Wikipedia - CuBox]
* [https://en.wikipedia.org/wiki/CuBox Wikipedia - CuBox]
<!--
If you manage to get your device packages merged, uncomment links below and change DEVICE_CODENAME with the actual one.
* {{Device package|DEVICE_CODENAME}}
* {{Kernel package|DEVICE_CODENAME}}
-->

Latest revision as of 11:59, 1 February 2025

Solidrun CuBox
CuBox on Desk (note the size compared to the connector)
CuBox on Desk (note the size compared to the connector)
Manufacturer Solidrun
Name CuBox
Codename solidrun-cubox
Model cubox
Released 2011
Type embedded
Hardware
Chipset Marvell Armada 510 (88AP510)
CPU Marvell Sheeva @ 800 MHz
GPU Vivante
Display none
Storage none
Memory 1 GB
Architecture armv7
Software
Original software Ubuntu
Original version 10.04
FOSS bootloader partial
postmarketOS
Category testing
Pre-built images no
Mainline yes
postmarketOS kernel 6.11.5
Unixbench Whet/Dhry score 118.5
Features
SD card
Works
Multimedia
3D Acceleration
Works
Audio
Partial
IR RX
Partial
Connectivity
Ethernet
Works
Miscellaneous
USB-A
Works
SATA/eSATA
Works
HDMI/DP
Partial
U-Boot
Primary Bootloader
Works
Secondary Bootloader
Works
Mainline
Broken
Internal Storage
Works
SD card
Works
USB Host
Works
USB Peripheral
Works


The Solidrun CuBox is the first in a series of small and fanless nettop-class computers manufactured by the Israeli company SolidRun Ltd.

This port covers the Marvell Armada 510 (88AP510) based first revision.

Installation

Use pmbootstrap to build your own installation image, install to sd-card is currently the only option.

$ pmbootstrap init
# select edge, solidrun, cubox
$ pmbootstrap install --disk /dev/sdX

Note: installation to USB-memory or HDD should also be possible, but would require a modified `boot.src`

TODO

  • HDMI: investigate to get working
  • SPDIF/TOSLink (audio-out): investigate to get working
  • ESATA: tested, works when
    CONFIG_SATA_MV=m
    is set in kernel config, needs to be added to latest pmaports config.
  • Kernel: optimize config (community-config check passes, could still need optimization for auxiliary modules)

Contributors

  • Longnoserob

Users owning this device


See also