diff --git a/content/documentation/PineNote/Getting_started.md b/content/documentation/PineNote/Getting_started.md index ae3a4e28..aabaf2f9 100644 --- a/content/documentation/PineNote/Getting_started.md +++ b/content/documentation/PineNote/Getting_started.md @@ -20,13 +20,12 @@ These issues are caused by differences in testing procedures of the shipped Debi 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: -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): +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): * username: `user` * password: `1234` - + 2. Gain root access by executing `sudo su - root` (the password is: `1234`). - + 3. Execute the following (two) commands (as root): ```console @@ -34,9 +33,9 @@ cd /root/uboot bash install_stable_1056mhz_uboot.sh ``` - + 4. Turn off the PineNote by executing `init 0` - + 5. Done. The pinenote should now have a proper U-Boot installed, with rkdeveloptool-support and suspend. --- @@ -64,11 +63,11 @@ Included in the box are: * **PineNote** * **Stylus** * **USB-C to USB-A cable** -* **USB-C to Micro-USB cable** - specifically for the stylus +* (only pre 2024 PineNotes) **USB-C to Micro-USB cable** - specifically for the stylus * **UART Dongle** - for [UART](/documentation/PineNote/Development/UART/) connectivity * **Foldable cover** -## Applying the foldable cover +## Installing the foldable cover The foldable cover can be applied to the PineNote in these simple steps: @@ -82,4 +81,4 @@ The foldable cover can be applied to the PineNote in these simple steps: **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. -![Step 3: Align the PineNote and then place it on top of the stip.](/documentation/PineNote/images/step3.png) \ No newline at end of file +![Step 3: Align the PineNote and then place it on top of the stip.](/documentation/PineNote/images/step3.png) diff --git a/content/documentation/PineNote/Releases.md b/content/documentation/PineNote/Releases.md index a686fa34..6148af07 100644 --- a/content/documentation/PineNote/Releases.md +++ b/content/documentation/PineNote/Releases.md @@ -11,12 +11,21 @@ menu: The following releases are available for the [PineNote](/documentation/PineNote). +## Factory-installed Images + +### Summary + +* Pre-2024 PineNotes were not shipped with a working linux installation. +* 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). +* 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 +* 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. + ## Debian * 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. {{< admonition type="note" >}} - 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. +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. {{< /admonition >}} * 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 See https://wiki.postmarketos.org/wiki/PINE64_PineNote_(pine64-pinenote) - ## Development {{< admonition type="warning" >}} @@ -42,6 +50,7 @@ The following releases are targeted towards experienced developers. ### Linux Kernel +* Batch-2 PineNotes ares shipped with kernels maintained here [https://github.com/m-weigand/linux](https://github.com/m-weigand/linux). * [RK3566 EBC Reverse-Engineering](/documentation/General/RK3566_EBC_reverse-engineering) for the EBC (eInk Panel) driver. * [PineNote Development/Building Kernel](/documentation/PineNote/Development/Building_kernel) * BSP Linux SDK version 4.19 for the PineNote and [Quartz64 Model A](/documentation/Quartz64): @@ -62,4 +71,4 @@ Download: Notes: -* 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 \ No newline at end of file +* 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