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
|
8b0e01c154
|
BAORD: genimage.sh: don't write hash on dirty (#163)
|
2025-04-16 20:55:02 +02:00 |
|
Apaczer
|
cb4a379249
|
BOARD-genimage: omit error output from git cmd
use `--always` opt for `git describe`
|
2024-08-26 21:27:27 +02:00 |
|
Apaczer
|
7c62be3a43
|
BOARD-genimage: don't run with sudo (#116)
works with fakeroot - fix local build
|
2024-08-03 20:58:10 +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
|
1852510148
|
PACKAGE/DEFCONFIG: add sdlbook app (#99)
with miyoo&optimization changes
|
2024-05-06 23:56:12 +02:00 |
|
Apaczer
|
fc489c0680
|
GENIMAGE/ACTIONS: automate CFW release tag & status ver. (#94)
* [GENIMAGE] automate CFW release tag & status ver.
- shell formatting
- add CFW_ITERATION count for Dev-build
- separate CFW and BR2 tagging
- don't use $BR2_VERSION_FULL
* [ACTIONS] build.yml:
- allow for manual workflow dispatch
- fetch-depth=0 (can't fetch-tags)
- rm commented line
- cleanup
- append `ref_name` for unofficials
|
2024-03-08 17:07:46 +01:00 |
|
Apaczer
|
c0e05d10be
|
[GENIMAGE/ACTIONS] revert ver. to 2.0.0-BETAv2
+ append auto-builds with "Dev_build" string
|
2024-01-12 20:55:53 +01:00 |
|
tiopex
|
b63ab29b2f
|
Remove obsolete uboot miyoo logo format (#77)
|
2024-01-03 17:49:19 +01:00 |
|
tiopex
|
026f607360
|
Bump version to 2.0.1 (#76)
|
2024-01-03 11:00:25 +01:00 |
|
tiopex
|
b01780f318
|
Prepare splash for uboot (#69)
|
2023-12-27 13:58:30 +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
|
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 |
|
Apaczer
|
56b734ed07
|
[GENIMAGE] write CFW hash to miyoo splash
|
2023-11-01 16:35:41 +01:00 |
|
tiopex
|
932f566cc3
|
change bmp type to v4
|
2023-10-25 16:07:17 +02:00 |
|
tiopex
|
df704a643d
|
Remove flip boot logo image file
|
2023-10-25 13:40:06 +02:00 |
|
tiopex
|
551c940091
|
Add current version to boot logo
|
2023-10-24 14:05:20 +02:00 |
|
tiopex
|
a2f39f8c83
|
Generate sdk tarball file by buildroot
Fix gmenu2x output files when rebuild image
|
2023-03-27 11:24:45 +02:00 |
|
tiopex
|
8bd4a5d2e2
|
Add version and toolchain to img filename (#18)
* add version and toolchain to img filename
---------
Co-authored-by: Apaczer <94932128+Apaczer@users.noreply.github.com>
|
2023-03-27 09:08:23 +02:00 |
|
tiopex
|
52c0a95984
|
fix uppercase and build gmenu2x dist
|
2023-03-17 21:49:56 +01:00 |
|
tpietrus
|
0a56e2e6cf
|
add resize and set bakclight and volume
|
2023-03-16 10:08:25 +01:00 |
|
tiopex
|
fa8b4b1683
|
add build image
|
2023-03-13 17:52:33 +01:00 |
|