You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/documentation/PineNote/Getting_started.md
+8-9Lines changed: 8 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,23 +20,22 @@ These issues are caused by differences in testing procedures of the shipped Debi
20
20
21
21
Fortunately the PineNote ships with a complete set of bootloader files and fixing the issue is a matter of a few shell commands:, which are flashing a working U-Boot to get MASKROM with magnet working on PineNote:
22
22
23
-
1. Login via UART-adapter or ssh, or use the Gnome-Terminal (found in the quick slots of the dashboard -
24
-
switch to BW+Dithering mode for faster screen responses):
23
+
1. Login via UART-adapter or ssh, or use the Gnome-Terminal (found in the quick slots of the dashboard - switch to BW+Dithering mode for faster screen responses):
25
24
* username: `user`
26
25
* password: `1234`
27
-
26
+
28
27
2. Gain root access by executing `sudo su - root` (the password is: `1234`).
29
-
28
+
30
29
3. Execute the following (two) commands (as root):
31
30
32
31
```console
33
32
cd /root/uboot
34
33
35
34
bash install_stable_1056mhz_uboot.sh
36
35
```
37
-
36
+
38
37
4. Turn off the PineNote by executing `init 0`
39
-
38
+
40
39
5. Done. The pinenote should now have a proper U-Boot installed, with rkdeveloptool-support and suspend.
41
40
42
41
---
@@ -64,11 +63,11 @@ Included in the box are:
64
63
***PineNote**
65
64
***Stylus**
66
65
***USB-C to USB-A cable**
67
-
***USB-C to Micro-USB cable** - specifically for the stylus
66
+
*(only pre 2024 PineNotes) **USB-C to Micro-USB cable** - specifically for the stylus
68
67
***UART Dongle** - for [UART](/documentation/PineNote/Development/UART/) connectivity
69
68
***Foldable cover**
70
69
71
-
## Applying the foldable cover
70
+
## Installing the foldable cover
72
71
73
72
The foldable cover can be applied to the PineNote in these simple steps:
74
73
@@ -82,4 +81,4 @@ The foldable cover can be applied to the PineNote in these simple steps:
82
81
83
82
**Step 3:** Carefully place the PineNote on top of the side with the adhesive strip, ensuring that the corners and edges are properly aligned with the device.
84
83
85
-

84
+

Copy file name to clipboardExpand all lines: content/documentation/PineNote/Releases.md
+12-3Lines changed: 12 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,12 +11,21 @@ menu:
11
11
12
12
The following releases are available for the [PineNote](/documentation/PineNote).
13
13
14
+
## Factory-installed Images
15
+
16
+
### Summary
17
+
18
+
* Pre-2024 PineNotes were not shipped with a working linux installation.
19
+
* Batch-2 PineNotes that started selling in October 2024 were shipped with the community-maintained, Debian-based, Linux image found here: [https://github.com/PNDeb/pinenote-debian-image](https://github.com/PNDeb/pinenote-debian-image).
20
+
* While the factory-flashed image cannot be freely distributed due to unclear distribution rights of the waveform, OS files without the shipped waveforms can be found in this release and a basically equivalent to the shipped images: https://github.com/PNDeb/pinenote-debian-image/releases/tag/batch-2-factory-image-wo-waveform
21
+
* Parts of the batch-2 PineNotes will be flashed with an updated OS version. Notes regarding differentiating between factory OS versions will be made available here in time.
22
+
14
23
## Debian
15
24
16
25
* A full GNOME-enabled rootfs/disc image is provided under [m-weigand/pinenote-debian-recipes/releases](https://github.com/m-weigand/pinenote-debian-recipes/releases). This image can be flashed using rkdeveloptool.
17
26
18
27
{{< admonition type="note" >}}
19
-
Check the [dev](https://github.com/m-weigand/pinenote-debian-recipes/tree/dev) branch and github actions artifacts (possibly requires github login) for builds newer than the latest release.
28
+
Check the [trixie](https://github.com/m-weigand/pinenote-debian-recipes/tree/trixie) branch and github actions artifacts (possibly requires github login) for builds newer than the latest release.
20
29
{{< /admonition >}}
21
30
22
31
* A Debian-based minimalistic rootfs/disc image can be built using `debos` using the work from [Eugen Răhăian](https://salsa.debian.org/eugenrh). The GNOME image above is building on this work.
@@ -33,7 +42,6 @@ See https://github.com/DorianRudolph/pinenotes#arch-linux
33
42
34
43
See https://wiki.postmarketos.org/wiki/PINE64_PineNote_(pine64-pinenote)
35
44
36
-
37
45
## Development
38
46
39
47
{{< admonition type="warning" >}}
@@ -42,6 +50,7 @@ The following releases are targeted towards experienced developers.
42
50
43
51
### Linux Kernel
44
52
53
+
* Batch-2 PineNotes ares shipped with kernels maintained here [https://github.com/m-weigand/linux](https://github.com/m-weigand/linux).
45
54
*[RK3566 EBC Reverse-Engineering](/documentation/General/RK3566_EBC_reverse-engineering) for the EBC (eInk Panel) driver.
* BSP Linux SDK version 4.19 for the PineNote and [Quartz64 Model A](/documentation/Quartz64):
@@ -62,4 +71,4 @@ Download:
62
71
63
72
Notes:
64
73
65
-
* View [Android SDK for RK3566](/documentation/General/Android_SDK_for_RK3566) for more information how to compile an image for the PineNote using this SDK
74
+
* View [Android SDK for RK3566](/documentation/General/Android_SDK_for_RK3566) for more information how to compile an image for the PineNote using this SDK
0 commit comments