Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/pine64/website
Browse files Browse the repository at this point in the history
  • Loading branch information
x1y committed Mar 2, 2024
2 parents e1d01a6 + 97b8505 commit 21db20d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ Expected result

Download the following U-Boot build. The source code can be found https://xff.cz/git/u-boot/tree/?h=ppp-2023.07[here].

cd ~/rk2aw
mkdir -p ~/u-boot && cd ~/u-boot
curl -O https://xff.cz/kernels/bootloaders-2024.04/ppp.tar.gz
tar -xzf ppp.tar.gz

Expand Down Expand Up @@ -225,12 +225,12 @@ You can optionally use bootstrap to generate distro image, instead of direct dow
git clone --depth=1 https://git.sr.ht/~postmarketos/pmbootstrap
mkdir -p ~/.local/bin
ln -s "$PWD/pmbootstrap/pmbootstrap.py" ~/.local/bin/pmbootstrap
source ~/.profile # remember to update your environment
pmbootstrap --version # if this returns error see next command

sudo tee -a ~/.profile <<EOF
tee -a ~/.profile <<EOF
PATH="$HOME/.local/bin:$PATH"
EOF
source ~/.profile # remember to update your environment

Start creating 2 GB empty image file, format and mount it.

Expand All @@ -246,11 +246,11 @@ Build PostmarketOS image via pmbootstrap
pmbootstrap status
pmbootstrap pull
pmbootstrap install --sdcard=/dev/loop0
pmbootstrap shutdown # remember to deactivare chroot after the image creation
pmbootstrap shutdown # remember to deactivate chroot after the image creation

== Switching on device

According to megi's linkhttps://xnux.eu/rk2aw[rk2aw info], use the power button and LED feedback to operate the PinePhone Pro:
According to megi's link:https://xnux.eu/rk2aw[rk2aw info], use the power button and LED feedback to operate the PinePhone Pro:

* Plug in USB power cord. The LED blinks: 0.5s on, 0.5s off. Battery is slowly charging.
* Press shortly power button. The graphical menu appears, than just select the image to boot from.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ image:/documentation/PineTab2/images/PineTab2_USB_UARTv2.jpg[The UART adapter,ti
The USB-C UART adapter can be connected to the PineTab2 to debug boot issues at the early boot:

* Plug the adapter face-up in the USB-C port furthest away from the power button. If all the lights are lit, you have the wrong port: only the green light should be lit when you first plug it in.
* Plug USB-C cable into the port on the adapter marked "DEBUG" (the other port can be used as a power delivery passthrough so you can charge and debut at the same time)
* Plug USB-C cable into the port on the adapter marked "DEBUG" (the other port can be used as a power delivery passthrough so you can charge and debug at the same time)
* Open a terminal window
* Install _minicom_ or _screen_ via your distribution's package manager, if you don't have it installed already
* Connect via minicom using `sudo minicom -D /dev/ttyUSB0 -b 1500000` or via screen using `sudo screen /dev/ttyUSB0 1500000`
Expand Down

0 comments on commit 21db20d

Please sign in to comment.