Orange Pi R1 Plus LTS #181
-
|
Hello guys, When I try to run the service, I get this before crash: |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 6 replies
-
|
I manage to install javascript node. System load: 0.17 0.09 0.03 Up time: 1 min [ General system configuration (beta): orangepi-config ] Last login: Sat Feb 22 22:18:56 2025 from 192.168.1.6 orangepi@orangepir1plus-lts:~$ cd |
Beta Was this translation helpful? Give feedback.
-
|
@Arcanengineer Mainsail is not part of ArozOS and I guess you are trying to start something with ArozOS subservice system Usually when a kernel panic (or crash) happens, it is not caused by user space applications like ArozOS and it is highly likely that it is caused by kernel space bug like incompatible driver or hardware damage / corruption. Try installing the system with a new board and see if the issue persists. |
Beta Was this translation helpful? Give feedback.
@Arcanengineer Just to clarify, by crash you mean kernel panic (like the whole OS is dead) or just ArozOS is crashed (like automatically restart continuously via systemd?) If it is kernel panic, it is not ArozOS issue as it runs in user space.
If it is ArozOS crashing, sometime with some weird CPU architecture, you might need to build ArozOS from source to make it works (maybe some instruction is missing?), you can try build from source and install it manually and see if the issue still persists.