| Welcome, Guest |
You have to register before you can post on our site.
|
| Latest Threads |
Mobian image for the Pine...
Forum: Mobian on PinePhone
Last Post: Korfou
04-27-2026, 09:57 AM
» Replies: 2
» Views: 123
|
Star64 Irradium (based on...
Forum: Getting Started
Last Post: mara
04-19-2026, 12:56 PM
» Replies: 13
» Views: 14,911
|
Pine Time dead
Forum: General Discussion on PineTime
Last Post: chris.burmajster
04-18-2026, 10:08 AM
» Replies: 0
» Views: 189
|
Booting Issues
Forum: PineNote Software
Last Post: vlagged
04-17-2026, 04:17 PM
» Replies: 24
» Views: 19,453
|
App launcher shows tiny i...
Forum: PineNote Software
Last Post: vlagged
04-17-2026, 04:12 PM
» Replies: 1
» Views: 1,123
|
my pinecil v2 is not work...
Forum: General Discussion on Pinecil
Last Post: jagrav
04-17-2026, 06:28 AM
» Replies: 0
» Views: 118
|
Freezes and kernel panics...
Forum: Linux on RockPro64
Last Post: prahal
04-15-2026, 06:48 PM
» Replies: 4
» Views: 1,441
|
Looking for engineer for ...
Forum: PinePhone Pro Hardware
Last Post: Andrey_voce
04-06-2026, 08:44 AM
» Replies: 0
» Views: 309
|
StarPro64 Irradium (based...
Forum: Getting Started
Last Post: mara
04-05-2026, 03:03 AM
» Replies: 19
» Views: 9,260
|
Finally got Kali working ...
Forum: General Discussion on Pinebook Pro
Last Post: qingss0
04-04-2026, 08:00 AM
» Replies: 0
» Views: 431
|
|
|
| Delivery and order information and technical info, S/W etc for RockPro64 |
|
Posted by: superpat - 05-02-2018, 09:44 AM - Forum: General Discussion on ROCKPRO64
- Replies (9)
|
 |
Hi,
I was lucky enough to be able to purchase one of the initial release of the rockpro64 boards.
I am very disappointed that there has been no emailed confirmation of my order yet, or any delivery schedule. I have only received a PayPal confirmation.
I notice that there is no info yet available on this website regarding the boards, (apart from the initial publicity).
Will you be adding these info on these boards and the S/W to the wiki before the board arrives, or have we got to work it all out for ourselves?
regards
Patrick
|
|
|
|
| ROCK64 Custom OS / Bootloader development |
|
Posted by: poeufr - 05-01-2018, 10:09 AM - Forum: General Discussion on ROCK64
- Replies (1)
|
 |
Hi all,
Looking at http://opensource.rock-chips.com/wiki_Bo....2FTF_Card I can see that the BootROM will load into memory data from 0x40 on the SD card and then hand control to that second stage boot loader. It appears that BootROM will load the first 3960 bytes (0x40 to 0x4000) for stage 2, is this correct? Can anyone point me to source code for or a binary of idbspl.img or idbloader.img so I can examine a typical stage 2?
I am interested in developing my own OS from scratch, so I would like to write my own stage 2 bootloader and proceed from there.
Thanks for all your help.
|
|
|
|
| Some GPU acceleration for basic 2D under linux |
|
Posted by: graphical - 05-01-2018, 05:32 AM - Forum: Linux on Rock64
- Replies (2)
|
 |
Hello all!
I've been designing this DIY 20" laptop with 15 hours of battery life and a 1080p screen all for myself, running on a potato of some kind (an SBC) and decided to pick the Rock64 for the USB3 and the amount of noob support.
I just dug into my newly received R64, only to find the desktop environments laggy and videos unplayable.
I spent about 7 hours looking into getting Mali Utgard drivers working, but haven't been able to figure it out.
What is the current state of Mali 450 drivers for the RK3328 SoC - is it possible to get 2D/video/3D acceleration working?
I don't mind using a light wm, but basic video playback for files and youtube are a must.
Thank you for your time.
|
|
|
|
mpph264enc output doesn't work on bionic |
|
Posted by: rompelstompel - 04-30-2018, 01:35 PM - Forum: Linux on Rock64
- Replies (11)
|
 |
Hi
I'm trying to use the rock64's hardware encoding capabilities. I'm super impressed with the decoding which has incredible performance! But encoding at this stage only works superficially and trying to decode it again fails.
The following produces unusable h264 (yes sudo is needed):
Code: sudo gst-launch-1.0 -e videotestsrc is-live=false num-buffers=500 \
! video/x-raw,format=NV12,width=1280,height=720 \
! mpph264enc ! filesink location=1280.h264
Setting pipeline to PAUSED ...
mpi: mpp version: Without VCS, under bleeding
Pipeline is PREROLLING ...
h264e_api: h264e_config MPP_ENC_SET_RC_CFG bps 3456000 [3240000 : 3672000]
Pipeline is PREROLLED ...
Setting pipeline to PLAYING ...
New clock: GstSystemClock
Got EOS from element "pipeline0".
Execution ended after 0:00:13.884810768
Setting pipeline to PAUSED ...
Setting pipeline to READY ...
Setting pipeline to NULL ...
Freeing pipeline ...
When trying with ffprobe:
Code: ffprobe -hide_banner 1280.h264
[h264 @ 0x55a113f730] Format h264 detected only with low score of 1, misdetection possible!
[h264 @ 0x55a1140710] sps_id 32 out of range
[h264 @ 0x55a1140710] missing picture in access unit with size 7208704
[h264 @ 0x55a1140710] sps_id 32 out of range
Last message repeated 2 times
[h264 @ 0x55a1140710] no frame!
[h264 @ 0x55a113f730] Stream #0: not enough frames to estimate rate; consider increasing probesize
[h264 @ 0x55a113f730] decoding for stream 0 failed
[h264 @ 0x55a113f730] Could not find codec parameters for stream 0 (Video: h264, none): unspecified size
Consider increasing the value for the 'analyzeduration' and 'probesize' options
Input #0, h264, from '1280.h264':
Duration: N/A, bitrate: N/A
Stream #0:0: Video: h264, none, 25 tbr, 1200k tbn, 50 tbc
[h264 @ 0x55a1141950] sps_id 32 out of range
Could not open codec for input stream 0
I'm using a recent bionic build from ayufan:
Code: Linux rock64 4.4.120-rockchip-ayufan-213 #1 SMP Sun Apr 29 20:27:33 UTC 2018 aarch64 aarch64 aarch64 GNU/Linux
Software versions:
Code: $ dpkg -l | egrep '(ffmpeg|rockchip|gstreamer)'
ii ffmpeg 7:3.5~git20180113-1ayufan2 arm64 Tools for transcoding, streaming and playing of multimedia files
ii gir1.2-gstreamer-1.0 1.14.0-1 arm64 GObject introspection data for the GStreamer library
ii gstreamer1.0-libav:arm64 1.14.0-1 arm64 libav plugin for GStreamer
ii gstreamer1.0-omx-bellagio-config 1.12.4-1 arm64 OpenMax plugins for GStreamer
ii gstreamer1.0-omx-generic 1.12.4-1 arm64 OpenMax plugins for GStreamer
ii gstreamer1.0-plugins-bad:arm64 1.14.0-1ubuntu1 arm64 GStreamer plugins from the "bad" set
ii gstreamer1.0-plugins-base:arm64 1.14.0-2ubuntu1 arm64 GStreamer plugins from the "base" set
ii gstreamer1.0-plugins-good:arm64 1.14.0-1ubuntu1 arm64 GStreamer plugins from the "good" set
ii gstreamer1.0-plugins-ugly:arm64 1.14.0-1 arm64 GStreamer plugins from the "ugly" set
ii gstreamer1.0-rockchip1 1.10-5ayufan12 arm64 The Gstreamer plugins for Rockchip RK3xxx platform.
ii gstreamer1.0-rockchip1-extra 1.10-1 arm64 The Extra Gstreamer plugins for Rockchip platform.
ii gstreamer1.0-tools 1.14.0-1 arm64 Tools for use with GStreamer
ii gstreamer1.0-vaapi:arm64 1.14.0-1 arm64 VA-API plugins for GStreamer
ii libdrm-rockchip1:arm64 2.4.89-1ayufan1 arm64 Userspace interface to msm/kgsl kernel DRM services -- runtime
ii libffms2-4:arm64 2.23-2 arm64 Cross platform ffmpeg wrapper library
ii libgstreamer-gl1.0-0:arm64 1.14.0-2ubuntu1 arm64 GStreamer GL libraries
ii libgstreamer-opencv1.0-0:arm64 1.14.0-1ubuntu1 arm64 GStreamer OpenCV libraries
ii libgstreamer-plugins-bad1.0-0:arm64 1.14.0-1ubuntu1 arm64 GStreamer libraries from the "bad" set
ii libgstreamer-plugins-bad1.0-dev 1.14.0-1ubuntu1 arm64 GStreamer development files for libraries from the "bad" set
ii libgstreamer-plugins-base1.0-0:arm64 1.14.0-2ubuntu1 arm64 GStreamer libraries from the "base" set
ii libgstreamer-plugins-base1.0-dev 1.14.0-2ubuntu1 arm64 GStreamer development files for libraries from the "base" set
ii libgstreamer-plugins-good1.0-0:arm64 1.14.0-1ubuntu1 arm64 GStreamer development files for libraries from the "good" set
ii libgstreamer-plugins-good1.0-dev 1.14.0-1ubuntu1 arm64 GStreamer development files for libraries from the "good" set
ii libgstreamer1.0-0:arm64 1.14.0-1 arm64 Core GStreamer libraries and elements
ii libgstreamer1.0-dev 1.14.0-1 arm64 GStreamer core development files
ii librockchip-mpp-dev 1.4.0-1ayufan3-2 arm64 Media Process Platform
ii librockchip-mpp1 1.4.0-1ayufan3-2 arm64 Media Process Platform
ii librockchip-vpu0 1.4.0-1ayufan3-2 arm64 Media Process Platform
ii linux-headers-4.4.120-rockchip-ayufan-209 0.6.31 arm64 Linux kernel headers for 4.4.120-rockchip-ayufan-209 on arm64
ii linux-headers-4.4.120-rockchip-ayufan-213 0.6.34 arm64 Linux kernel headers for 4.4.120-rockchip-ayufan-213 on arm64
ii linux-image-4.4.120-rockchip-ayufan-209 0.6.31 arm64 Linux kernel, version 4.4.120-rockchip-ayufan-209
ii linux-image-4.4.120-rockchip-ayufan-213 0.6.34 arm64 Linux kernel, version 4.4.120-rockchip-ayufan-213
The MPP stuff don't work at all with the mainline kernel which I also tried.
|
|
|
|
| Pinebook 14'' on sale |
|
Posted by: milkaca - 04-30-2018, 12:18 PM - Forum: General Discussion on Pinebook
- Replies (2)
|
 |
Hi, I decided to sell my very little used 14'' Pinebook. It has one dead pixel, but I received it like that and it's very hard to spot it, I see it only during the boot on a totally black screen. Can ship world wide. Please contact me.
|
|
|
|
| gcc-multilib on ayufan's builds |
|
Posted by: Malmgren - 04-30-2018, 10:55 AM - Forum: Linux on Rock64
- Replies (3)
|
 |
Hi.
I'm trying to compile some 32 bit binaries on my Rock64, running ayufan's stretch-minimal 0.6.32. I'm stuck on the following:
Quote:Package gcc-multilib is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package 'gcc-multilib' has no installation candidate
Anyone knows what to do?
The reason I'm doing this is because openhab only works well on 32 bit Java on arm, so I have to run openhab and all it's dependencies in 32 bits. Java is up and running, what I need to do now is build telldus-core.
I've found threads with Raspberry users having the same problem, so I guess this is in some way arm related?
edit: Ok, looks like I'm completely stuck. Maybe it isn't possible compiling armhf binaries on arm64 anyway? Found this: https://stackoverflow.com/questions/4497...v8-machine
|
|
|
|
[Archived] ANNOUNCING RECALBOX FOR THE ROCK64 - ALPHA RELEASE |
|
Posted by: Mrfixit2001 - 04-30-2018, 04:43 AM - Forum: Linux on Rock64
- Replies (95)
|
 |
ANNOUNCING RECALBOX FOR THE ROCK64 - ALPHA RELEASE
After many efforts with much teamwork, collaboration, and testing, we are very excited to provide the ALPHA release of RECALBOX for the ROCK64 board!
DOWNLOAD HERE: https://github.com/mrfixit2001/recalbox_rock64/releases
Details on the ROCK64 SoC can be found here: https://www.pine64.org/?page_id=7147
For those of you unfamiliar with the software: https://www.recalbox.com/
"Recalbox offers a wide selection of consoles and game systems. From the very first arcade systems to the NES, the MEGADRIVE, 32-bit platforms (such as the Playstation) and even Nintendo64. With Kodi already includeed, Recalbox also serves as a Media Center. By connecting it to your home network, you will be able to stream videos from any compatible devices (NAS, PC, External HDD, etc.)."
Please do keep in mind that this is an ALPHA release, which means you should EXPECT some things not to work. We have done a fair amount of testing on our own to try and resolve as many issues as we can before this release, but now you get to help! (Lucky you!) So if/when you do find things that don't work right, please use the link in github to report the issue.
When reporting issues: - Provide logs or screenshots of the issue so that we can see the error(s) you are seeing
- Provide detailed steps for us to follow in order to reproduce the issue
A few things you can expect not to work or be included (yet):- Amstrad (Caprice) Emulator
- Dreamcast (Reicast) Emulator
- SPI booting from USB
Some things we have added:- Upgraded Kodi (and addons) from Krypton to Leia
- InputStream.Adaptive Kodi Addon
- Multiple N64 cores so that you can select which core works best for you on each ROM!
- Overclocked the CPU and the GPU by default
Some things we have tested:- Bluetooth and Wifi adapters from the Pine store have been tested and work for sure
- N64 core named "n64" is "GLES2N64" and runs Mario Kart pretty smoothly
Some important notes:- You can only boot this image only from an SD card (eMMC and USB currently do not work out of the box). To boot from eMMC you need to set root=/dev/mmcblk1p2 in extlinux.
- Sometimes when the image first boots there can be a delay. Please be patient and let this complete. It should not happen on every boot.
- We highly recommend that you install a heatsink on the board with this image! The temp without a heatsink sit at 76C when in EmulationStation - which is just 4C under thermal throttling. With a heatsink - even a poor one - the temps are at approx. 66C and around 73C when playing mariokart (24*C ambient temp).
"Where's the source code?"
The alpha release is just the compiled image at this time while the source is cleaned up and organized in preparation to be made available for the recalbox team to maintain. The source code will be added to this same repository as soon as possible.
Lastly, please remember this is a community build, and just something I've worked on in my free time. There's no pressure at all, but if you appreciate the work then feel free to send me a buck on paypal: mrfixit2001 at gmail.
Special thanks go out to Substring at Recalbox and LukasZ at Pine64 for all their efforts in testing and feedback!
- Mr Fix-IT
|
|
|
|
|