diff --git a/config/DVA1622/7.1-42661/config.json b/config/DVA1622/7.1-42661/config.json new file mode 100644 index 0000000..a5dafe4 --- /dev/null +++ b/config/DVA1622/7.1-42661/config.json @@ -0,0 +1,112 @@ +{ + "os": { + "id": "dva1622_42661", + "pat_url": "file://localhost/root/content.tar", + "sha256": "99f60f0c2b54c0a2adbc01d79e872273488ba43296a7a74904c462bc423b7dfe" + }, + + "files": { + "zlinux": { + "name": "zImage", + "sha256": "a31e91a62ab6f3ff986bc7fcfde0a56a292c15e17735e7b5fad573d333cf7de4" + }, + "ramdisk": { + "name": "rd.gz", + "sha256": "32ee25e7a806eb481cc858edd7f1e341c85c7627ea03788f8466716432830d33" + }, + "vmlinux": { + "sha256": "" + } + }, + + "patches": { + "zlinux": [ + ], + "ramdisk": [ + "@@@COMMON@@@/ramdisk-001-disable-root-pwd.patch", + "@@@COMMON@@@/v7.0.1/ramdisk-002-init-script.patch", + "@@@COMMON@@@/v7.0.1/ramdisk-003-post-init-script.patch" + ] + }, + + "synoinfo": { + }, + + "grub": { + "template": "@@@COMMON@@@/grub-template.conf", + "base_cmdline": { + "sn": "", + "vid": "0x46f4", + "pid": "0x0001", + "mac1": "", + "netif_num": 1, + + "syno_hw_version": "DVA1622", + "intel_iommu": "igfx_off", + "HddEnableDynamicPower": 1, + "vender_format_version": 2, + "console": "ttyS0,115200n8", + "synoboot2": null, + "elevator": "elevator", + "syno_ttyS0": "serial,0x3f8", + "syno_ttyS1": "serial,0x2f8", + "root": "/dev/md0", + "earlycon": "uart8250,io,0x3f8,115200n8" + }, + + "menu_entries": { + "Yet Another Jun`s Mod x RedPill DVA1622 v7.1-42661 (USB, Verbose)": { + "options": [ + "savedefault", + "set root=(hd0,2)", + "echo Loading Linux...", + "linux /bzImage @@@CMDLINE@@@", + "echo Starting kernel with USB boot" + ], + "cmdline": { + "earlyprintk": null, + "loglevel": 15, + "log_buf_len": "32M" + } + }, + "Yet Another Jun`s Mod x RedPill DVA1622 v7.1-42661 (SATA, Verbose)": { + "options": [ + "savedefault", + "set root=(hd0,2)", + "echo Loading Linux...", + "linux /bzImage @@@CMDLINE@@@", + "echo Starting kernel with SATA boot", + "echo WARNING: SATA boot support on this platform is experimental!" + ], + "cmdline": { + "earlyprintk": null, + "loglevel": 15, + "synoboot_satadom": 2, + "log_buf_len": "32M" + } + } + } + }, + + "extra": { + "compress_rd": false, + "ramdisk_copy": { + "@@@EXT@@@/rp-lkm/redpill-linux-v4.4.180+.ko": "usr/lib/modules/rp.ko", + "@@@COMMON@@@/iosched-trampoline.sh": "usr/sbin/modprobe" + }, + "bootp1_copy": { + "@@@PAT@@@/GRUB_VER": "GRUB_VER", + "@@@COMMON@@@/EFI/boot/SynoBootLoader.conf": "EFI/BOOT/", + "@@@COMMON@@@/EFI/boot/SynoBootLoader.efi": "EFI/BOOT/" + }, + "bootp2_copy": { + "@@@COMMON@@@/bzImage": "bzImage", + "@@@PAT@@@/GRUB_VER": "GRUB_VER", + "@@@COMMON@@@/EFI": "EFI", + "@@@PAT@@@/grub_cksum.syno": "grub_cksum.syno", + "@@@PAT@@@/rd.gz": "rd.gz", + "@@@PAT@@@/zImage": "zImage" + } + } +} + diff --git a/redpill-virtio/rpext-index.json b/redpill-virtio/rpext-index.json index 0c100e3..7a2ae4d 100644 --- a/redpill-virtio/rpext-index.json +++ b/redpill-virtio/rpext-index.json @@ -14,6 +14,7 @@ "ds2422p_42218": "https://github.com/jumkey/redpill-load/raw/develop/redpill-virtio/recipes/ds1621p_41890.json", "dva3221_42218": "https://github.com/jumkey/redpill-load/raw/develop/redpill-virtio/recipes/dva3221_41890.json", "ds920p_42661": "https://github.com/jumkey/redpill-load/raw/develop/redpill-virtio/recipes/ds920p_41890.json", + "dva1622_42661": "https://github.com/jumkey/redpill-load/raw/develop/redpill-virtio/recipes/ds920p_41890.json", "ds3617xs_42218": "https://github.com/jumkey/redpill-load/raw/develop/redpill-virtio/recipes/ds3617xs_41890.json", "ds3622xsp_42218": "https://github.com/jumkey/redpill-load/raw/develop/redpill-virtio/recipes/ds3622xsp_41890.json", "ds3622xsp_42661": "https://github.com/jumkey/redpill-load/raw/develop/redpill-virtio/recipes/ds3622xsp_41890.json",