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

Username
  

Password
  





Search Forums



(Advanced Search)

Forum Statistics
» Members: 29,505
» Latest member: wonghammer
» Forum threads: 16,202
» Forum posts: 116,908

Full Statistics

Latest Threads
Giving away a Pinebook Pr...
Forum: Pinebook Hardware and Accessories
Last Post: tuxifan
Yesterday, 04:16 AM
» Replies: 3
» Views: 1,383
Goolge banning Sideloaded...
Forum: General Discussion of PinePhone Pro
Last Post: zetabeta
08-27-2025, 11:59 AM
» Replies: 1
» Views: 873
What's stopping you from ...
Forum: General Discussion of PinePhone Pro
Last Post: teekay
08-26-2025, 11:48 PM
» Replies: 8
» Views: 1,391
Pinephone (Pro) Keyboard ...
Forum: PinePhone Accessories
Last Post: zetabeta
08-26-2025, 06:06 AM
» Replies: 3
» Views: 2,721
keyboard pogo pins part n...
Forum: General Discussion on PineTab
Last Post: starpp
08-26-2025, 04:34 AM
» Replies: 0
» Views: 949
google will take control ...
Forum: General
Last Post: zetabeta
08-25-2025, 03:14 PM
» Replies: 22
» Views: 10,505
Booting Issues
Forum: PineNote Software
Last Post: serenopolveroso
08-25-2025, 11:14 AM
» Replies: 19
» Views: 6,128
PINETAB-V doesn't boot.
Forum: Getting Started
Last Post: Woazboat
08-23-2025, 02:58 PM
» Replies: 1
» Views: 1,278
PinePhone Pro: Camera App...
Forum: General Discussion of PinePhone Pro
Last Post: teekay
08-22-2025, 11:23 PM
» Replies: 3
» Views: 3,282
PinePhone Pro discontinue...
Forum: General Discussion of PinePhone Pro
Last Post: teekay
08-22-2025, 11:19 PM
» Replies: 9
» Views: 1,953

 
  Summer Undergraduate Research using Pine64's
Posted by: pkivolowitz - 05-13-2018, 09:20 PM - Forum: Ubuntu - Replies (3)

Hi All,

I am leading two undergraduates on a summer research experience. My question follows this brief project description.

The goal of the project is educational not necessarily practical so after reading what comes next causes you to say to yourself: Why would you do that? The answer is to get down and dirty and learn.

We aim to modify Ubuntu to assert affinity only over certain cores and a portion of physical memory and during boot, load and launch a parallel real time OS. Certain hardware on the Pine64 will be stripped from Ubuntu and given over to the conjoined twin. Hardware related code such as interrupt handling will be modified to multiplex as needed. A thread safe intercommunications portal will exist allowing applications on Linux to exchange data with plugins running on the conjoined twin.

My first question is to confirm I'm downloading the right source code for this purpose (work starts in 3 weeks so I'm getting prepared).




Was this the right place? https://github.com/ayufan-rock64/linux-kernel.git



Thank you all


  Xen hypervisor on Rock64
Posted by: tumbleweed - 05-13-2018, 09:03 PM - Forum: Linux on Rock64 - Replies (5)

Hello,

I'm trying to install the Xen hypervisor on rock64, starting with the info at Xen ARM with Virtualization.
Here are the steps I followed so far:

  1. Installed a minimal debian stretch image on the rock64 mmc (thanks @ayufan !)
  2. Built Xen on rock64 (for XEN_TARGET_ARCH=arm64)
  3. Used mkimage to prep xen for uboot: mkimage -A arm -C none -T kernel -a 0x00800800 -e 0x00800800 -d dist/install/boot/xen xen-uImage
  4. Modified //boot/efi/extlinux/extlinux.conf  to add a custom configuration that loads the xen kernel (xen-uImage) using the same dtb that came with the stretch image (see config code below)
  5. Reboot with serial console attached, select my custom extlinux configuration
  6. rock64 hangs (serial output stops) at "Starting kernel ..."
As far as I know, nobody has written up a guide to doing this, on any RK3328 board, and it's my first time trying.
Anyone have suggestions on what I might try next to get past this hanging problem? 


Code:
label kernel-xen
   kernel /xen-uImage
   initrd /initrd.img
   fdt /dtb
   append earlyprintk=uart8250-32bit,0xff130000 rw root=LABEL=linux-root rootwait rootfstype=ext4 panic=10 init=/sbin/init coherent_pool=1M ethaddr=${ethaddr} eth1addr=${eth1addr} serial=${serial#} cgroup_enable=cpuset cgroup_memory=1 cgroup_enable=memory swapaccount=1


  RISC OS
Posted by: bencollier - 05-13-2018, 06:43 AM - Forum: General Discussion on Pinebook - Replies (7)

Hi,

Has anyone managed to get RISC OS running on the Pinebook?

Thanks,

Ben


Wink ROCKPRO64 PCI-E SATA is low price and low power best to choose wipe your hard disk
Posted by: joe - 05-13-2018, 12:57 AM - Forum: General Discussion on ROCKPRO64 - Replies (8)

If your company or personal not use your old hard disk , but the hard disk data include have your privacy data from hard disk e.g ( Your medical treatment information , ID CARD Number , VISA CARD , PASSWORD   ), this time you need to wipe your hard disk by the US LAW (HIPAA) .

This is very basic level to clear up your include privacy data.

I think most people know delete file is not really deleted , so this need to use Rrockpro64  help.
For the new generation HardDisk over 2TB , you need is time time time and more time and electricity  to wipe your hard disk.
.
Yes , you can say physical destroy is very fast , easy and safe , but physical destroy tool very expensive .


I reseach some have hardware they just to run software wipe your hard disk.

1. http://www.mejw.com.tw/  TP100-I around USD $456   ( Support  4TB )
2. http://www.killdisk.com/killdesk.htm USD $1999   ( Support more than 4TB in size )


Debian arm64 , armhf open source software have ( Scrub , Nwipe  ) can wipe your hard disk.
 
( Note: This two software without warranty and any certification  ( e.g HIPAA, ISO27001/27002) ,  no guarantee your data is completely sanitized across the entire drive , but the same have wipe algorithm .)

At least recovery software can't find it privacy data


1. Scrub  ( wipe algorithm )

https://github.com/chaos/scrub

[Image: A4RIenN.png]

2. Nwipe  (Based on Dban )

https://github.com/martijnvanbrummelen/nwipe


[Image: 3Uf44fc.png]

Other:  Open source Dban need your x86 , x86-64 pc around 300 w Power to wipe your harddisk , very waste your money  .

Rockpro64 you have 1 usb3.0 , 1 PCI-E support 2  SATA port


  Pine64 LTS Not booting
Posted by: krisclarkdev - 05-12-2018, 03:04 PM - Forum: General Discussion on PINE A64-LTS / SOPINE - Replies (2)

Hi all, I just received my Pine64 LTS in the mail today and loaded Diet Pi on an SD Card quickly to find out that it's not booting.

* Power is the provided barrel connector that I purchased
* SD Card is a San Disc 32 GB
* eMCC from plugged in, purchased at the same time as my Pine64
* USB Keyboard plugged in
* USB Mouse plugged in

I checked my DHCP Lease table and it doesn't look like it's powering up and getting an address.  I then took the SD Card out and put it in my Model B Pine64 and it boots right up without issue.

I also noticed that my USB Keyboard back light was on and the mouse was powered up too.

I then put the SD Card back into the LTS and removed parts one at a time in this order.

* eMCC
* Mouse
* Keyboard
* HDMI

And it is still not booting.

I've tried both Diet Pi and Xubuntu with the same results.  I'm starting to think my Pine64 was DOA.  Thoughts?

tyia,
Kris


  Issues out of nowhere
Posted by: fsa317 - 05-11-2018, 06:29 PM - Forum: Ubuntu - Replies (16)

I've had my Pine running Ubuntu for a while now.  Out of nowhere I noticed some programs not running correctly.  While the general system boots up fine and MOST things look OK.  I get this error on a few different programs:

Code:
[   45.593149] sunxi-mmc 1c0f000.sdmmc: smc 0 p0 err, cmd 18, RD DTO !!
[   45.605412] sunxi-mmc 1c0f000.sdmmc: data error, sending stop command
[   45.618610] mmcblk0: timed out sending r/w cmd command, card status 0x900
[   45.631346] mmcblk0: not retrying timeout
[   45.640936] blk_update_request: 115 callbacks suppressed
[   45.640942] end_request: I/O error, dev mmcblk0, sector 14137176
[   45.652834] appdaemon[987]: unhandled level 3 translation fault (7) at 0x00417508, esr 0x92000007
[   45.652840] pgd = ffffffc033186000
[   45.661887] [00417508] *pgd=0000000074a36003, *pmd=0000000074b69003, *pte=0000000000000000

Even trying to run as simple as lsb_release gives me a bus error:

Code:
ubuntu@pine64:~$ lsb_release -a
Bus error

Which also causes a similar error in dmesg:

Code:
[  180.946771] sunxi-mmc 1c0f000.sdmmc: smc 0 p0 err, cmd 18, RD DTO !!
[  180.959150] sunxi-mmc 1c0f000.sdmmc: data error, sending stop command
[  180.971652] mmcblk0: timed out sending r/w cmd command, card status 0x900
[  180.984500] mmcblk0: not retrying timeout
[  180.994239] end_request: I/O error, dev mmcblk0, sector 14137176
[  181.006184] lsb_release[1429]: unhandled level 3 translation fault (7) at 0x00417508, esr 0x92000007
[  181.006194] pgd = ffffffc0348d3000
[  181.015216] [00417508] *pgd=00000000790e2003, *pmd=00000000740a0003, *pte=0000000000000000

[  181.029721] CPU: 3 PID: 1429 Comm: lsb_release Tainted: G         C O 3.10.102-2-pine64-longsleep #66
[  181.029728] task: ffffffc03310a940 ti: ffffffc0363e0000 task.ti: ffffffc0363e0000

I'm pretty much at a loss for what else I can try.  Its odd because most of the system is working but I can't seem to update anything.  Any ideas?


Thumbs Up Everything runs very well
Posted by: ipereda - 05-11-2018, 06:48 AM - Forum: Linux on Rock64 - Replies (3)

[Image: rock64_04.jpg]

Hi everybody!

My first rock64 headless server runs very ok. I installed a 4cm cooler fan and improved the temp in -12ºC approx. Is very silent. An additional external SATAIII to USB 3.0 disk is connected, works as a NAS in my LAN.

I installed Debian 9.4 Stretch minimal (ayufan) on the eMMC and configured it with:

  • ufw & fail2ban
  • nfs & samba 4.5.12
  • pi-hole 3.3.1
  • lighttpd 1.4,45 & certbot & letsencrypt
  • icecast 2.4.2 & ezstream
  • mariaDB 10.1.26 & phpmyadmin
  • nextcloud 13.0.2
  • transmission-daemon
  • minidlna
  • subsonic 6.1.3
Everything worked. Rock64 is the real pi killer Smile) The performance over smb is 75MB/sg. of average, great!!

Very thanks to the all develop team. And to the Pine64 manufacturer, of course. It´s a great job for an ARM motherboard.

Later!


  LPDDR4 Benchmarks
Posted by: elatllat - 05-11-2018, 01:41 AM - Forum: Linux on RockPro64 - Replies (7)

I'm interested in what benchmarks changed with the move from LPDDR3 to LPDDR4.
To start with, specifically what is the output of

Code:
cryptsetup benchmark
with LPDDR4?


  ROCKPro64 wiki main page
Posted by: tllim - 05-10-2018, 03:45 PM - Forum: General Discussion on ROCKPRO64 - Replies (2)

The ROCKPro64 wiki main page just created, here is the link: http://wiki.pine64.org/index.php/ROCKPro64_Main_Page

- schematic has been posted
- the Android OS build will be posted on May 15.

This is community wiki and you are welcome to add-in the information related to ROCKPro64.


Question Running gitlab community edition on Rock64
Posted by: seaurchin - 05-10-2018, 09:26 AM - Forum: General Discussion on ROCK64 - Replies (4)

Hi,

I want to run gitlab community edition for testing purpose , 
Looking at Requirements page I think it should work: https://docs.gitlab.com/ee/install/requirements.html

however if anyone has any good point to through or have experience running gitlab on Rock64 please share !