Jump to content

PINE64 PineNote (pine64-pinenote): Difference between revisions

From postmarketOS Wiki
MartijnBraam (talk | contribs)
No edit summary
MartijnBraam (talk | contribs)
Line 62: Line 62:
The device is only flashable using the rkusb bootloader mode. This can be done with the opensource rkdeveloptool utility.
The device is only flashable using the rkusb bootloader mode. This can be done with the opensource rkdeveloptool utility.


To trigger the bootloader hold a magnet on the backcover of the pinenote while powering it on.  
To trigger the bootloader hold a magnet on the backcover of the pinenote while powering it on.
 
When it's booted correctly into bootloader mode it should show up in the device list of rkdeveloptool:
 
<source lang="shell-session">
$ rkdeveloptool ld
DevNo=1 Vid=0x2207,Pid=0x350a,LocationID=100    Loader
</source>
 
It's possible to overwrite the eMMC with the LBA write command:
 
<source lang="shell-session">
$ rkdeveloptool wl 0 rootfs.img
The 0 is the offset in blocks from the start of the eMMC, can be used to flash a partition if you know the offset
</source>


== Installation ==
== Installation ==

Revision as of 16:28, 30 August 2021

This device is marked as not booting.
PINE64 PineNote
The PineNote showing a pdf
The PineNote showing a pdf
Manufacturer PINE64
Name PineNote
Codename pine64-pinenote
Released 2021
Hardware
Chipset Rockchip RK3566
CPU 4x 2Ghz Cortex-A55
GPU Mali G52 2EE
Display 1404x1872 e-paper
Storage 128 GB
Memory 4GB
Architecture aarch64
Software
Original software Unknown
postmarketOS
Category testing
Pre-built images no


Contributors

  • MartijnBraam

Users owning this device


How to enter flash mode

The device is only flashable using the rkusb bootloader mode. This can be done with the opensource rkdeveloptool utility.

To trigger the bootloader hold a magnet on the backcover of the pinenote while powering it on.

When it's booted correctly into bootloader mode it should show up in the device list of rkdeveloptool:

$ rkdeveloptool ld
DevNo=1 Vid=0x2207,Pid=0x350a,LocationID=100    Loader

It's possible to overwrite the eMMC with the LBA write command:

$ rkdeveloptool wl 0 rootfs.img
The 0 is the offset in blocks from the start of the eMMC, can be used to flash a partition if you know the offset

Installation

Todo

See also