From d8eed51eab15ba6a5b994851350d9a557e8810f8 Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Wed, 21 Jun 2023 04:08:15 +0300 Subject: [PATCH] Updated LicheePi4A (markdown) --- LicheePi4A.md | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/LicheePi4A.md b/LicheePi4A.md index b6c6a88..9944fe0 100644 --- a/LicheePi4A.md +++ b/LicheePi4A.md @@ -15,4 +15,21 @@ In this image, from top left: At bottom: - Full size HDMI, connected to my 43" TV, using 3840x2160 resolution at 60 Hz -Currently I'm typing to Firefox running on this LicheePi 4A, logged into Locals. Also compiling TSC https://secretchronicles.org/ and Godot. \ No newline at end of file +Currently I'm typing to Firefox running on this LicheePi 4A, logged into Locals. Also compiling TSC https://secretchronicles.org/ and Godot. + +## Chroot + +Because internal 8 GB storage is too small to install packages, I am using external USB3 SSD drive where I add Chroot of newest Debian Sid RISC-V. + +https://wiki.debian.org/chroot + +Remount with exec and dev so I can install Chroot. As root: +``` +apt -y install debootstrap + +mkdir -p /media/sipeed/L500GB/debian + +mount -i -o remount,exec,dev /media/sipeed/L500GB + +debootstrap --no-check-gpg sid /media/sipeed/L500GB/debian http://ftp.ports.debian.org/debian-ports/ +``` \ No newline at end of file