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

Username
  

Password
  





Search Forums



(Advanced Search)

Forum Statistics
» Members: 29,467
» Latest member: wsmhjqq123
» Forum threads: 16,192
» Forum posts: 116,860

Full Statistics

Latest Threads
PinePhone Pro discontinue...
Forum: General Discussion of PinePhone Pro
Last Post: zetabeta
37 minutes ago
» Replies: 6
» Views: 198
Are there plannes to crea...
Forum: PinePhone Pro Hardware
Last Post: Corconegre
3 hours ago
» Replies: 3
» Views: 819
Pinephone Pro wont boot t...
Forum: General Discussion of PinePhone Pro
Last Post: zetabeta
8 hours ago
» Replies: 3
» Views: 98
prototyping to help someo...
Forum: General
Last Post: xerosenex
Yesterday, 02:31 AM
» Replies: 0
» Views: 58
Password reset via u-boot...
Forum: PineNote Software
Last Post: lunnabae
08-13-2025, 01:17 AM
» Replies: 6
» Views: 1,707
incorporate a multimeter ...
Forum: General
Last Post: lalisa12
08-13-2025, 01:14 AM
» Replies: 2
» Views: 497
New PineNote: No WiFi aft...
Forum: PineNote Software
Last Post: krexplex
08-12-2025, 01:09 PM
» Replies: 5
» Views: 1,425
Full desktop Surfing and ...
Forum: General Discussion on Pinebook Pro
Last Post: Pattienner
08-10-2025, 10:35 PM
» Replies: 2
» Views: 492
Any recommended brands/mo...
Forum: Pinebook Pro Hardware and Accessories
Last Post: fnfgopro
08-10-2025, 08:38 PM
» Replies: 2
» Views: 870
Thoughts after a year wit...
Forum: General Discussion on Pinebook Pro
Last Post: tantamount
08-10-2025, 02:25 PM
» Replies: 3
» Views: 622

 
  [Article] Ox64 BL808 RISC-V SBC: Booting Linux and (maybe) Apache NuttX RTOS
Posted by: lupyuen - 11-03-2023, 10:56 PM - Forum: General - Replies (2)

Pine64 Ox64 is an affordable RISC-V SBC ($8) based on Bouffalo Lab BL808 SoC with 3 (Asymmetric) RISC-V Cores:

(1) D0 Multimedia Core: 64-bit T-Head C906 with MIPI CSI, Neural Processing Unit
(2) M0 Wireless Core: 32-bit T-Head E907 with WiFi, Bluetooth LE, Zigbee, Audio, USB, Ethernet
(3) Low Power Core: 32-bit T-Head E902

In this article we boot Linux on Ox64 BL808 (with OpenSBI and U-Boot Bootloader). And we explore how Apache NuttX RTOS might run on Ox64.

Check out the article:
Ox64 BL808 RISC-V SBC: Booting Linux and (maybe) Apache NuttX RTOS

Lup
   


  Star64 Irradium (based on crux linux) riscv64, aarch64
Posted by: mara - 11-03-2023, 03:10 PM - Forum: Getting Started - Replies (6)

irradium - source based Linux distribution CRUX adhering to ideology keep it simple, has its own package system, also supports the port system.

irradium


packages aarch64
packages riscv64


installation README.TXT
irradium-3.7-riscv64-core-star64-6.1.61-build-20231103.img.zst
irradium-3.7-riscv64-core-star64-6.1.61-build-20231103.img.zst.sha256


  Plasma Update broken?
Posted by: Corkonian - 11-03-2023, 07:40 AM - Forum: PineTab Software - No Replies

Hello. I have a Pinetab 2 lying around, waiting for the WiFi driver being ready as I need a little bit of WiFi for most of my use cases.
From time to time I connect a USB-C NIC to the PineTab to check for updates, but now I recieve an error:
Fetching Updates shows an amber exclamation mark and (trying to) updating the PineTab 2 shows a Package Conficr between plasma-framework5 and plasma-framework with conflicting dependencies.

Any ideas how to solve that?


  Mass problem Pinecil V2
Posted by: Harrysteed - 11-02-2023, 09:11 AM - Forum: General Discussion on Pinecil - No Replies

Hi everyone, I'm having a strange problem with my Pinecil v2. I'm using this one for an important project. At first everything was fine. Today I wear an anti-static bracelet and he started burning my wrist. At first I felt tingling. This happens when I hold the Pinecil soldering iron. I point out that this had not happened before. J There also a crackling noise inside the soldering iron


  stuck to sleep mode pinecil v2
Posted by: lilibit - 11-01-2023, 03:57 PM - Forum: Getting Started - Replies (3)

hello dear pinecil comunity, i just unpacked the beautiful iron and tried out functions. i've put it in sleep mode by pressing minus-button on start screen some seconds (iron-crossed-icon on screen) and now i don't find the way back out. powering off and factory reset did not help. hope it's a stupid/easy question which can be solved by pressing the right buttons .. can anyone help? thx in advance!


  Manjaro ARM: enabling external monitors & fixing Broadcom WiFi after updating
Posted by: trifleneurotic - 11-01-2023, 09:05 AM - Forum: Linux on Pinebook Pro - Replies (2)

Hey all! First post here.

I'll keep it quick, but before I start I want to say that I have a workaround and I'm OK with it, although I'd like to have a "cleaner" solution in place if possible.

Long and short of it: Just received my Pinebook Pro a few days ago with Manjaro ARM. All was well until I found out that the version Manjaro I had didn't support external monitors at all, due to patch not being in mainline. Tried different monitors, different cables, rotating cables, etc. No dice.

So I switched to a custom kernel to fix that problem, however that knocked out my WiFi. OS wouldn't even acknowledge that hardware was there. I thought it may have been hardware failure until I starting finding errors about loading Broadcom firmware in dmesg.

I tried the usual suspects such as ensuring /boot was properly mounted, cold booting, privacy switch, etc. Nothing. Reverting back to the original kernel made no difference either.

After many hours of trial & error and searching for answers, I found a set of firmware files which worked when placed in the proper location, but it wasn't "plug-and-play" so to speak. Every time now when I want to use WiFi after booting, I have to use that "(un)bind" trick:

Code:
sudo tee /sys/bus/platform/drivers/dwmmc_rockchip/{un,}bind <<< 'fe310000.mmc'


I never touched the Broadcom firmware files before my kernel update and later before my reversion. Thought maybe something was compiled into the stock kernel to enable WiFi, so I can't explain why WiFi still didn't work when I reverted. So I could be missing something there.

I can have that command line above automatically run on boot, no problem.

Wanted to share my experience, help others out if they run into this, and also ask if there is anything I can do to not have to run that command on every boot.

I'm in a Good Place now, and still enjoying PBPro. Look forward to testing as my daily driver!


  is there an progam to forward calls and texts to my desktop
Posted by: dallytaur - 10-31-2023, 10:30 PM - Forum: PinePhone Software - Replies (2)

i would like to link my pine phone to PC/tablet some how.

it would be nice if I can hot spot or connect to home wifi and open up a web panel for me read phone and txts


is there any app that can do with pine phone?


and small bouns that dont thing is a thing is linking it to discord bot so all my text messages are forum channels and i can make phone calls from discord or drag other friends into it


if i cant find anything does we know python interface for the pinephone modem


  Suggestion for the Store
Posted by: Tourma - 10-31-2023, 10:57 AM - Forum: General - Replies (3)

Hi all,

I have a few suggestions for improvements to the Pine Store.

1.  More photos. 
     More photos with more angles, and in relation to other products.  Like the Pine Dock with the Pinebook Pro.
     Images showing sizes/dimensions.  i.e. the length/width/height of a product with lines showing thus
2.  More robust descriptions.
     A lot of the products have very spartan descriptions.  Some just it's aspects and no hint at what it actually does. I suspect this is under the assumption that those who are looking at Pine products know what they are looking for.  Which I'm sure is true for a large segment of those purchasing stuff, but for example, me, I kinda know what I'm looking for, but I've had to ask questions here and on Matrix to clarify some aspects.  Like that the Pinecil needs to be plugged in to work.  Obvious once you think about it, but you have to think about it.

That's my two cents.


  Genode- Sculpt OS for the PinePhone (non Linux)
Posted by: Surehand53 - 10-31-2023, 04:18 AM - Forum: PinePhone Software - Replies (1)

Since 2023 Genode publishes an early version of Sculpt OS for the PinePhone.

Here is the general page:
https://genode.org/download/sculpt

And here is goes to the download image:
https://depot.genode.org/genodelabs/image/

Genode is the framework and Sculpt OS is the OS implementation.

Features

* CPU architectures: x86 (32 and 64 bit), ARM (32 and 64 bit), RISC-V
* Kernels: most members of the L4 family (NOVA, seL4, Fiasco.OC, OKL4 v2.1, L4ka-Pistachio, L4/Fiasco), Linux, and a custom kernel.
* Virtualization: VirtualBox (on NOVA), a custom virtual machine monitor for ARM, and a custom runtime for Unix software
* Over 100 ready-to-use components


  HDMI doesn't work on rock64
Posted by: Noung1991 - 10-30-2023, 09:18 PM - Forum: Linux on Rock64 - Replies (1)

HDMI doesn't work with any Kernel except the Kernel 4.4 from Rockchip (it also doesn't work with xorg) i tried out all kernel configs from rockchip and ayufan always same error:
[    4.030085] printk: console [ttyS2] enabled
[    4.031672] rockchip-vop ff370000.vop: Adding to iommu group 1
[    4.038101] rockchip-drm display-subsystem: bound ff370000.vop (ops 0xffffffc0108c27d8)
[    4.038924] rockchip-drm display-subsystem: failed to bind ff3c0000.hdmi (ops 0xffffffc0108c5f30): -517
[    4.040292] rockchip-drm display-subsystem: master bind failed: -517

With Kernel 4.4 from Rockchip (ayufan) HDMI works:
[    3.167892] [drm] Initialized drm 1.1.0 20060810
[    3.173651] [drm] Rockchip DRM driver version: v1.0.1
[    3.174380] rockchip-drm display-subsystem: devfreq is not set
[    3.175647] rockchip-drm display-subsystem: bound ff370000.vop (ops 0xffffff8008d86950)
[    3.176798] i2c i2c-4: of_i2c: modalias failure on /hdmi@ff3c0000/ports
[    3.177487] dwhdmi-rockchip ff3c0000.hdmi: registered DesignWare HDMI I2C bus driver
[    3.178358] dwhdmi-rockchip ff3c0000.hdmi: Detected HDMI TX controller v2.11a with HDCP (inno_dw_hdmi_phy2)
[    3.180400] rockchip-drm display-subsystem: bound ff3c0000.hdmi (ops 0xffffff8008d7afa8)
[    3.181186] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[    3.181851] [drm] No driver support for vblank timestamp query.
[    3.182495] rockchip-drm display-subsystem: failed to parse display resources
[    3.402118] rockchip-vop ff370000.vop: [drm:vop_crtc_enable] Update mode to 1280x1024p60, type: 11
[    3.469911] Console: switching to colour frame buffer device 160x64
[    3.503468] rockchip-drm display-subsystem: fb0:  frame buffer device

Xorg-log:
X.Org X Server 1.20.5
X Protocol Version 11, Revision 0
Build Operating System: Linux 4.14.89-0-vanilla aarch64 Alpine Linux
Current Operating System: Linux localhost 5.4.2 #1 SMP Thu Dec 12 03:04:42 CET 2019 aarch64
Kernel command line: BOOT_IMAGE=/boot/vmlinuz-5.4.2 modules=loop,squashfs,sd-mod,usb-storage modloop=/boot/modloop-5.4.2 extra_latent_entropy1
Build Date: 31 May 2019  06:21:31AM
 
Current version of pixman: 0.38.4
        Before reporting problems, check http://wiki.x.org
        to make sure that you have the latest version.
Markers: (--) probed, (**) from config file, (==) default setting,
        (++) from command line, (!!) notice, (II) informational,
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Thu Jan 21 10:28:08 2016
(==) Using system config directory "/usr/share/X11/xorg.conf.d"
MESA-LOADER: failed to open rockchip (search paths /usr/lib/xorg/modules/dri)
failed to load driver: rockchip
MESA-LOADER: failed to open kms_swrast (search paths /usr/lib/xorg/modules/dri)
failed to load driver: kms_swrast
MESA-LOADER: failed to open swrast (search paths /usr/lib/xorg/modules/dri)
failed to load swrast driver
couldn't get display device
(II) modeset(0): Initializing kms color map for depth 24, 8 bpc.
The XKEYBOARD keymap compiler (xkbcomp) reports:
> Warning:          Unsupported high keycode 372 for name <I372> ignored
>                   X11 cannot support keycodes above 255.
>                   This warning only shows for the first high keycode.
> Internal error:   Could not resolve keysym XF86MonBrightnessCycle
> Internal error:   Could not resolve keysym XF86RotationLockToggle
Errors from xkbcomp are not fatal to the X server
(EE) /usr/share/libinput: failed to find data files
(EE) Failed to load the device quirks from /usr/share/libinput and /etc/libinput/local-overrides.quirks. This will negatively affect device b.
/usr/bin/startxfce4: X server already running on display :0
<stdin>:0: warning: Unknown encoding: C.UTF-8
    xfce4-session: No GPG agent found
xfce4-session: No SSH authentication agent found

(xfce4-session:2231): xfce4-session-WARNING **: 10:28:10.365: xfsm_manager_load_session: Something wrong with /home/admin/.cache/sessions/xfc?

(xfwm4:2278): GLib-CRITICAL **: 10:28:19.096: g_str_has_prefix: assertion 'prefix != NULL' failed

(xfsettingsd:2284): GLib-CRITICAL **: 10:28:20.459: g_str_has_prefix: assertion 'prefix != NULL' failed

(xfsettingsd:2284): GLib-GObject-CRITICAL **: 10:28:20.721: g_value_get_string: assertion 'G_VALUE_HOLDS_STRING (value)' failed

(xfsettingsd:2284): GLib-GObject-CRITICAL **: 10:28:20.800: g_value_get_string: assertion 'G_VALUE_HOLDS_STRING (value)' failed
Error relocating /usr/bin/Thunar: pango_attr_insert_hyphens_new: symbol not found
xfsettingsd: No window manager registered on screen 0.
xfce4-panel: No window manager registered on screen 0. To start the panel without this check, run with --disable-wm-check.
No window manager registered on screen 0. To start the xfdesktop without this check, run with --disable-wm-check.
xfce4-panel-Message: 10:28:33.334: Plugin "statusnotifier-7" was not found and has been removed from the configuration
xfce4-panel-Message: 10:28:33.338: Plugin "pulseaudio-8" was not found and has been removed from the configuration
xfce4-panel-Message: 10:28:33.377: Plugin "notification-plugin-10" was not found and has been removed from the configuration

** (wrapper-2.0:2315): WARNING **: 10:28:36.247: No outputs have backlight property

(wrapper-2.0:2315): xfce4-power-manager-plugin-WARNING **: 10:28:36.920: Xfce4-power-manager: The panel plugin is present, so the tray icon g.

(wrapper-2.0:2315): Gtk-WARNING **: 10:28:37.092: Negative content width -3 (allocation 1, extents 2x2) while allocating gadget (node button,)

(xfdesktop:2311): GLib-GObject-CRITICAL **: 10:28:46.065: g_object_unref: assertion 'G_IS_OBJECT (object)' failed
^Cxinit: connection to X server lost

waiting for X server to shut down ^VGdk-Message: 10:28:59.978: xfdesktop: Fatal IO error 38 (Function not implemented) on X server :0.

Gdk-Message: 10:28:59.978: xfsettingsd: Fatal IO error 11 (Resource temporarily unavailable) on X server :0.


I boot with extlinux.conf: The kernel starts only without console bootparameter: When i insert console=tty0 as boot paramter the kernel dont start.

Does anyone know what the problem could be.
Thank you in advance for your help