| Welcome, Guest |
You have to register before you can post on our site.
|
| Latest Threads |
reset wifi hardware/drive...
Forum: Mobian on PinePhone
Last Post: baptx
1 hour ago
» Replies: 5
» Views: 4,923
|
Pinephone visibly losing ...
Forum: General Discussion on PinePhone
Last Post: Tia Vaughan
Yesterday, 07:51 PM
» Replies: 8
» Views: 5,485
|
Automatic screen rotation
Forum: PineTab Software
Last Post: TcCoy
Yesterday, 02:49 PM
» Replies: 31
» Views: 29,047
|
US Tariffs & Recent Supre...
Forum: General
Last Post: recursivenomad
Yesterday, 09:46 AM
» Replies: 0
» Views: 48
|
Reinstallation Arch Linux...
Forum: General Discussion on PineTab
Last Post: janqbtzki
03-08-2026, 03:39 PM
» Replies: 2
» Views: 651
|
irradium (based on crux l...
Forum: Linux on Quartz64
Last Post: mara
03-07-2026, 04:21 PM
» Replies: 8
» Views: 15,172
|
irradium (based on crux l...
Forum: Linux on Rock64
Last Post: mara
03-07-2026, 11:04 AM
» Replies: 12
» Views: 16,930
|
irradium (based on crux l...
Forum: Linux on RockPro64
Last Post: mara
03-07-2026, 09:32 AM
» Replies: 11
» Views: 17,778
|
Question About New Produc...
Forum: General
Last Post: kulala
03-07-2026, 01:17 AM
» Replies: 0
» Views: 130
|
Star64 Irradium (based on...
Forum: Getting Started
Last Post: mara
03-06-2026, 10:53 PM
» Replies: 12
» Views: 13,787
|
|
|
| Pinecil v2 tip screw temperature |
|
Posted by: Minuen - 06-23-2025, 06:38 AM - Forum: General Discussion on Pinecil
- No Replies
|
 |
I just recently got a Pinecil v2 and I want to make sure that my setup doesn't have issues. The two screws which hold the tip get hot enough to burn me if I brush them while rotating the pinecil during soldering. Do your screws get hot?
Cable: anker 100W silicone usb-c cable https://www.amazon.ca/gp/aw/d/B093GGNRZM
Charging block: Apple 140W laptop charger https://www.apple.com/ca/shop/product/MW2M3AM/A/140w-usb-c-power-adapter
The device says it's getting a consistent 20V and has never posted a warning.
Firmware: v2.23-rc4
Tip: initially noticed with a ST-KU tip I got off Amazon but the original tip it shipped with also has this issue
Temps: 350-380C used while I was testing using lead free solder
Is this just something I need to be aware of and avoid touching? If so that's fine. If the entire tip is supposed to get hot it would make sense that the screws touching it also get hot.
Some searching suggests that it could be an issue with either my setup or some of the circuitry in the device and I don’t want to damage it.
|
|
|
|
| (real) Mainline U-boot finally works on SPI, boots SATA, throw away your SD cards NOW |
|
Posted by: aleksei - 06-21-2025, 06:21 AM - Forum: General Discussion on ROCKPRO64
- No Replies
|
 |
This is on Arch ARM* or Manjaro installed on RP64. If compiling on amd64 machine, set CROSS_COMPILE variables accordingly.
Build ATF:
Code: git clone --depth=1 -b v2.13.0 https://github.com/ARM-software/arm-trusted-firmware.git
make -j $(nproc) CC=gcc PLAT=rk3399 bl31
Build U-boot:
Code: git clone --depth=1 -b v2025.04 https://source.denx.de/u-boot/u-boot.git
export BL31=/path/to/built/bl31.elf
make mrproper && make rockpro64-rk3399_defconfig
make menuconfig
Here are the changed variables in .config, but don't just copy them to your .config - search for them in menuconfig and change there, the menu will take care of dependencies.
Code: CONFIG_BOOTDELAY=20
CONFIG_BOOTCOMMAND="bootflow scan -lbm"
CONFIG_CMD_ERASEENV=y
CONFIG_CMD_NVEDIT_LOAD=y
CONFIG_NO_NET=y
CONFIG_BAUDRATE=115200
CONFIG_USE_PREBOOT=y
CONFIG_PREBOOT="usb start"
CONFIG_PREBOOT_DEFINED=y
make -j $(nproc)
Writing to SD card first to test it (from doc/README.rockchip in U-boot source, "Option 3: Package the image with TPL"):
Code: dd if=idbloader.img of=/dev/sdX seek=64
dd if=u-boot.itb of=/dev/sdX seek=16384
sync
Flashing to SPI is much simpler nowadays, see doc/board/rockchip/rockchip.rst in U-boot source. Create a partition with FAT filesystem on the same SD card, place u-boot-rockchip-spi.bin on it, reboot, get to U-boot cmdline and:
Code: sf probe
load mmc 1:1 $kernel_addr_r u-boot-rockchip-spi.bin
sf update $fileaddr 0 $filesize
If sf probe returns an error or booting from SPI fails, short pins 23 and 25 on GPIO to temporarily disable SPI. After booting disconnect them again and erase SPI to at least get SD boot working.
U-boot environment section on SPI might be empty, broken or contain wrong variables. To get default environment for installed version of U-boot, remove situational partitions variable and save the environment to SPI, run in U-boot cmdline:
Code: env default -a
env delete partitions
env save
Then create EFI partition on SATA disk and proceed like with a regular UEFI machine. U-boot from SPI will also scan SATA partitions for extlinux/extlinux.conf, boot.scr and other U-boot-specific boot configs.
* On Arch, pacman -U these 3 pkgs from Manjaro (choose a mirror close to you) to build ATF:
https://mirror.truenetwork.ru/manjaro/ar...kg.tar.zst
https://mirror.truenetwork.ru/manjaro/ar...kg.tar.zst
https://mirror.truenetwork.ru/manjaro/ar...kg.tar.zst
PS Screw this forum software inserting copious newlines on every press of preview button.
|
|
|
|
| Thoughts after a year with the PBP |
|
Posted by: ksosn - 06-20-2025, 03:00 AM - Forum: General Discussion on Pinebook Pro
- Replies (6)
|
 |
Hi,
I'm relatively new to the community here, as I received my first and, so far, only Pine64 product roughly a year ago, even though I've been reading the blog for much longer.
It's the PBP, and I've been using it as my only laptop.
It's really good for what it is: being small, light, having a long battery life (for light tasks), it is entirely silent, it looks and feels like a premium product.
The RAM capacity and CPU performance are limited, but it's good enough. All demanding tasks I want to do can wait for the moment when I get to my desk and boot up my desktop PC.
My laptop's role is mainly displaying PDFs, static websites, running a text editor, running GIMP, compiling small programs, letting me SSH into other machines.
As for the future: the machine serves its role well, and this isn't going to change, so even though I would like my next laptop to also be a small, light, fanless Pine64 product, I wouldn't want to buy it until 2030. Also, given that performance is not very important, I think that the increase between RK3399 and RK3588 is relatively insignificant, and Pine64 either way should wait for new, more promising hardware to become available before beginning work on a new iteration of the Pinebook.
|
|
|
|
| VoIP account on mobian dialer |
|
Posted by: j_s - 06-15-2025, 04:19 PM - Forum: Mobian on PinePhone
- No Replies
|
 |
I've noticed that the mobian dialer has an option to add a SIP account.
I did so and was able to place a call over wifi with no SIM card in the PinePhone. But after a reboot, the option to place a SIP call is gone even though the file /home/mobian/.config/calls/sip-account.cfg is still present and unchanged. And I had to re-enter all SIP account details in order to make another call.
Is the dialer supposed to notice the presence of /home/mobian/.config/calls/sip-account.cfg after a reboot?
Does this work for anyone?
|
|
|
|
| incorporate a multimeter into the Pinecil |
|
Posted by: kellanphil - 06-13-2025, 04:11 AM - Forum: General
- Replies (2)
|
 |
When looking at the schematic for the Pinecil I don’t think I see any open gpio pins, but I was bored and was curious to see what you guys thought about trying to incorporate a multimeter into the Pinecil. Has anyone attempted adding anything like this?
|
|
|
|
| Undelivered Order #375842 – Address Issue |
|
Posted by: serhii.karpov.2025 - 06-12-2025, 11:21 AM - Forum: Shipment Related Discussion
- No Replies
|
 |
I encountered a complete lack of support from the sales department's technical support team.
All my explanations were met with no response or willingness to look into the issue, and eventually, they stopped replying altogether.
I submitted a support ticket (Ticket ID #19968), but have not received any response there either.
Here is the content of the ticket:
Dear Pine64 Support,
I am writing to file a formal complaint regarding my order #375842, which remains undelivered due to an addressing error.
The tracking number is LZ251648191CN, and according to the official China Post tracking system
(https://track-chinapost.com/result_china...51648191CN), the package has not left Frankfurt and was never delivered to Berlin.
Upon calling DHL customer service, I was informed that the package lacks a full delivery address – only the postal code was indicated, which made delivery impossible. DHL advised me to contact the sender to correct the address issue.
I did exactly that. However, the response I received from your Sales Department was unhelpful and dismissive. The representative simply insisted that the address was present and provided a shipping label screenshot, which only shows what should have been there in theory, not what was actually on the package. This does not prove that the address was correctly printed and attached.
Despite my repeated explanations and clear evidence of the issue, your sales representative eventually stopped responding to me altogether.
This situation is unacceptable. I kindly request that you either:
Resolve the issue by initiating an investigation and correcting the delivery,
or
Refund the full amount including shipping, as the failure to deliver is clearly due to an error on your side.
Please treat this matter with urgency and respond as soon as possible.
|
|
|
|
| I need help deciding if my PBP can be updated |
|
Posted by: ColoBill - 06-10-2025, 10:54 AM - Forum: Linux on Pinebook Pro
- Replies (4)
|
 |
Pinebook Pros,
I need to update my PBP and want your advice.
Here is my Linux background. I've had Linux as my desktop since about 1992. Softlanding Linux right when it came out and supported X-Windows. Others came and went over the next 30 years like Slackware, Red Hat, CentOS, Fedora, Mint, Ubuntu. I'm now back to Debian 12 with the MATE desktop. Before all that it was SunOS (Unix) on my desktop.
I ordered my Pinebook Pro when it was announced and finally received it in 2019. Then I added Manjaro to my list of Linux desktops. The PBP is not powerful but has been all I've needed in a laptop. I do all my primary work on desktops. I've used my PBP on three continents so far and am headed to another continent in the fall. I'm trying to decide if I can bring it up-to-dated. Manjaro doesn't seem to be keeping up.
Questions:
1) Linux Version
* Is Debian a good option now for PBP?
* Are there guides for installation?
* Can I use MATE?
2) Updates
* Are there firmware updates that I should apply. It's never been updated.
* I've never gotten it to suspend or sleep. Or I've never gotten it to wake back up. But, I've found that I don't really need that for how I use it.
* Some of the function keys don't work the way they are advertised but the ones I use work fine.
3) Hardware
* The left side hinge doesn't open correctly. It's doesn't really bother me but I might try to fix that when/if I re-build the whole thing. Are that any good pages showing the proper way to crack into the case?
Thanks!
Bill
|
|
|
|
| touchscreeh doesn't accept input |
|
Posted by: henrythemouse - 06-09-2025, 11:55 PM - Forum: PinePhone Pro Hardware
- Replies (9)
|
 |
The original problem started with an upgrade in April 2025 that installed 600 packages on my PPP, which failed to complete. I reran the the upgrade, which ended up completing, but it failed to boot. I saw several "core" files in the root dir. So, I decided to install from a new img.
Installing mobian phosh (mobian-rockchip-phosh-20250525.img.xz).
I installed the new OS image on my PPP using the suggested method (dd). I placed the installation img file on a micro sdcard which had that same OS on it. I installed that sdCard in my PPP and booted it.
I then used dd to transfer that img to the eMMC per instructions.
Code: dd if=IMAGE.img of=/dev/mmcblk2 bs=1M status=progress conv=fsync
I rebooted the PPP.
All was well, the system was working. I installed some software. After a few days, I decided to upgrade the system. After rebooting the touchscreen would not accept input. The login screen would appear, but would not respond to my touch. I plugged in a usb mouse via a pine64 usb multi port hub. The mouse pointer appeared and I could login.
I tried booting the micro sdCard, but was confronted with the same situation.
I decided to go to an earlier img (20250618). After installation it booted fine, but would not respond to my touch. I tried booting from an arch img (20241223) on an sdCard. Still, touch did not work.
First, I'd like to know if anyone else is experiencing this issue. And, if so, have they found a solution for it.
Second, if no one has experienced this, does anyone have a clue as how to go about debugging the problem?
Thanks for any help.
|
|
|
|
|