Solidrun CuBox (solidrun-cubox): Difference between revisions
Appearance
LongnoseRob (talk | contribs) update unix-bench data and other small edits |
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. | | 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 = | | 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 = | | 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: | * HDMI: investigate to get working | ||
* | * SPDIF/TOSLink (audio-out): investigate to get working | ||
* ESATA: | * 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 | * 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] | ||
Latest revision as of 11:59, 1 February 2025
![]() 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 |
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 |
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.
This device is based on the Armada 510. See the SoC page for common tips, guides and troubleshooting steps |
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
- LongnoseRob (Notes: mainline, used for NAS w/ eSATA)
See also
- pmaports!5600 Initial merge request
- Device package
- Kernel package
- Wikipedia - CuBox