Welcome, Guest
You have to register before you can post on our site.

Username
  

Password
  





Search Forums



(Advanced Search)

Forum Statistics
» Members: 29,982
» Latest member: rbpatrick
» Forum threads: 16,335
» Forum posts: 117,444

Full Statistics

Latest Threads
Star64 Irradium (based on...
Forum: Getting Started
Last Post: mara
04-19-2026, 12:56 PM
» Replies: 13
» Views: 14,653
Pine Time dead
Forum: General Discussion on PineTime
Last Post: chris.burmajster
04-18-2026, 10:08 AM
» Replies: 0
» Views: 86
Booting Issues
Forum: PineNote Software
Last Post: vlagged
04-17-2026, 04:17 PM
» Replies: 24
» Views: 19,018
App launcher shows tiny i...
Forum: PineNote Software
Last Post: vlagged
04-17-2026, 04:12 PM
» Replies: 1
» Views: 1,053
Freezes and kernel panics...
Forum: Linux on RockPro64
Last Post: prahal
04-15-2026, 06:48 PM
» Replies: 4
» Views: 1,304
Looking for engineer for ...
Forum: PinePhone Pro Hardware
Last Post: Andrey_voce
04-06-2026, 08:44 AM
» Replies: 0
» Views: 239
StarPro64 Irradium (based...
Forum: Getting Started
Last Post: mara
04-05-2026, 03:03 AM
» Replies: 19
» Views: 9,034
Finally got Kali working ...
Forum: General Discussion on Pinebook Pro
Last Post: qingss0
04-04-2026, 08:00 AM
» Replies: 0
» Views: 344
Charging problem
Forum: General Discussion on Pinebook Pro
Last Post: RicTor
04-04-2026, 07:30 AM
» Replies: 0
» Views: 149
Latest firmware for PineP...
Forum: PinePhone Software
Last Post: baptx
04-03-2026, 08:37 AM
» Replies: 106
» Views: 218,361

 
  pinereader ?
Posted by: kaylios - 09-02-2019, 02:03 AM - Forum: General - Replies (4)

What is the chance to see in the future, a pinereader ? A reader like kindle or kobo ?
Theses screens are perfect for our eyes, to read books and theses devices have very long battery life.
Would love to see such devices in pine store  Cool


  Problems with maskrom OTG USB in Linux - Device not responding to setup address
Posted by: nutilius - 08-31-2019, 11:40 AM - Forum: RockPro64 Hardware and Accessories - No Replies

Hi everybody

I have problem with RockPro init in maskrom mode.
Whe I try to set MASKMODE - my Linux machine connected to OTG port observe new USB device but cannot initialize it. The messages are:

Aug 31 19:37:27 asx-comp kernel: [30550.996297] usb 1-2: new full-speed USB device number 84 using xhci_hcd
Aug 31 19:37:27 asx-comp kernel: [30551.596303] usb 1-2: new full-speed USB device number 85 using xhci_hcd
Aug 31 19:37:28 asx-comp kernel: [30552.068453] usb usb1-port2: attempt power cycle
Aug 31 19:37:28 asx-comp kernel: [30552.720388] usb 1-2: new full-speed USB device number 86 using xhci_hcd
Aug 31 19:37:28 asx-comp kernel: [30552.720605] usb 1-2: Device not responding to setup address.
Aug 31 19:37:29 asx-comp kernel: [30552.928404] usb 1-2: Device not responding to setup address.
Aug 31 19:37:29 asx-comp kernel: [30553.264219] usb 1-2: new full-speed USB device number 87 using xhci_hcd
Aug 31 19:37:29 asx-comp kernel: [30553.264411] usb 1-2: Device not responding to setup address.
Aug 31 19:37:29 asx-comp kernel: [30553.472295] usb 1-2: Device not responding to setup address.


I have got working USB device before but only one time. Yesterday I had the same situation - one time valid init and after reboot errors as above.
After night with dsiabled power first try todey - success but later it fails.

My bord is RockPro64 V2.1 2018-07-02 4GB
Linux - Debian 10 amd64

Does anybody have an idea what can be wrong?

Nutilius


  gstreamer unable to process dvbsrc from ATSC tuner dongle
Posted by: grkblood13 - 08-31-2019, 08:48 AM - Forum: Linux on Rock64 - Replies (1)

When I attempt to process a video stream from an OTA signal that I know is valid using gstreamer, gstreamer will just sit in an idle state. I can verify that the signal is getting captured from on the board because if I use the azap tool I can see the data.

I tried to use ayufan's ubuntu build originally but because I was getting some gstreamer errors it was suggested that I build gstreamer from source, which I did.

To do this I switched to a fresh load of armbian buster minimal 4.4 kernel linked here: https://dl.armbian.com/rock64/Debian_buster_default.7z

After that I put together this script to build gstreamer from source: https://gist.github.com/grkblood13/6dd93...e11bf687bd

After building, when I run gstreamer to capture the tuner output I get the following results:


Code:
root@rock64:/tmp# export GST_DEBUG=ts:6; gst-launch-1.0 -v dvbsrc frequency=503000000 delsys=atsc modulation=8vsb pids=49:52:3 ! fakesink
Setting pipeline to PAUSED ...
Pipeline is live and does not need PREROLL ...
Setting pipeline to PLAYING ...
/GstPipeline:pipeline0/GstDvbSrc:dvbsrc0.GstPad:src: caps = video/mpegts, mpegversion=(int)2, systemstream=(boolean)true
/GstPipeline:pipeline0/GstFakeSink:fakesink0.GstPad:sink: caps = video/mpegts, mpegversion=(int)2, systemstream=(boolean)true
New clock: GstSystemClock


It just sits there forever when I should be getting some type of output printed to the terminal. Can someone help me resolve this?


  NixOS image with panfrost
Posted by: Thra11 - 08-31-2019, 05:06 AM - Forum: Linux on RockPro64 - Replies (4)

I've recently installed NixOS on my RockPro64, and since I've got the panfrost driver working, I thought I'd create a bootable image so that people can give it a try with minimal effort. Simply download and extract the image here and write it to an sd-card or eMMC using your favourite disk image writing tool (The image is 4.7GB, so you'll probably need an 8GB or larger SD card/eMMC). It should boot and automatically log into the KDE plasma desktop. (user is called rockpro64, password rockpro64). It uses the 5.3 ayufan-rock64/linux-mainline-kernel. It takes a minute or two to boot, so you may wish to follow its progress via the UART if you can.

This image can be used as an installer: simply follow the instructions in the NixOS wiki to create /etc/nixos/configuration.nix and run nixos-rebuild. If you'd prefer to build your own image, RockPro64-specific information can be found here.


Note: Normally, NixOS fetches most packages from a binary cache. However, since this image uses a different version of mesa, anything which depends on mesa (basically any graphical application) will be built from source.


Question Pinebook Pro: confirmation of order
Posted by: gritibaenz - 08-31-2019, 04:27 AM - Forum: General Discussion on Pinebook Pro - Replies (2)

Hello,

luckily I got a coupon code after asking for it (btw excellent support from pinebook@pine64.org) and could order a Pinebook Pro.

I only received a confirmation from Paypal for the payment with an order code.
Is there no order confirmation sent to the customer by pine64?
What are your experiences?

Greeting Adrian


  0.9.14 Release: Ubuntu 18.04 with Mate & LXDE Desktop
Posted by: Luke - 08-30-2019, 09:32 AM - Forum: Linux on Pinebook Pro - Replies (86)

New OS images from @ayufan

Ubuntu 18.04 with a choice of Mate or LXDE for the Pinebook Pro now available

Download


  Release 0.9.14 Ubuntu Mate desktop, LXDE, OMV, Docker CE (container)
Posted by: Luke - 08-30-2019, 09:29 AM - Forum: Linux on RockPro64 - Replies (1)

New OS images from @ayufan including:

*Debian Minimal
*Ubuntu 18.04 minimal
*Ubuntu 18.04 LXDE
*Ubuntu 18.04 Container (Docker CE)
*Debian Stretch Minimal
*Debian Open Media Vault

Github Download


  Release 0.9.14 Ubuntu Mate desktop, LXDE, OMV, Docker CE (container)
Posted by: Luke - 08-30-2019, 09:27 AM - Forum: Linux on Rock64 - Replies (1)

New OS images from @ayufan including:

*Debian Minimal
*Ubuntu 18.04 minimal
*Ubuntu 18.04 LXDE
*Ubuntu 18.04 Container (Docker CE)
*Debian Stretch Minimal
*Debian Open Media Vault

Github Download


  Make it possible to develop android apps on Pinebook [Feature]
Posted by: ilyaigpetrov - 08-30-2019, 06:17 AM - Forum: General Discussion on Pinebook - Replies (6)

Please, make it possible to conveniently develop Android apps on Pinebook.
As far as I know currently Android Studio won't run on a pinebook.

Thank you,
Ilya.


  FPGA on board
Posted by: x0r - 08-29-2019, 08:27 AM - Forum: General Discussion on ROCK64 - Replies (1)

Is possible add one fpga on new Pine board?
Similar on Parallela. Not faster 25-100Mhz are good.
But power eficience. For emulators and games fpga will be faster than ARM
for AI or bitcoin too.