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

Username
  

Password
  





Search Forums



(Advanced Search)

Forum Statistics
» Members: 29,545
» Latest member: elver
» Forum threads: 16,209
» Forum posts: 116,954

Full Statistics

Latest Threads
Brand new sealed Pinetime...
Forum: General Discussion on PineTime
Last Post: elver
8 hours ago
» Replies: 0
» Views: 98
Call recording?
Forum: PinePhone Pro Software
Last Post: biketool
Yesterday, 04:14 AM
» Replies: 7
» Views: 6,603
Thoughts after a year wit...
Forum: General Discussion on Pinebook Pro
Last Post: Frank23t
09-08-2025, 10:30 PM
» Replies: 4
» Views: 1,829
Why projects like PinePho...
Forum: General Discussion on PinePhone
Last Post: biketool
09-08-2025, 12:51 PM
» Replies: 4
» Views: 3,777
more mobile linux on redd...
Forum: General Discussion on PinePhone
Last Post: biketool
09-08-2025, 12:03 PM
» Replies: 2
» Views: 1,683
Anyone selling a Pinebook
Forum: Pinebook Hardware and Accessories
Last Post: ams
09-08-2025, 09:26 AM
» Replies: 2
» Views: 1,913
Having trouble reading MP...
Forum: Getting Started
Last Post: Alex92
09-05-2025, 08:49 PM
» Replies: 1
» Views: 3,026
Special keys stopped work...
Forum: General Discussion on PineNote
Last Post: cheepeero
09-05-2025, 07:32 PM
» Replies: 0
» Views: 2,131
Booting Issues
Forum: PineNote Software
Last Post: vlagged
09-04-2025, 12:52 PM
» Replies: 20
» Views: 9,930
Experimental Mobian kerne...
Forum: PinePhone Pro Software
Last Post: teekay
09-04-2025, 01:40 AM
» Replies: 11
» Views: 4,394

 
  Printer install
Posted by: icemeister - 11-10-2018, 08:54 PM - Forum: General Discussion on Pinebook - Replies (4)

Hi all, I have run into a snafu in trying to set up a printer on my pinebook. All goes well until i get ask for a username and password. I tried the pine64/pine64 with no luck. I think that i read some where about a root password but am unable to find a source. Do i need a different password to install a printer? This is just a test as i am having problems on a linux mint printer install and needed to know the process.
Thanks for any help
IceMeister

18.04 Mate


  BUilding everything from scratch (buildroot)
Posted by: lm- - 11-10-2018, 05:22 PM - Forum: General Discussion on ROCK64 - Replies (9)

Hi,

I bought rock64 and now I am trying to prepare very minimal script that will build all steps from scratch. Intend is to publish it to buildroot repository later. But I have problem booting kernel. Some information what have I already done and where I am stuck.

1. tpl, spl and uboot are build from ayufan repository, branch "2017.09-rockchip-ayufan-1035-gd646df03ac", and "rock64-rk3328_defconfig", no changes have been made to the files. To create tpl/spl image I use these commands (this is flashed to 0x40). Note, no rockchip binary blobs anywhere!

Code:
$MKIMAGE -n rk3328 -T rksd -d $BINARIES_DIR/u-boot-tpl.bin $BINARIES_DIR/u-boot-tpl.img
cat $BINARIES_DIR/u-boot-tpl.img $BINARIES_DIR/u-boot-spl.bin > $BINARIES_DIR/u-boot-tpl-spl.img

2. then ATF is built, also from ayufan repository and "rk3328" as a platform. Generated BL31 is used to generate u-boot.itb (with make u-boot.itb from ayufan repo). That u-boot.itb is flashed to 0x200 on sdcard.

3. Kernel, no surprise here, it's from ayufan repo, "rockchip_linux_defconfig" used and "rockchip/rk3328-rock64" dts from in-tree, again no changes have been made.

4. Now sdcard image is generated with this config:

Code:
image sdcard.img {
   hdimage {
   }

   partition uboot-spl {
       in-partition-table = "no"
       image = "u-boot-tpl-spl.img"
       offset = 32768 # 512 * 0x40 from start of sd card
   }

   partition uboot {
       in-partition-table = "no"
       image = "u-boot.itb"
       offset = 262144 # 512 * 0x200 from start of sd card
   }

   partition rootfs {
       partition-type = 0x83
       image = "rootfs.ext4"
       size = 500M
   }
}

It's in mbr dos format (so no gpt). On rootfs there is extlinux, Image and dtb in /boot directory.

5. Toolchain is gcc 7.x and binutils 2.29.x.

Now logs,


Code:
<debug_uart> U-Boot TPL board init
configuring DDR parameters
LPDDR3
DRAM frequency: 800MHz
configuring DDR parameters
Trying to boot from BOOTROM
Returning to boot ROM...

U-Boot SPL 2017.09 (Nov 11 2018 - 00:07:11)
setup_ddr_param  1
booted from SD
Trying to boot from MMC2


U-Boot 2017.09 (Nov 11 2018 - 00:07:11 +0100)

Model: Pine64 Rock64
DRAM:  4 GiB
MMC:   rksdmmc@ff520000: 0, rksdmmc@ff500000: 1
SF: Detected gd25q128 with page size 256 Bytes, erase size 4 KiB, total 16 MiB
*** Warning - bad CRC, using default environment

In:    serial@ff130000
Out:   serial@ff130000
Err:   serial@ff130000
Model: Pine64 Rock64
misc_init_r
cpuid=00000000000000000000000000000000
serial=0
Net:   eth0: ethernet@ff540000
Hit any key to stop autoboot:  0
Card did not respond to voltage select!
mmc_init: -95, time 10
switch to partitions #0, OK
mmc1 is current device
Scanning mmc 1:1...
Found /boot/extlinux/extlinux.conf
Retrieving file: /boot/extlinux/extlinux.conf
205 bytes read in 36 ms (4.9 KiB/s)
1:      rock64 linux-next
Retrieving file: /boot/Image
20054024 bytes read in 17452 ms (1.1 MiB/s)
append: earlyprintk earlycon=uart8250,mmio32,0xff130000 console=ttyS2,1500000n8 console=tty0 root=/dev/mmcblk0p1 rootwait
Retrieving file: /boot/rk3328-rock64.dtb
70953 bytes read in 29 ms (2.3 MiB/s)
## Flattened Device Tree blob at 01f00000
  Booting using the fdt blob at 0x1f00000
  Loading Device Tree to 00000000fceed000, end 00000000fcf01528 ... OK

Starting kernel ...


And that's it. No more output and I am completaly out of ideas how to proceed.

u-boot properly boots, it finds my kernel and dtb, it loads it but it fails to boot it. Kernel and dtb are good, I downloaded slackware image for rock64 and replaced Image and dtb, and it started - I could see todays date and my build host in kernel message, so it's enough of a proof linux and dtb are generated properly.

Anybody got any idea what am I missing? I was thinking that it might be mbr instead of gpt or missing initrd, but slackware image doesn't use them as well. I would appreciate any advice or ideas how to proceed with that.


  How to mount new microSD card?
Posted by: jschall - 11-10-2018, 12:03 PM - Forum: General Discussion on Pinebook - Replies (8)

I am running KDE Neon from EMMC.

I want to add a new microSD card for added storage.

I inserted the card and opened Dolphin. The new card shows as "60.0 GiB Removable Media", and "/dev/mmcblk1p1", but Dolphin can't mount it.

I suspect I need to format the new card, but how?

I have searched here and elsewhere on the Web, but haven't found an answer.

How do I format and mount a new microSD card?


  Pinebook, (very) first impressions
Posted by: Surehand53 - 11-10-2018, 11:06 AM - Forum: General Discussion on Pinebook - Replies (1)

Hi all.

My Pinebook 11.6" 1080 just arrived and I thought it might be interesting to share my first impressions and maybe other can add theirs.

Unboxing

The Pinebook arrives with some slim but useful packaging. There is the Pinebook, the power adapter and some nice sticker with the Pinebook logo if you want to decorate yours.
The Pinebook arrived charged , in my case about 90% so you can start right away.

The Pinebook is white from the outside with logo or branding which makes it look really nice. My first test was to try a few keys on the keyboard and I actually like it. The layout for some keys is a bit unusual for some keys but in general what you expect. (e.g. the " key requires to press Fn as well as Shift, well..)

The touch-pad is on the smaller side, but I can say already that the later test showed that it is ok.

So that's all good. Let's turn it on.
]

First use
As mentioned, the battery comes charged to a degree so the first good thing is that it turns on in first place. Brownie points.
The display brightness on my device what set to somewhat 50% which made it very dark. So the very first thing was to change that in the Settings in Power management.
Once that's done it turns out that the dispaly is actually really nice. It seems not to reflect at all and my first use was outside in the sun, which was possible.

Given the high resolution of the display the all text is on the small side. There is a pinned thread in this forum that explains a few recommended setup changes. So this was my next step.

The speed of the laptop is ok. It is probably worth to turn of some of the more playful functions of the window manager like fade in/out or translucency, with that the Pnebook gives a more snappy impression. I intend to write up all configuration changes later.

One thing I noticed is that the compositor uses software rendering and not OpenGL in the standard setup. But I will only try at a later stage if OpenGL works as I manged to lock myself out of KDE by playing around with that on a different system.

So far my impression is very positive. The general speed is very usable and the Pinebook has a good feel to it.

The next step seems to be to actually install the system completely. There is an Icon on the desktop to do that. I will try this now.


  Problem with time in rock64
Posted by: gedas07 - 11-10-2018, 10:20 AM - Forum: Linux on Rock64 - Replies (2)

Hi, I have ubuntu Bionic 18.04 installed and I have correctly chosen the time zone but it gives me one more hour.

I try with ntp, with sudo date, but I do not change the time to the right.

What can I do to fix the problem?


  issues loading firmware and missing pci card
Posted by: rich0 - 11-10-2018, 09:54 AM - Forum: Linux on RockPro64 - Replies (7)

I just got my rockpro64 2gb (board rev 2.1), and while it boots up fine, it isn't detecting my LSI HBA PCIe card.

lspci just gives no output at all, so I don't think it is simply a missing kernel module.

I'm using the debian stretch image off of the wiki.

I'm also getting errors in dmesg that may or may not be relevant:
[    8.566853] cdn-dp fec00000.dp: Direct firmware load for rockchip/dptx.bin failed with error -2
[   16.581959] cdn-dp fec00000.dp: Direct firmware load for rockchip/dptx.bin failed with error -2
[   32.584126] cdn-dp fec00000.dp: Direct firmware load for rockchip/dptx.bin failed with error -2
[   64.586143] cdn-dp fec00000.dp: Direct firmware load for rockchip/dptx.bin failed with error -2
[  128.588049] cdn-dp fec00000.dp: [drm:cdn_dp_request_firmware] *ERROR* Timed out trying to load firmware

I did do an apt-get update/upgrade and rebooted, and the issue persists.  uname -a output:
Linux chunk1 4.4.132-1075-rockchip-ayufan-ga83beded8524 #1 SMP Thu Jul 26 08:22:22 UTC 2018 aarch64 GNU/Linux

That kernel doesn't look terribly fresh...

I'll also go ahead and confess that while I'm quite comfortable with linux inside and out, I rarely use debian-based distros, so please do list complete instructions (typically I use Gentoo) or provide links if you want me to do something like run a custom kernel.  

Any suggestions?


  Keyboard Mysteries
Posted by: jschall - 11-09-2018, 04:12 PM - Forum: General Discussion on Pinebook - Replies (6)

New Pinebook 11.6``. 

1 - Where are the apostrophe and the quotation mark?
2 - How can I adjust the screen brightness - is there a key combination?


  Help with WiFi Driver
Posted by: BackWoodsTech - 11-09-2018, 09:32 AM - Forum: Linux on RockPro64 - No Replies

Sorry, total dunce here.

I recently received a wifi BT adapter from Edimax and I need some help installing the driver. apparently I have to actually make the driver from the files? the directions are so sparse for a dummy like me.

the model i got was EW-7611ULB. The driver download is here.

[I was trying to get teh BT to work first. What I down understand is why the WiFi driver is buried in a tar.gz within a zip??]

any guidance would be most appreciated! 

When I get to make file I get the error in the attached image. Not even sure if i'm doing that right.



Attached Files Thumbnail(s)
   

  Dimmed screen too much in plasma
Posted by: boballen55 - 11-08-2018, 09:49 PM - Forum: Linux on Pinebook - Replies (1)

hello, I've recently received my Pinebook with the 1080 screen. all was going well until I dimmed the screen too far in the plasma settings window. Now my screen is black when it is on. during boot I see things as the boot sequence clearly is not affected by the plasma setting. How can I fix this without being able to see anything? This is with the original install.

If the slider goes all the way to the left does plasma actually go black or is there some weakness with my screen in this Pinebook?


  PSU coil whine
Posted by: Unkn0wn - 11-08-2018, 04:37 PM - Forum: RockPro64 Hardware and Accessories - Replies (2)

The PSU of my RockPro64 sometimes has a high pitched noise, coil whine. Do others have this issue too and can it be fixed?