Commit graph

480 commits

Author SHA1 Message Date
fewtarius
9dd0d3270d
Fix multiple startup bugs
* Revert enabling blkid in e2fsprogs, this conflicts with the busybox binary and causes partitions to fail to resize on first boot.
  * Optimize startup order and apply a guard to set_settings to ensure the system configuration exists before writing to it.  This resolves black screen issues that sometimes occur during the initial boot.
2024-01-16 12:38:18 +00:00
fewtarius
5e680f2a0a
Merge pull request #2691 from fewtarius/dev
Fix AYANEO 2S display remaining on when put to sleep.
2024-01-15 09:45:45 -05:00
fewtarius
f485ca7b98
Fix AYANEO 2S display remaining on when put to sleep. 2024-01-15 14:44:53 +00:00
Brooksytech
5224a8d2f8
Merge pull request #2686 from brooksytech/dev
Add dependencies to nvtop
2024-01-14 22:30:58 -08:00
brooksytech
1888959d7a
Add dependencies to nvtop 2024-01-15 06:27:32 +00:00
fewtarius
c268849b8d
Merge pull request #2683 from citral23/usb-gadget
Usb gadget addition: mtp
2024-01-14 22:22:42 -05:00
Christophe Branchereau
b64ee278f6 Packages: add umtprd
Signed-off-by: Christophe Branchereau <cbranchereau@gmail.com>
2024-01-15 00:12:20 +01:00
brooksytech
4df02352aa
Add initial nvtop support (panfrost only for now) 2024-01-14 07:02:12 +00:00
fewtarius
71b4a5cbb7
* Fix full factory reset issue on weston devices.
* Ensure userconfig setup runs after automount.
* Automount now places a readme in /storage/roms with instructions to create game directories.
* Pico 8 autostart script no longer creates the directory.
2024-01-12 12:20:37 +00:00
fewtarius
f0af05ea47
Update systemd. 2024-01-12 01:57:17 +00:00
fewtarius
e20a00f7fa
Pull grub changes back as some devices still need them. 2024-01-11 14:17:37 +00:00
fewtarius
bd74e7c622
Close channel after setting LED state for Ayaneo Air & 2S. Reset LED color after battery status change even if power saving mode is disabled. 2024-01-08 01:18:55 +00:00
fewtarius
d922523403
Adds support for Ayaneo 2S, removes unnecessary grub configuration file, update kernel, firmware, and systemd. 2024-01-07 02:00:52 +00:00
fewtarius
7ee14cc645
* Post-update notices should go to the console and the logs.
* Update pipewire and wireplumber.
* Optimize wireplumber BT auto connect.
* When provisining JELOS for the first time overwite any existing configs unless explicitly excluded.
2023-12-29 14:08:54 +00:00
fewtarius
8f0bfde778
* Python 3.11.7, GCC 13.2.0, LLVM 17.0.6, GLIB 2.78.3, GZdoom (Latest).
* Update misc packages for GCC 13.
* Thanks to @CoreELEC (Python 3), @ArchLinux (lrps2), and @AmberELEC (EmulationStation).
2023-12-27 01:31:28 +00:00
fewtarius
cc32fe868a
Switch default build optimization from -Ofast to -O3. 2023-12-21 01:08:24 +00:00
Brooksytech
8e87c04c94
Merge pull request #2550 from brooksytech/dev
RK3399: Adjust battery level led indicator
2023-12-17 14:21:47 -08:00
brooksytech
b6a384c371
RK3399: Adjust battery level led indicator 2023-12-17 22:20:49 +00:00
fewtarius
845faa3fb8
Fix copyright headers to be consistent with our documentation. 2023-12-17 14:52:39 +00:00
fewtarius
ca1a58c4c8
Package updates. 2023-12-15 16:33:23 +00:00
fewtarius
629647deaf
* Moves creation of game directories into automount and out of tmpfiles.d so automount is the only tool managing them.
* Move post-update a little earlier, and stop rebooting after the update completes as it should no longer be necessary.
* Migrate games from games-{internal,external} to games-{internal,external}/roms to allow upper/lower directory switching.
* If there is no defined upper setting, and there is an external card available, preference the card so modifications to /storage/roms are hosted there as expected.
* Corrects factory reset to ignore new games paths.
2023-12-04 22:06:31 +00:00
fewtarius
07474123b6
Fix udevil regression. 2023-12-04 12:31:38 +00:00
fewtarius
4c1c0b1928
Fix merged storage to switch on and off correctly. Hide internal/external switch, but make it available as system.merged.device (1/0). 2023-12-04 01:26:09 +00:00
fewtarius
55c73695be
Change the default EPP from performance to balanced_performance, add simple AMD64 benchmark script. 2023-11-29 22:25:36 +00:00
fewtarius
c048348f25
Update bluez, and improve support for low latency audio thanks to @ValveSoftware. 2023-11-28 22:53:30 +00:00
fewtarius
cd03c4cc55
Merge pull request #2431 from fewtarius/dev
Feature: Use overlayfs to merge internal and external storage into /storage/roms
2023-11-27 17:49:22 -05:00
fewtarius
73b7b358e8
Feature: Use overlayfs to merge internal and external storage into /storage/roms.
* Creates a new directory structure for games:
  * Internal Storage (or tf1): /storage/games-internal
  * External MicroSD: /storage/games-external
  * Combined Path: /storage/roms
* Games copied to /storage/roms will be saved to /storage/games-internal.
* Samba has been updated to present both volumes for network access.
* EmulationStation now has an eject option under System Settings -> Hardware /Storage.
* When a compatible microsd is inserted, JELOS will automatically add it to the overlay, making the content available to ES after a gamelist update or an ES restart.
* Udevil will no longer mount microsd cards to /run/media, however it will still handle mounting all other external storage.
* After the update, JELOS will automatically migrate your current roms directory once.
* Additionally the hotkey management feature has moved from System Settings to Controller and Bluetooth Settings.
* The rom split tool is now deprecated as it is no longer needed.
2023-11-27 22:41:15 +00:00
fewtarius
2b086daa1b
Merge pull request #2428 from fewtarius/dev
Bug fixes: Online threads, Powerstate looping.
2023-11-27 09:15:15 -05:00
fewtarius
5c71f89f5f
Fix a condition with powerstate where the status variable is being clobbered causing it to loop and waste unnecessary resources. 2023-11-27 14:12:13 +00:00
fewtarius
ef2255b8c8
Merge pull request #2425 from fewtarius/dev
AMD64 P-state improvements, revert RK3566 drain fixes.
2023-11-26 14:36:46 -05:00
fewtarius
947c482a37
* Improved support for AMD p-state drivers (<7w idle on AMD 6800U).
* Break Loki Zero link to configure proper default TDP for Max and MiniPro.
* Revert drain when charged while powered off support for RK3566.
2023-11-26 19:03:00 +00:00
fewtarius
6fc7947d19
Merge pull request #2399 from citral23/usb-gadget
Usb gadget implementation proposal
2023-11-25 12:43:21 -05:00
fewtarius
3d330a4c6f
* Fix tailscale arch issue on AMD64.
* Add host to eliminate lookup timeouts.
* Improve kernel optimization (AMD64).
* Bump ES.
2023-11-15 00:00:28 +00:00
fewtarius
d6e3aa72fe
Core platform updates. REQUIRES A CLEAN, may still need tweaking on some devices. 2023-11-13 22:18:49 +00:00
fewtarius
df3fccf437
Update kernel drivers. 2023-11-13 12:47:16 +00:00
Christophe Branchereau
d11425a32f Busybox: add udhcpd, for ECM
Signed-off-by: Christophe Branchereau <cbranchereau@gmail.com>
2023-11-09 11:03:27 +01:00
fewtarius
454357c3f9
PC image optimization testing. 2023-11-08 16:48:36 +00:00
fewtarius
80e8471ab6
* Historically JELOS configured CPU/GPU/DMC performance modes via a single scheduling function. Prior to implementing powerstate we extended that functionality to also manage AMD GPU performance. This functionality conflicts with powerstate and has been deprecated in favor of new behavior that allows ARM devices to utilize the GPU performance feature previously available for AMD devices only. 2023-11-07 23:46:44 +00:00
fewtarius
78d506e423
Fix RK3566 startup issues. 2023-11-06 18:55:42 +00:00
fewtarius
f080b06224
* Update documentation
* Begin work on hibernation support.
2023-11-06 10:51:09 +00:00
fewtarius
8e0e8d853f
Merge pull request #2301 from fewtarius/dev
Switch how we manage jslisten on wake, and also bump systemd.
2023-11-03 07:55:10 -04:00
fewtarius
c0989e0693
Switch how we manage jslisten on wake, and also bump systemd. 2023-11-03 11:54:40 +00:00
adamg
ae0d19763b packages: cleanup unused amlogic related packages 2023-11-02 21:54:57 +00:00
fewtarius
4fae103d7c
Don't apply a default es_systems when we build all emulators. 2023-11-02 18:16:09 +00:00
fewtarius
91c416df2c
Switch devices back to alsathread for retroarch, pulse seems to affect performance. 2023-11-01 15:45:58 +00:00
Brooksytech
a5020b17c0
Merge pull request #2283 from brooksytech/dev
Fix RK3399 HDMI sense
2023-10-31 22:08:34 -07:00
mason
56b0e0885a
Fix RK3399 HDMI sense 2023-11-01 05:06:15 +00:00
Brooksytech
4d77361743
Merge pull request #2282 from brooksytech/dev
Clean up JELOS hdmi audio sensing
2023-10-31 15:52:42 -07:00
mason
0777cf160f
Clean up JELOS hmdi audio sensing 2023-10-31 22:50:58 +00:00
mason
04c8b61530
Clean up JELOS hmdi audio sensing 2023-10-31 22:48:49 +00:00