Jump to content
XPEnology Community

jumkey

Contributor
  • Posts

    134
  • Joined

  • Last visited

  • Days Won

    4

Everything posted by jumkey

  1. You can take a look at this issue https://github.com/RedPill-TTG/redpill-load/issues/6
  2. Can you provide the content of the syno_block_info file?
  3. There is no /dev/synoboot partition, you need to confirm the value of pid vid or satadom
  4. Try it, the whole process should be clear
  5. /bin/patch --no-backup-if-mismatch -p1 < /etc/jun.patch
  6. cat linuxrc.syno.impl | grep "exts" Check if linuxrc.syno.impl has been patched correctly
  7. chmod +x config/_common/jun/usr/bin/patch
  8. add redpill-qjs-dtb and qjs-runtime Manually unzip custom.gz to see if there are any missing files
  9. Maybe one of the extensions quit abnormally
  10. https://github.com/jumkey/redpill-lkm/blob/develop/config/platforms.h#L121 need compile lkm
  11. I tested it and it's fine ./ext-manager.sh add https://github.com/jumkey/redpill-load/raw/develop/redpill-runtime-qjs/rpext-index.json ./ext-manager.sh add https://github.com/jumkey/redpill-load/raw/develop/redpill-qjs-dtb/rpext-index.json BRP_JUN_MOD=1 BRP_DEBUG=0 BRP_USER_CFG=user_config-ds2422.json ./build-loader.sh DS2422+ 7.0.1-42218 loader.img
  12. I never thought dtb would work on 918😅 jumkey.qjs.000 added 918 because I want to be able to use quickjs on this platform
  13. It seems that the dtb extension is not loaded correctly because of this error
  14. The current configuration of the first kernel, without virtio_net and vmxnet3 root@x:~/build/buildroot# cat output/build/linux-5.15.26/.config | grep E1000 CONFIG_E1000=y CONFIG_E1000E=y CONFIG_E1000E_HWTS=y root@x:~/build/buildroot# cat output/build/linux-5.15.26/.config | grep 8139 # CONFIG_8139CP is not set CONFIG_8139TOO=y CONFIG_8139TOO_PIO=y # CONFIG_8139TOO_TUNE_TWISTER is not set # CONFIG_8139TOO_8129 is not set # CONFIG_8139_OLD_RX_RESET is not set root@x:~/build/buildroot# cat output/build/linux-5.15.26/.config | grep VIRTIO # CONFIG_VIRTIO_CONSOLE is not set # CONFIG_I2C_VIRTIO is not set # CONFIG_DRM_VIRTIO_GPU is not set CONFIG_VIRTIO_MENU=y # CONFIG_VIRTIO_PCI is not set # CONFIG_VIRTIO_MMIO is not set # CONFIG_RPMSG_VIRTIO is not set root@x:~/build/buildroot# cat output/build/linux-5.15.26/.config | grep VMXNET3 # CONFIG_VMXNET3 is not set root@x:~/build/buildroot#
  15. Can you change the vm-100-disk-6 type to sata and try again?
  16. I removed the lzma compression yesterday
  17. https://github.com/pocopico/redpill-load/commit/d62104ed13cf095f56b0599fd3443a415d3a3852 maybe synoboot try to connect update7.synology.com to download smallupdate
  18. Did you know that the first kernel executes a php script to patch the zImage? Will these three minutes be this process?
  19. Installation will not succeed if /dev/synoboot is not found
  20. I didn't delve into it and didn't test with bare metal Do you have experience with how to improve?
  21. It is exactly the same as the previous redpill-dtb extension function, and also does not implement usb mapping. Mainly to solve the problem that the dts-upx file is too large and the ability to integrate quickjs to develop exts.
  22. Refactored redpill-dtb using js, the file size is around 600K Package redpill-runtime-qjs separately for use by other extensions How to use: String ascii sorting of extended id needs to be greater than jumkey.qjs.000 Then
×
×
  • Create New...