Install instructions #6

Open
opened 2023-09-13 14:58:21 +00:00 by stack · 0 comments

My notes for installation. Feel free to correct. 😀

# Add SD card and verify it's there
$ sudo dmesg | tail
$ unzstd Rocky-9-aarch64-minimal-2023.09.10.raw.zst
$ sudo dd if=Rocky-9-aarch64-minimal-2023.09.10.raw of=/dev/sdb bs=2M status=progress && sync
# I ejected and re-inserted SD card
# I double checked it was sdX
$ sudo dmesg | tail

$ git clone https://github.com/libre-computer-project/libretech-flash-tool.git
$ cd libretech-flash-tool
$ ./lft.sh board-list
all-h3-cc-h3
all-h3-cc-h5
aml-a311d-cc
aml-s805x-ac
aml-s905x-cc
aml-s905x-cc-v2
aml-s905d-pc
aml-s905d3-cc
roc-rk3328-cc
roc-rk3399-pc
# This tool also should confirm sdX
$ ./lft.sh dev-list
sdX
$ sudo ./lft.sh bl-flash BOARD-LIST-DEVICE-FROM-ABOVE sdX
My notes for installation. Feel free to correct. 😀 ``` # Add SD card and verify it's there $ sudo dmesg | tail $ unzstd Rocky-9-aarch64-minimal-2023.09.10.raw.zst $ sudo dd if=Rocky-9-aarch64-minimal-2023.09.10.raw of=/dev/sdb bs=2M status=progress && sync # I ejected and re-inserted SD card # I double checked it was sdX $ sudo dmesg | tail $ git clone https://github.com/libre-computer-project/libretech-flash-tool.git $ cd libretech-flash-tool $ ./lft.sh board-list all-h3-cc-h3 all-h3-cc-h5 aml-a311d-cc aml-s805x-ac aml-s905x-cc aml-s905x-cc-v2 aml-s905d-pc aml-s905d3-cc roc-rk3328-cc roc-rk3399-pc # This tool also should confirm sdX $ ./lft.sh dev-list sdX $ sudo ./lft.sh bl-flash BOARD-LIST-DEVICE-FROM-ABOVE sdX ```
Sign in to join this conversation.
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: sig_altarch/rockygenericaarch64#6
No description provided.