how to start

11 views
Skip to first unread message

AndreyK

unread,
Oct 16, 2024, 10:57:19 AM10/16/24
to isar-users
Hi,

Is there are any alive example how start with Isar (e.g Raspberry Pi)?

Thx,
Andrey

Uladzimir Bely

unread,
Oct 16, 2024, 11:34:55 AM10/16/24
to AndreyK, isar-users
Hello.

If you have docker installed and configured, you can simply use kas-
container:

```
./kas/kas-container menu
```

- Distro Selection => Raspberry Pi OS Debian 12 (bookworm)
- Machine selection => rpi-arm-v7l # E.g. kernel for Raspberry 3B+
- Packages selection => Isar packages => You might want on;y `expand-
on-first-boot` from the list
- Packages selection => Distro packages => Add any packages from
RaspioOS mirrors
- User management => Activate 'root' user

Adjust other settings if you need. Exit menu and run build:

```
./kas/kas-container build
```

After the build finished you can use the image for SD-card:

`build/tmp/deploy/images/rpi-arm-v7l/isar-image-base-raspios-bookworm-
rpi-arm-v7l.wic`

--
Best regards,
Uladzimir.



Uladzimir Bely

unread,
Oct 16, 2024, 12:04:13 PM10/16/24
to AndreyK, isar-users
Also, there seems to be some issue with automounting "boot" partition
by systemd that should be fixed. At least, for me RPi goes to
"mainanance mode" due to this.

As a quick fix, you can comment out in /etc/fstab the line for /boot
partition.

--
Best regards,
Uladzimir.



Reply all
Reply to author
Forward
0 new messages