PINE64

Full Version: Help to execute script to install arch with FDE
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello, someone could help me perform an install of arch on the pp with FDE, I downloaded the script installer.sh but I have no idea how to use it to make a image with FDE.
(06-27-2022, 02:10 AM)user641 Wrote: [ -> ]Hello, someone could help me perform an install of arch on the pp with FDE, I downloaded the script installer.sh but I have no idea how to use it to make a image with FDE.


it's pretty straight forward.

Answer the prompts to flash to your preferences (Phosh, etc).


Most importantly, select accessible sdcard or emmc for your installation location


Before running the script, install a few pre requisites:

*squashfs-tools

* f2fs

See video breakdown showing Pinetab, process and script, identical: https://tube.tchncs.de/w/f5e41da9-3d95-4...96d165105e

If you get it wrong, trying again will flash over it.

The nice thing is, it takes care of everything. Just be careful to flash the right device Wink
(06-27-2022, 12:55 PM)RTP Wrote: [ -> ]
(06-27-2022, 02:10 AM)user641 Wrote: [ -> ]Hello, someone could help me perform an install of arch on the pp with FDE, I downloaded the script installer.sh but I have no idea how to use it to make a image with FDE.


it's pretty straight forward.

Answer the prompts to flash to your preferences (Phosh, etc).


Most importantly, select accessible sdcard or emmc for your installation location


Before running the script, install a few pre requisites:

*squashfs-tools

* f2fs

See video breakdown showing Pinetab, process and script, identical: https://tube.tchncs.de/w/f5e41da9-3d95-4...96d165105e

If you get it wrong, trying again will flash over it.

The nice thing is, it takes care of everything. Just be careful to flash the right device Wink
It's much easier thanI thought watching the video, I had tried that though, the problem I got an error output online 8 of the script:
./installer.sh
./installer.sh: riga 8: errore di sintassi vicino al token non atteso "newline"
./installer.sh: riga 8: `<!DOCTYPE html>'

Do you know how to fix it?
(06-28-2022, 02:07 PM)user641 Wrote: [ -> ]It's much easier thanI thought watching the video, I had tried that though, the problem I got an error output online 8 of the script:
./installer.sh
./installer.sh: riga 8: errore di sintassi vicino al token non atteso "newline"
./installer.sh: riga 8: `<!DOCTYPE html>'

Do you know how to fix it?

Suggest first redownloading the installer script.

To download, run:

Code:
wget https://raw.githubusercontent.com/dreemurrs-embedded/archarm-mobile-fde-installer/master/installer.sh


This will download the raw installer script, preserving format.

Next run this installer script from your machine choice.

Code:
chmod +x installer.sh && sudo ./installer.sh
(06-29-2022, 07:02 PM)RTP Wrote: [ -> ]
(06-28-2022, 02:07 PM)user641 Wrote: [ -> ]It's much easier thanI thought watching the video, I had tried that though, the problem I got an error output online 8 of the script:
./installer.sh
./installer.sh: riga 8: errore di sintassi vicino al token non atteso "newline"
./installer.sh: riga 8: `<!DOCTYPE html>'

Do you know how to fix it?

Suggest first redownloading the installer script.

To download, run:

Code:
wget https://raw.githubusercontent.com/dreemurrs-embedded/archarm-mobile-fde-installer/master/installer.sh


This will download the raw installer script, preserving format.

Next run this installer script from your machine choice.

Code:
chmod +x installer.sh && sudo ./installer.sh

It worked! Thanks!
(06-29-2022, 11:40 PM)user641 Wrote: [ -> ]It worked! Thanks!

Welcome. Smile