Welcome, Guest |
You have to register before you can post on our site.
|
Forum Statistics |
» Members: 29,554
» Latest member: Toni
» Forum threads: 16,210
» Forum posts: 116,958
Full Statistics
|
Latest Threads |
Default password for KDE ...
Forum: General Discussion on PinePhone
Last Post: Toni
3 hours ago
» Replies: 0
» Views: 69
|
My Phone stopped making a...
Forum: PinePhone Hardware
Last Post: tracyanne
6 hours ago
» Replies: 0
» Views: 213
|
StarPro64 Irradium (based...
Forum: Getting Started
Last Post: mara
8 hours ago
» Replies: 9
» Views: 2,757
|
Cannot flash the firmware
Forum: Mobian on PinePhone
Last Post: anonymous
9 hours ago
» Replies: 0
» Views: 290
|
Why projects like PinePho...
Forum: General Discussion on PinePhone
Last Post: zetabeta
Today, 12:53 AM
» Replies: 7
» Views: 6,607
|
Can use PlayStation on Pi...
Forum: General Discussion on PinePhone
Last Post: ChaiLetters
Yesterday, 12:30 AM
» Replies: 7
» Views: 8,141
|
Brand new sealed Pinetime...
Forum: General Discussion on PineTime
Last Post: elver
09-10-2025, 06:41 AM
» Replies: 0
» Views: 2,497
|
Call recording?
Forum: PinePhone Pro Software
Last Post: biketool
09-09-2025, 04:14 AM
» Replies: 7
» Views: 9,101
|
Thoughts after a year wit...
Forum: General Discussion on Pinebook Pro
Last Post: Frank23t
09-08-2025, 10:30 PM
» Replies: 4
» Views: 4,398
|
more mobile linux on redd...
Forum: General Discussion on PinePhone
Last Post: biketool
09-08-2025, 12:03 PM
» Replies: 2
» Views: 3,874
|
|
|
Clusterboard startup issues |
Posted by: WhiteDragon - 05-05-2019, 03:32 PM - Forum: Clusterboard
- Replies (10)
|
 |
Hey Guys and Gals,
So I recently acquired a Clusterboard and wanted to take it for a spin. But no luck so far...
When I tried to start it with a single SoPine inserted nothing happened, so - dismayed - I tried another one and got a response: The lights went on and I got approximately three seconds of Christmas Tree Action. After that: Nothing...
After reading on this Forum I tried a Xenial 3.10 Build and now I get at least a heartbeat on the SoPine I inserted! But still no lights on the switch. Not even a status light on the RJ45 Socket...
Now I am worried that the board might be fried.
Do you have any ideas?
(I'm still waiting for a USB/UART Adapter. Tried it with a DIY Arduino Thingy but that did not work. No UART Signal so far, or none detectable by the Arduino.)
|
|
|
LCD Troubleshooting Help |
Posted by: k0mxl - 05-05-2019, 12:57 PM - Forum: LCD and Touch Panel
- Replies (1)
|
 |
I have been trying to get a Pine64 touchscreen LCD working with my A64+ 1 GB board and have about given up.
Apparently I'm not using the correct terms to search the forums or something, because in my quest to RTFM, I can't even FIND TFM, so I'm going to try the direct approach.
In order to determine whether I'm dealing with a hardware issue (i.e. the LCD itself, or the connections), or a software / OS issue, I'd appreciate it if someone would please answer the following questions:
How do I determine if the LCD is connected properly? I see no activity - not even the backlight - during boot.
Are there voltages that can be measured with a DVOM on the ribbon connector that will tell me if the LCD is receiving power from the board?
Should I be seeing some indication of the LCD being detected in dmesg if booting Armbian?
Is there a current image that automatically detects and supports the LCD with or without touchscreen?
Put another way, what current images - of any type, Linux, Android, or other - support the LCD with little or no tweaking required?
I've tried the most recent Armbian Linux images, editing armbianEnv.txt as directed, and I've tried what I think are the most current Android 7 and 6 images but I'm not sure I've made the correct changes in the (name escapes me at the moment) config file.
Constructive suggestions and help appreciated...flames can be directed to /dev/null.
Thank you.
|
|
|
ffmpeg for x264 encoding |
Posted by: klode - 05-04-2019, 11:31 PM - Forum: Armbian
- Replies (2)
|
 |
I'm working on use my Pine64 RevB (2016) with 2Gb RAM, and armbian distro installed, for x264 encodings.
I'm using this command:
Code: ffmpeg -i video_in.mkv \
-loglevel error -stats -an -vcodec libx264 -b:v 3500k -preset:v slow -profile:v high -tune:v film \
-aspect 16:9 -vf scale=w=1280:h=720 -threads 1 -cpu-used 1 -f rawvideo -passlogfile \
video_out.mkv -pass 1 -y /dev/null
using the 2-pass encoding method. In this case, I got 2.7 fps on analysis. If I use:
Code: -threads 3 -cpu-used 1
i got about 4.5 fps.
I've found another ffmpeg compiled for AllWinner H3 processor. May I use this?
The configuration of my ffmpeg is:
Code: ffmpeg version 2.8.15-0ubuntu0.16.04.1 Copyright (c) 2000-2018 the FFmpeg developers
built with gcc 5.4.0 (Ubuntu/Linaro 5.4.0-6ubuntu1~16.04.10) 20160609
configuration: --prefix=/usr --extra-version=0ubuntu0.16.04.1 --build-suffix=-ffmpeg \
--toolchain=hardened --libdir=/usr/lib/aarch64-linux-gnu --incdir=/usr/include/aarch64-linux-gnu \
--cc=cc --cxx=g++ --enable-gpl --enable-shared --disable-stripping --disable-decoder=libopenjpeg \
--disable-decoder=libschroedinger --enable-avresample --enable-avisynth --enable-gnutls --enable-ladspa \
--enable-libass --enable-libbluray --enable-libbs2b --enable-libcaca --enable-libcdio --enable-libflite \
--enable-libfontconfig --enable-libfreetype --enable-libfribidi --enable-libgme --enable-libgsm \
--enable-libmodplug --enable-libmp3lame --enable-libopenjpeg --enable-libopus --enable-libpulse \
--enable-librtmp --enable-libschroedinger --enable-libshine --enable-libsnappy --enable-libsoxr \
--enable-libspeex --enable-libssh --enable-libtheora --enable-libtwolame --enable-libvorbis \
--enable-libvpx --enable-libwavpack --enable-libwebp --enable-libx265 --enable-libxvid --enable-libzvbi \
--enable-openal --enable-opengl --enable-x11grab --enable-libdc1394 --enable-libiec61883 --enable-libzmq \
--enable-frei0r --enable-libx264 --enable-libopencv
libavutil 54. 31.100 / 54. 31.100
libavcodec 56. 60.100 / 56. 60.100
libavformat 56. 40.101 / 56. 40.101
libavdevice 56. 4.100 / 56. 4.100
libavfilter 5. 40.101 / 5. 40.101
libavresample 2. 1. 0 / 2. 1. 0
libswscale 3. 1.101 / 3. 1.101
libswresample 1. 2.101 / 1. 2.101
libpostproc 53. 3.100 / 53. 3.100
I wish in your help. You are my last hope.
|
|
|
Rock64 LCD compatibility for linux. |
Posted by: AmroIb - 05-04-2019, 09:09 PM - Forum: General Discussion on ROCK64
- No Replies
|
 |
Hello,
I searched a ton before posting but I cloud not find definite answer. Most LCDs won't work with rock64 but a solution is HDMI Switch like these here. Most other displays will not work.
Is there any LCD display that definitely work on rock64 ?
Will this product work ? since it use usb+hdmi here.
I'm fairly new rock64 is my first single computer board.
|
|
|
Help with getting a Marvell 9230 to work |
Posted by: epoliqui - 05-04-2019, 09:43 AM - Forum: RockPro64 Hardware and Accessories
- Replies (9)
|
 |
Hey all,
I recently got a RockPro64 and installed the Armbian Desktop image to it.
I want to use this as a NAS, so I bought a iocrest marvell 9230 sata card (non raid) but I'm not sure about how I get it to work. Are there any drivers or settings I need to change? None of the drives I'm plugging into it are being read. Right now when I type lspci into the terminal I get this
Quote:01:00.0 SATA controller: Marvell Technology Group Ltd. 88SE9230 PCIe SATA 6Gb/s Controller (rev 11)
and when I try to get more info using lspci -vvv I get
Quote:root@localhost:~# lspci -vvv
00:00.0 PCI bridge: Device 1d87:0100 (prog-if 00 [Normal decode])
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0
Interrupt: pin A routed to IRQ 244
Bus: primary=00, secondary=01, subordinate=01, sec-latency=0
I/O behind bridge: 00000000-00000fff
Memory behind bridge: fa000000-fa0fffff
Prefetchable memory behind bridge: 00000000-000fffff
Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR-
BridgeCtl: Parity- SERR- NoISA- VGA- MAbort- >Reset- FastB2B-
PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
Capabilities: [80] Power Management version 3
Flags: PMEClk- DSI- D1+ D2- AuxCurrent=0mA PME(D0+,D1+,D2-,D3hot+,D3cold-)
Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
Capabilities: [90] MSI: Enable+ Count=1/1 Maskable+ 64bit+
Address: 00000000fee30040 Data: 0000
Masking: 00000000 Pending: 00000000
Capabilities: [b0] MSI-X: Enable- Count=1 Masked-
Vector table: BAR=0 offset=00000000
PBA: BAR=0 offset=00000008
Capabilities: [c0] Express (v2) Root Port (Slot+), MSI 00
DevCap: MaxPayload 256 bytes, PhantFunc 0
ExtTag- RBE+
DevCtl: Report errors: Correctable+ Non-Fatal+ Fatal+ Unsupported+
RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop+
MaxPayload 128 bytes, MaxReadReq 512 bytes
DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
LnkCap: Port #0, Speed 5GT/s, Width x4, ASPM L1, Exit Latency L0s <256ns, L1 <8us
ClockPM- Surprise- LLActRep- BwNot+ ASPMOptComp+
LnkCtl: ASPM Disabled; RCB 128 bytes Disabled- CommClk+
ExtSynch- ClockPM- AutWidDis- BWInt+ AutBWInt+
LnkSta: Speed 2.5GT/s, Width x1, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
SltCap: AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surprise-
Slot #0, PowerLimit 0.000W; Interlock- NoCompl-
SltCtl: Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq- LinkChg-
Control: AttnInd Off, PwrInd Off, Power+ Interlock-
SltSta: Status: AttnBtn- PowerFlt- MRL+ CmdCplt- PresDet- Interlock-
Changed: MRL- PresDet- LinkState-
RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna+ CRSVisible-
RootCap: CRSVisible-
RootSta: PME ReqID 0000, PMEStatus- PMEPending-
DevCap2: Completion Timeout: Range B, TimeoutDis+, LTR+, OBFF Via message ARIFwd+
DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR-, OBFF Disabled ARIFwd-
LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-
Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
Compliance De-emphasis: -6dB
LnkSta2: Current De-emphasis Level: -3.5dB, EqualizationComplete-, EqualizationPhase1-
EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
Capabilities: [100 v2] Advanced Error Reporting
UESta: DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
UEMsk: DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
UESvrt: DLP+ SDES+ TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
CESta: RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr-
CEMsk: RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
AERCap: First Error Pointer: 00, GenCap+ CGenEn- ChkCap+ ChkEn-
Capabilities: [274 v1] Transaction Processing Hints
Interrupt vector mode supported
Device specific mode supported
Steering table in TPH capability structure
Kernel driver in use: pcieport
01:00.0 SATA controller: Marvell Technology Group Ltd. 88SE9230 PCIe SATA 6Gb/s Controller (rev 11) (prog-if 01 [AHCI 1.0])
Subsystem: Marvell Technology Group Ltd. 88SE9230 PCIe SATA 6Gb/s Controller
Control: I/O+ Mem+ BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Interrupt: pin A routed to IRQ 243
Region 0: I/O ports at 0000
Region 1: I/O ports at 0000
Region 2: I/O ports at 0000
Region 3: I/O ports at 0000
Region 4: I/O ports at 0000
Region 5: Memory at fa040000 (32-bit, non-prefetchable) [size=2K]
Expansion ROM at fa000000 [size=256K]
Capabilities: [40] Power Management version 3
Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot+,D3cold-)
Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
Capabilities: [50] MSI: Enable- Count=1/1 Maskable- 64bit-
Address: fee30040 Data: 0000
Capabilities: [70] Express (v2) Legacy Endpoint, MSI 00
DevCap: MaxPayload 512 bytes, PhantFunc 0, Latency L0s <1us, L1 <8us
ExtTag- AttnBtn- AttnInd- PwrInd- RBE+ FLReset-
DevCtl: Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop-
MaxPayload 128 bytes, MaxReadReq 512 bytes
DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
LnkCap: Port #0, Speed 5GT/s, Width x2, ASPM L0s L1, Exit Latency L0s <512ns, L1 <64us
ClockPM- Surprise- LLActRep- BwNot- ASPMOptComp-
LnkCtl: ASPM Disabled; RCB 64 bytes Disabled- CommClk+
ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
LnkSta: Speed 2.5GT/s, Width x1, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
DevCap2: Completion Timeout: Not Supported, TimeoutDis+, LTR-, OBFF Not Supported
DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR-, OBFF Disabled
LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance- SpeedDis-
Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
Compliance De-emphasis: -6dB
LnkSta2: Current De-emphasis Level: -3.5dB, EqualizationComplete-, EqualizationPhase1-
EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
Capabilities: [e0] SATA HBA v0.0 BAR4 Offset=00000004
Capabilities: [100 v1] Advanced Error Reporting
UESta: DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
UEMsk: DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
UESvrt: DLP+ SDES+ TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
CESta: RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr-
CEMsk: RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
AERCap: First Error Pointer: 00, GenCap- CGenEn- ChkCap- ChkEn-
I'm seeing malfunctions and errors but I really don't know what they mean.
Any help would be super appreciated!
|
|
|
Marvell 88SE9235 PCI SATA card in LibreELEC |
Posted by: StefanRvO - 05-04-2019, 06:51 AM - Forum: Linux on RockPro64
- Replies (6)
|
 |
Hi
I have a Marvell 88SE9235 SATA PCI card(https://www.aliexpress.com/item/SATA-III...06828.html) attached to my ROCKPRO64 which i would like to use together with LibreELEC. However, drivers plugged into the card doesn't show up, so i think i may be missing some drivers.
I am running the latest LibreELEC build. with kernel 4.4.154.
I was previously running ayufan's ubuntu build, but couldn't get video acceleration to work in kodi, so i switched to LibreELEC where it seems to work without problems. However, my disks did show up when i ran Ubuntu, which makes me think it is probably a problem with the kernel drivers.
I actually tried compilling kodi myself, and set these extra kernel build options. However it did not seem to make any difference:
CONFIG_ARCH_MV78XX0=y
CONFIG_ARCH_DOVE=y
CONFIG_SATA_MV=y
CONFIG_SCSI_MVSAS=y
CONFIG_MACH_RD78X00_MASA=y
CONFIG_MARVELL_PHY=y
CONFIG_RAID_ATTRS=y
CONFIG_SCSI_NETLINK=y
CONFIG_SCSI_MQ_DEFAULT=y
If anybody have any ideas to what i might be missing to get the SATA card working?
Regards
Stefan
|
|
|
[SOLVED] Pinebook stopped to charge |
Posted by: UltraBloxX - 05-04-2019, 03:22 AM - Forum: Pinebook Hardware and Accessories
- Replies (7)
|
 |
Hello!
My Pinebook was working just fine, but yesterday it has stopped to charge. That is, when I plugged it in - it appears to detect charger plugged in, but battery is not charged and LED near power socket doesn't light up.
Battery is not undercharged and in fact, there's still 26% as I type this message. According to XFCE power manager in Armbian, the battery is "discharging", and at same time, AC power supply is detected. From the charge level, it seems that Pinebook runs mostly from AC power and battery depletes much slower than usual. But I'm puzzled, why doesn't it charge. Battery voltage is around 3.8-3.7V, so it's nowhere close to be "flat", and PMIC should detect and charge it. I still opened bottom cover and tried to detach and reattach battery connector, but nothing seems to have changed.
Here's upower -d dump:
Code: $ upower -d
Device: /org/freedesktop/UPower/devices/line_power_axp813_ac
native-path: axp813-ac
power supply: yes
updated: Sat 04 May 2019 12:00:19 PM MSK (830 seconds ago)
has history: no
has statistics: no
line-power
warning-level: none
online: yes
icon-name: 'ac-adapter-symbolic'
Device: /org/freedesktop/UPower/devices/battery_axp20x_battery
native-path: axp20x-battery
power supply: yes
updated: Sat 04 May 2019 12:12:20 PM MSK (109 seconds ago)
has history: yes
has statistics: yes
battery
present: yes
rechargeable: yes
state: discharging
warning-level: none
energy: 0 Wh
energy-empty: 0 Wh
energy-full: 0 Wh
energy-full-design: 0 Wh
energy-rate: 0 W
voltage: 3.721 V
percentage: 26%
capacity: 100%
icon-name: 'battery-low-symbolic'
Device: /org/freedesktop/UPower/devices/DisplayDevice
power supply: yes
updated: Sat 04 May 2019 12:00:19 PM MSK (830 seconds ago)
has history: no
has statistics: no
battery
present: yes
state: discharging
warning-level: none
energy: 0 Wh
energy-full: 0 Wh
energy-rate: 0 W
percentage: 26%
icon-name: 'battery-low-symbolic'
Daemon:
daemon-version: 0.99.4
on-battery: no
lid-is-closed: no
lid-is-present: yes
critical-action: PowerOff
|
|
|
|