Commit Graph

63 Commits

Author SHA1 Message Date
Apaczer
bb94014294 FIRSBOOT: add extra p5 for ROMS (use GPT) & add option for switching FS (#168)
* BOARD: firstboot:  use ext4 for p1 explicitly
* BOARD: /etc/main : update fsck scripts
* BOARD: inittab: 
 - add /roms in p5
 - mount RO /boot in async (default)
* BOARD: genimage.sh: gen ROMS EXT4 image
* BAORD: prebuild.sh: 
 - create mount point for ROMS
 - increase MAIN & ROMS block size
 - the size of /mnt is "hardcoded" after image creation
 - we need real space for backup manipulation in ROMS
* BOARD: mv roms upward
* BOARD: firstboot: add p5 ROMS and resize
* BOARD: genimage-sdcard.cfg: 
 - use GPT
 - add p5 for roms

* PACKAGE/BOARD: patch/genimage: down-size gpt table
* PACKAGE/DEFCONFIG: add `gptfdisk` package to shared
* BOARD: firstboot: allow for switching FS type in MAIN and ROMS
* README: update firstboot_procedure.drawio.png
  - add FS change boxes and IPK installer
* BOARD: firstboot: not mandatory to resize for IPK manager
* DEFCONFIG: add default kernel patching
* DEFCONFIG: uppercase rootfs label
* BOARD: umtpr: uppercas partition LABELS
* DEFCONFIG/PACKAGE: add RSYNC pkg
* BOARD: mount FAT p5 in async (default)

* BOARD: add ROMS icons for Win
Co-Authored-By: TriForce <triforce@gznetwork.com>
2025-05-18 16:27:05 +02:00
Apaczer
d179b45df2 PACKAGE: create libretro-mednafen-supergrafx pkg (#162) 2025-04-16 20:55:28 +02:00
Apaczer
194ab4981e PACKAGE/DEFCONFIG: create&add libretro-fake08 (#155)
* PACKAGE: add & create `libretro-fake08` pkg

* PACKAGE: optimize `libretro-fake08` on uClibc (patch)
- disable audio by default here
2025-02-28 22:04:24 +01:00
Apaczer
0bbd0bb001 PACKAGE: create libretro -scummvm for mainstream and refactor -scummvm-legacy (#149)
* PACKAGE: add `libretro-scummvm-legacy` pkg

* PACKAGE-libretro-core-info: add scummvm-legacy info

* DEFCONFIG: add `libretro-scummvm-legacy` to shared builds

* BOARD: create gmenu2x's `scummvm.scummvm_legacy.ra` shortcut

* PACKAGE-libretro-scummvm: revert to mainstream & update ver. to working one 2.10.0

* PACKAGE-libretro-scummvm: use 'ScummVM` for system paths
2025-01-31 23:07:02 +01:00
Apaczer
fee56a6cd6 PACKAGE: add & create libretro-uae4all pkg (#148)
* PACKAGE: add `libretro-uae4all` pkg

* PACKAGE-libretro-core-info: add uae4all info

* DEFCONFIG: add `libretro-uae4all` to shared builds

* BOARD: create gmenu2x's `uae4all.ra` shortcut
2025-01-31 23:05:55 +01:00
Apaczer
4a6229b40a DEFCONIFG: add libexecinfo to shared builds (#135)
for backtrace
2024-11-13 07:56:37 +01:00
tiopex
313fad9dbf PACKAGE: Add DirectFB2 & SDL2 (#134)
* Add SDL2 + DirectFB2

---------

Co-authored-by: Apaczer <94932128+Apaczer@users.noreply.github.com>
2024-11-09 19:59:04 +01:00
tiopex
02ec67eb21 toolchain: bump kernel headers to 5.15.x (#132) 2024-10-29 07:20:15 +01:00
Apaczer
59d7586ca6 BOARD: separate miyoo packages + concentrate RetroArch/libretro (#129)
MENU->Target packages ---> Miyoo Packages ---> ...
2024-10-15 20:07:21 +02:00
tiopex
01f28139a5 Add default root password (#128) 2024-10-08 21:31:20 -03:00
tiopex
3eaaba588f Add binary emus: DrPocketSNES, FCEUX, GNGEO, gpSP, RACE, PCSX_reARMed, Gambatte (#127) 2024-10-08 21:08:42 -03:00
tiopex
67d5f04fbb Add dhcp server and client package (#124) 2024-09-06 22:13:58 -04:00
tiopex
907a1b1f45 Add Dropbear and pure-ftpd (#121) 2024-09-04 22:28:56 +02:00
Apaczer
03142e8c1b DEFCONFIG: enable AAC codec in FFMPEG options
handles sound for mp4 audio
2024-08-09 17:30:11 +02:00
Apaczer
23aa769387 DEFCONFIG: enable all important FFMPEG options
- quick correction for https://github.com/MiyooCFW/buildroot/pull/117
- also disable nonfree dependencies (openssl & libfdk-aac)
2024-08-09 07:46:50 +02:00
Apaczer
eadda580e9 DEFCONFIG/BOARD: minimize ffmpeg build & use libx264 for video rec (#117)
* BOARD: update Video Record app (video_record.sh)
* DEFCONFIG: minimize ffmpeg build
2024-08-07 21:27:07 +02:00
Apaczer
4836a07b73 PACKAGE-opkg/DEFCONFIG: miyoo/patch to remount rootfs in RW/RDONLY mode (#115)
* DEFCONFIG: add $BR2_GLOBAL_PATCH_DIR for miyoo board
  create $(TOPDIR)/board/miyoo/patches
* PACKAGE-opkg: miyoo/patch to remount rootfs in RW/RDONLY mode
2024-08-02 18:42:16 +02:00
Apaczer
452f493e75 PACKAGE: add new gmenu2x-gm2xpkg package to SDK (#113)
- install `gm2xpkg` to SDK
- add new GMENU2X_GM2XPKG package
- dl single file source of raw.githubusercontent.com
2024-07-05 23:01:30 +02:00
Apaczer
6c028fb38e BOARD/CONFIG: add prebuild.sh to create /var/lib/opkg structure (#112) 2024-07-05 23:00:03 +02:00
Apaczer
8c3d70a6f4 PACKAGE/DEFCONFIG: bump sdl_mixer pkg ver. & allow here for mikmod linking (#105)
add `libmikmod` to shared defconfigs
2024-05-29 23:32:12 +02:00
Apaczer
1852510148 PACKAGE/DEFCONFIG: add sdlbook app (#99)
with miyoo&optimization changes
2024-05-06 23:56:12 +02:00
Apaczer
f5bdd4355a PACKAGE-ncurses: enable WCHAR support (#104) 2024-04-30 21:05:11 +02:00
Apaczer
3dae427d4c PACKAGE/DEFCONFIG: add new package djvu + fix lmupdf shared (#96)
djvulibre & mupdf libs
2024-03-23 07:08:50 +01:00
Apaczer
8b4e452366 DEFCONFIG: add Dejavu & Liberation fonts (#97)
location `/usr/share/fonts/<name>/truetype`
2024-03-22 21:48:34 +01:00
tiopex
cbc68fb3d4 Add screen app (#85) 2024-01-13 09:13:31 +01:00
tiopex
04fc020178 Add target optimizations -mcpu=arm926ej-s -marm (#79) 2024-01-05 09:08:09 +01:00
Apaczer
c6cc029a0c [PACKAGE/DEFCONFIG] add PYGAME along side with new pkg PYGAME_MENU (#72)
* [CONFIG] add PYGAME package

* [PACKAGE] add PYGAME-MENU

* [DEFCONFIG] add PYTHON_PYGAME to shared.SDKS

* [PYGAME-MENU] select 	PYTHON_TYPING_EXTENSIONS
2024-01-03 15:25:40 +01:00
tiopex
bb7b7e03eb [DEFCONFIG/BOARD] Fix permissions, mount rootfs read-only, create swap in firstboot (#66)
* Fix permissions

* Enable swap in firstboot, change btrfs commit interval to 5s
2023-12-14 23:06:39 +01:00
tiopex
130d2be1f3 BTRFS file system for MAIN and rootfs partition (#65)
* BTRFS file system for MAIN and rootfs partition
2023-12-13 07:14:00 +01:00
tiopex
2f89873479 [BOARD/CONFIG]fix dtb names (#62) 2023-11-30 11:05:17 +01:00
tiopex
10d3f8c37a [PACKAGE/BOARD] Add handle usb-hid gadget (#55)
* Add handle usb-hid gadget (Tunr your handheld into usb gamepad for PC)

* Add special keys handling

* add Manual for USB-HID app

* use st terminal to execute script

---------

Co-authored-by: Apaczer <94932128+Apaczer@users.noreply.github.com>
2023-11-28 23:15:18 +01:00
Apaczer
790b198b88 [PACKAGE/BOARD] add COMMANDER package & update appLink (#57)
* [PACKAGE] add COMMANDER file manager
* [BOARD] rm precompiled commander & upd appLink
2023-11-24 21:15:29 +01:00
Apaczer
02627752b2 [PACKAGE/BOARD] add ST_SDL package & update scripts (#54)
* [PACKAGE] add ST_SDL for terminal emulation
* [BOARD] rm 3-party `st` app & update scripts
2023-11-21 15:55:44 +01:00
Apaczer
423e87bd64 [BOARD/PACKAGE] add FFMPEG to record&play /dev/fb0 + alsa capture (#48)
* [PACKAGE] downgrade FFMPEG(add) & X264
- use ffmpeg-3.1 thus downgrade ver. to working SDL1.2
- downgrade x264 to be inline with former ffmpeg
- uncomment FFSERVER build instructions (it is available in 3.1 version)

* [BOARD] 
- add `ffplay` & `ffmpeg` apps to record&play
- add `arecord` script for AUDIO capture (use alsaloop workaround)
- update appLinks with "params=&" for bg launch
- use `pkill` instead 'killall` for scripts (warning: it also checks for bash running under the same name)
- use FFPROBE to detect media format in `ffplay`
- for X264  use sources.buildroot.net (code.videolan.org src only works with git method)
- rm redundant usb Applink
- add 0003-ffplay-custom-sdlk.patch (to make hotkeys usable in miyoo)
2023-11-18 17:27:30 +01:00
tiopex
b7a8ba56ec [PACKAGE/BOARD] Add Retroarch v1.16.0.3 (#50)
* Add retroarch package

* libretro cores as separate packages

* Add libretro-super package

* Add core resources, move retroarch bin to /mnt/emus/retroarch dir

* add NxEngine assets + correct indendt

* [BOARD] add cores appLinks

* [GENIMAGE] test -d before running cp to not stderr

* [BOARD] add "cores" section in gmenu2x with all appLinks

* add PRBOOM data *.wad file

* [GENIMAGE] generate cores' script links in genimage.sh

* Add scummvm core & downgrade

* [GENIMAGE] don't run cores in verbose

* resort `core links` and update their icons

---------

Co-authored-by: Apaczer <94932128+Apaczer@users.noreply.github.com>
2023-11-16 20:17:18 +01:00
Apaczer
19493fca5e [GENIMAGE] DRY *.img version output
use BR2 config postcript args.
2023-11-06 18:37:42 +01:00
Apaczer
f68c643c65 [BOARD/DEFCONFIG] add libC implementation to splash 2023-11-06 08:53:20 +01:00
tiopex
1cdeb8b930 Merge pull request #45 from tiopex/master
Add joy to keyboard button mapper
2023-10-25 08:45:59 +02:00
Apaczer
3a434d54a2 [BUSYBOX] use custom config from board/miyoo
add PGREP and PKILL cmds
2023-10-20 18:05:01 +02:00
tiopex
515379acad add Linux Joystick Mapper 2023-10-10 15:01:12 +02:00
Apaczer
7dcbb1208d [DEFCONFIG] add ESPEAK package (#44)
TTS engine
2023-09-29 13:31:47 +02:00
Apaczer
519ce818d3 [DEFCONFIG] add OPKG packages
+ [GMENU2X] include IPK_SUPPORT in CFLAGS
2023-08-31 20:10:45 +02:00
Apaczer
cd078d2b55 [PACKAGE] add fbcat (#40) 2023-07-17 22:27:10 +02:00
tiopex
26cf244553 disable locale, downgrade parted to v3.1, use fatresize v1.1.0 2023-04-11 10:49:52 +02:00
tpietrus
dacff9d36d Add openGL for compile gngeo 2023-04-04 14:25:05 +02:00
tiopex
26802360a1 Remove build host-cmake 2023-03-28 14:56:51 +02:00
tiopex
2498d3557c Enable Top-level parallel build 2023-03-28 13:08:02 +02:00
tiopex
adb0aac055 Remove unrar 2023-03-28 08:09:36 +02:00
tiopex
61b2f3e3c1 Update miyoo_uclibc_defconfig 2023-03-27 22:05:24 +02:00
tiopex
ad85145d57 Merge pull request #21 from tiopex/joy2key
Add joy2key app
2023-03-27 17:35:32 +02:00