No description
Find a file
2022-02-14 16:15:16 -05:00
.github/ISSUE_TEMPLATE Update issue templates 2022-02-13 08:24:47 -05:00
config Updates - Kernel, Emustation, etc. 2022-02-09 20:43:29 -05:00
distributions/JELOS Dropping support for the RG351 series. 2022-02-12 17:33:21 -05:00
licenses JELOS 20220205 - Release 2022-02-05 09:23:32 -05:00
packages Update cores, and remove additional 351 bits 2022-02-14 16:15:16 -05:00
projects/Rockchip Bump kernel 2022-02-13 07:25:31 -05:00
scripts Update cores, and remove additional 351 bits 2022-02-14 16:15:16 -05:00
tools burnimage should also allow passing the version 2022-02-08 06:36:46 -05:00
.dockerignore JELOS 20220205 - Release 2022-02-05 09:23:32 -05:00
.gitignore Support for RG351P/M/V/MP 2022-02-12 08:25:47 -05:00
CODE_OF_CONDUCT.md Create CODE_OF_CONDUCT.md 2022-02-13 08:04:25 -05:00
CONTRIBUTING.md Create CONTRIBUTING.md 2022-02-13 08:19:58 -05:00
Dockerfile Repo clean up 2022-02-12 10:14:29 -05:00
LICENSE.md Add license.md 2022-02-13 09:11:46 -05:00
Makefile Update cores, and remove additional 351 bits 2022-02-14 16:15:16 -05:00
README.md Dropping support for the RG351 series. 2022-02-12 17:33:21 -05:00

JELOS - Just enough Linux Operating System

Just Enough Linux Operating System (JELOS) is a simple Linux distribution for ARM based devices that specializes in handhelds. My goal is to build an operating system that has the features and capabilities that I need, and to have fun building it.

Features

  • Supports the Anbernic RG552 handheld.
  • A 64bit Operating System.
  • Supports FAT32, ExFAT, and EXT4 file systems.
  • Filesystem compatibility with Android

Licenses

JELOS is a Linux distribution that is made up of many open-source components. Components are provided under their respective licenses. This distribution includes components licensed for non-commercial use only.

JELOS Branding

JELOS branding and images are licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.

You are free to

  • Share — copy and redistribute the material in any medium or format
  • Adapt — remix, transform, and build upon the material

Under the following terms

  • Attribution — You must give appropriate credit, provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use.
  • NonCommercial — You may not use the material for commercial purposes.
  • ShareAlike — If you remix, transform, or build upon the material, you must distribute your contributions under the same license as the original.

JELOS Software

Copyright 2021-present Fewtarius

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Installation

Upgrading

  • Download the latest version of JELOS (.tar or .img.gz) for your device.
  • Copy the update to your device over the network or to the sdcard's update folder.
  • Reboot the device, and the update will begin automatically.

Network Access

  • The username for ssh and samba access is "root". The root password is generated during every boot, it can be found in the Network Settings menu.

Credits

Like any Linux distribution, this project is not the work of one person. It is the work of many persons all over the world who have developed the open source bits without which this project could not exist. Special thanks to 351ELEC, EmuELEC, CoreELEC, LibreELEC, Anbernic, and developers across the ARM handheld community.

Frequently Asked Questions

  • Does JELOS offer any support?
    • No. JELOS is something that I develop for fun, it is provided as-is. If you require a distribution with support, I recommend you choose a community supported distribution instead.
  • Do you plan to add additional ports, software, or emulators?
    • I add things to JELOS as I have an itch to scratch. The community has updated PortMaster to work with JELOS.
  • What about N64, Dreamcast, Saturn, Jaguar, PSP, etc on the 552?
    • Those platforms perform best in Android on the 552, and I have no interest in them. I recommend that you use Android instead for those.
  • Will you support my device?
    • If you send me a device and source code, I'll consider it.
  • How can I disable root password rotation?
    • SSH to the handheld and run the following commands.
      • set_setting rotate.root.password 0
      • passwd root
      • smbpasswd root
    • Alternatively, copy your ssh key with ssh-copy-id, and leave rotation enabled.
      • ssh-copy-id root@jelos