Jump to content
XPEnology Community

Leaderboard

Popular Content

Showing content with the highest reputation on 09/02/2021 in all areas

  1. I have manualy patched the vmlinux and made a loader for ds3615xs 7.0.1... it boots and i can install 7RC Version. Working so far. The Info Site in SystemControl is empty as in the beta 7 Version. Edit: 918+ is also working.
    1 point
  2. FYI I have tested redpill-DS3615xs_7.0-41222_b1629822564.img loader on baremetal - old HP dc7700, DSM succesfully installed from ds3615xs_41222.pat file and so far it seems to be working fine. Great work, developers!
    1 point
  3. seems possibility of UEFI boot and 7.0.1. But need some customisation.
    1 point
  4. if there are problems with the building write in a PM.
    1 point
  5. Yes, it will support baremetal too, as ThorGroup said before virtualisation has a lot less hassle!
    1 point
  6. I had a successful run on a baremetal device from my signature. I posted the report a few pages ago.
    1 point
  7. @Quizzer16If you're planning to add a 5th HDD you'll need 5 1/4" - 3 1/2" drive brackets too.
    1 point
  8. @snowfox The UEFI version is here: @maxhartung Does your EliteBook 840 G2 work with Jun's loader on 6.2.3?
    1 point
  9. I just come to share my java port redpill-load with uefi support. Should wait for ttg to announce whether it can really support 7.0.1 some scripts maybe useful cd $LINUX_SRC export CROSS_COMPILE=/root/build/apollolake-DSM-7.0-toolchain/x86_64-pc-linux-gnu/bin/x86_64-pc-linux-gnu- make clean sed -i 's/bzImage: vmlinux/bzImage: /' arch/x86/Makefile make vmlinux -j4 # make some *.o inspire by UnknowO cp ../vmlinux_mod.bin vmlinux # vmlinux_mod.bin is already stripped of debugging and comments, strippe again should be ok make bzImage sed -i 's/bzImage: /bzImage: vmlinux/' arch/x86/Makefile cp arch/x86/boot/bzImage ../zImage and another java port patcherelf-patch.zip Everything is taken from dsm-research repo, thanks to the research of ttg
    1 point
  10. with uefi support. redpill-load.win.zip.001redpill-load.win.zip.002 it also can support dsm 7.0.1
    1 point
  11. Update the toolchain builder to 0.6.0 # Inofficial redpill toolchain image builder - Creates a OCI Container (~= Docker) image based tool chain. - Takes care of downloading (and caching) the required sources to compile redpill.ko and the required os packages that the build process depends on. - Caches .pat downloads inside the container on the host. - Configuration is done in the JSON file `global_config.json`; custom <platform_version> entries can be added underneath the `building_configs` block. Make sure the id is unique per block! - Support a `user_config.json` per <platform_version> - Allows to bind a local redpill-load folder into the container (set `"docker.local_rp_load_use": "true"` and set `"docker.local_rp_load_path": "path/to/rp-load"`) ## Changes - removed `user_config.json.template`, as it was orphaned and people started to use it in an unintended way. - new parameters in `global_config.json`: -- `docker.local_rp_load_use`: wether to mount a local folder with redpill-load into the build container (true/false) -- `docker.local_rp_load_path`: path to the local copy of redpill-load to mount into the build container (absolute or relative path) -- `build_configs[].user_config_json`: allows to defina a user_config.json per <platform_version>. ## Usage 1. edit `<platform>_user_config.json` that matches your <platform_version> according https://github.com/RedPill-TTG/redpill-load and place it in the same folder as redpill_tool_chain.sh 2. Build the image for the platform and version you want: `./redpill_tool_chain.sh build <platform_version>` 3. Run the image for the platform and version you want: `./redpill_tool_chain.sh auto <platform_version>` You can always use `./redpill_tool_chain.sh run <platform_version>` to get a bash prompt, modify whatever you want and finaly execute `make -C /opt/build_all` to build the boot loader image. Note1: run `./redpill_tool_chain.sh` to get the list of supported ids for the <platform_version> parameter. Note2: if `docker.use_local_rp_load` is set to `true`, the auto action will not pull latest redpill-load sources. See README.md for examples redpill-tool-chain_x86_64_v0.6.zip
    1 point
  12. Походу придётся пережать на фринас
    1 point
  13. @Vikarowitsch 1) delete /usr/syno/bin/synocodectool & /volume1/@appstore/VideoStation/bin/synocodectool 2) download https://github.com/likeadoc/synocodectool-patch/blob/master/synocodectool/original/synocodectool.6.2.1-23824-0_6.2.3-25426-3.original 3) rename it to "synocodectool" (without quotes) 4) copy the file to /usr/syno/bin/ & /volume1/@appstore/VideoStation/bin/ 5) apply patch for both copies (./patch.sh -p)
    1 point
×
×
  • Create New...