Jump to content
XPEnology Community

TinyCore RedPill loader (TCRP) - Development release 0.9


Recommended Posts

6 minutes ago, Polanskiman said:

Is it only me or wouldn't it be sensible to allow the user to at least be able to enable/disable this auto update feature? Or perhaps this is just temporary considering it's still in development?

 

I can imagine a scenario where there could be a bug in an updated code of TCRP Friend which would then prevent DSM from booting, or would that not be possible? Just thinking out loud here.

 

Its a valid point. I should add this in the next release ! 

  • Like 2
Link to comment
Share on other sites

@Polanskiman @WiteWulf OK, as of TCRP Friend version 0.0.2 if you do not set the "friendautoupd" key to "true" TCRP Friend will stop auto updating. The default though will be remain true.

 

"general": {

"model": "",

"version": "",

"zimghash": "",

"rdhash": "",

"usb_line": "",

"sata_line": "",

"redpillmake" : "",

"friendautoupd" : "true"

},

 

This will be effective after the new update to v0.0.2. Then you should stop boot at TCRP Friend and edit your /mnt/tcrp/user_config.json to add this key. 

 

Edited by pocopico
  • Like 2
Link to comment
Share on other sites

14 minutes ago, pocopico said:

OK, as of TCRP Friend version 0.0.2 if you do not set the "friendautoupd" key to "true" TCRP Friend will stop auto updating. The default though will be remain true.

Not sure I get it. So let me see if I get this right. On next reboot, TCRP Friend will update to v0.0.2 and the autoupdate will be disabled? Reason I am confused is because you also say the default will remain true. Not sure what you intended to say there.

Link to comment
Share on other sites

2 hours ago, Polanskiman said:

Not sure I get it. So let me see if I get this right. On next reboot, TCRP Friend will update to v0.0.2 and the autoupdate will be disabled? Reason I am confused is because you also say the default will remain true. Not sure what you intended to say there.

 

After the update and after adding the "friendautoupd" : "false" key on your user_config.json the automatic updates will stop.

 

You can either add that prior your system reboot by mounting the synoboot3 partition and editing the user_config.json to add that key on the general table. Or while you are at TCRP Friend by editing /mnt/tcrp/user_config.json. 

 

The default user_config.json setting though for people that will build new loaders will remain true.

 

EDIT: I advice though against disabling the autoupdate as in the future if we have a new version then you will have to manually perform the update anyway.

Edited by pocopico
  • Like 2
Link to comment
Share on other sites

I've just updated to 0.0.2 and can confirm that without the new friendautoupd key it is not auto-updating

 

Adding the key and rebooting sees the guest attempt to auto update 👍

 

@pocopico do you need to add "friendautoupd" : "true" to the default user_config in TCRP 0.9 now?

Edited by WiteWulf
Link to comment
Share on other sites

2 minutes ago, WiteWulf said:

I've just updated to 0.0.2 and can confirm that without the new friendautoupd key it is not auto-updating

 

Adding the key and rebooting sees the guest attempt to auto update 👍

 

If so, won't users who are not aware that the friendautoupd key is absolutely necessary will not be able to auto-update forever?🤨

  • Like 1
Link to comment
Share on other sites

7 minutes ago, WiteWulf said:

I've just updated to 0.0.2 and can confirm that without the new friendautoupd key it is not auto-updating

 

Adding the key and rebooting sees the guest attempt to auto update 👍

 

@pocopico do you need to add "friendautoupd" : "true" to the default user_config in TCRP 0.9 now?

 

Hm ! good question ... i guess It should be the other way around ... 

 

EDIT: OK it should be the other way around. The autoupdate will be skipped ONLY if "friendautoupd" is set to "false" leaving the default behavior to auto update ! Thanx @WiteWulf @Peter Suh

Edited by pocopico
  • Like 3
Link to comment
Share on other sites

Something seems off.

 

I started from scratch and burned the loader. used v0.9.2.7. At the end of the process I can't backup. No space. Didn't have this issue when I first did the loader a week ago.

tc@box:~$ ./rploader.sh backup
Please make sure you are using the latest 1GB img before using backup option
Current /home/tc size is 844M , try to keep it less than 1GB as it might not fit into your image
Should i update the sdc with your current files [Yy/Nn]
y
Backing up home files to sdc : Backing up files to /mnt/sdc3//mydata.tgz \
There was an issue, see /tmp/backup_status.
Error: Couldn't backup files
tc@box:~$ vi /tmp/backup_status
tc@box:~$ ./rploader.sh backuploader
No adequate space on TCRP loader partition  /mnt/sdc3
tc@box:~$

So I went ahead anyways and exitcheck.sh reboot to be greeted with the following error:

IMG_8616.JPG

DSM is not visible on the network.

Link to comment
Share on other sites

36 minutes ago, Polanskiman said:

Something seems off.

 

I started from scratch and burned the loader. used v0.9.2.7. At the end of the process I can't backup. No space. Didn't have this issue when I first did the loader a week ago.

tc@box:~$ ./rploader.sh backup
Please make sure you are using the latest 1GB img before using backup option
Current /home/tc size is 844M , try to keep it less than 1GB as it might not fit into your image
Should i update the sdc with your current files [Yy/Nn]
y
Backing up home files to sdc : Backing up files to /mnt/sdc3//mydata.tgz \
There was an issue, see /tmp/backup_status.
Error: Couldn't backup files
tc@box:~$ vi /tmp/backup_status
tc@box:~$ ./rploader.sh backuploader
No adequate space on TCRP loader partition  /mnt/sdc3
tc@box:~$

So I went ahead anyways and exitcheck.sh reboot to be greeted with the following error:

IMG_8616.JPG

DSM is not visible on the network.

 

@Polanskiman

 

There is definitely a reason why the /home/tc size occupies 844M.

 

Usually it doesn't take up that much space.


If you list up the contents of /home/tc, most of the space is probably where the DSM pat file is located.

 

Search for pat files with find in subdirectories including /home/tc and Check how many pat files are occupied in /mnt/sdc3/auxfiles as well.


This is a common phenomenon when building two or more models.

 

before backing up One of the ways to save space is to do ./rploader.sh clean processing in advance.

Edited by Peter Suh
Link to comment
Share on other sites

Just now, Peter Suh said:

 

@Polanskiman

 

There is definitely a reason why the /home/tc size occupies 844M.

 

Usually it doesn't take up that much space.


If you list up the contents of /home/tc, most of the space is probably where the DSM pat file is located.

 

Search for pat files with find in subdirectories including /home/tc and Check how many pat files are occupied in /mnt/sda3/auxfiles as well.


This is a common phenomenon when building two or more models.

 

before backing up One of the ways to save space is to do ./rploader.sh clean processing in advance.

There is no reason for this to happen. As I said I started from a fresh formatted usb key and proceeded with the exact same commands as a week ago:

 

On 9/30/2022 at 7:27 AM, Polanskiman said:

1. burn TCRP v.0.9.2.5 image to usb key and plug to NAS

2. boot TinyCore then run:

./rploader.sh update

here I got updated to TCRP v.0.9.2.6

./rploader.sh fullupgrade
./rploader.sh identifyusb
./rploader.sh serialgen DS3622xs+ realmac
./rploader.sh satamap
./rploader.sh listmods broadwellnk-7.1.0-42661
./rploader.sh build broadwellnk-7.1.0-42661 withfriend
./rploader.sh backup
./rploader.sh backuploader
exitcheck.sh reboot

 

Link to comment
Share on other sites

52 minutes ago, Polanskiman said:

Something seems off.

 

I started from scratch and burned the loader. used v0.9.2.7. At the end of the process I can't backup. No space. Didn't have this issue when I first did the loader a week ago.

tc@box:~$ ./rploader.sh backup
Please make sure you are using the latest 1GB img before using backup option
Current /home/tc size is 844M , try to keep it less than 1GB as it might not fit into your image
Should i update the sdc with your current files [Yy/Nn]
y
Backing up home files to sdc : Backing up files to /mnt/sdc3//mydata.tgz \
There was an issue, see /tmp/backup_status.
Error: Couldn't backup files
tc@box:~$ vi /tmp/backup_status
tc@box:~$ ./rploader.sh backuploader
No adequate space on TCRP loader partition  /mnt/sdc3
tc@box:~$

So I went ahead anyways and exitcheck.sh reboot to be greeted with the following error:

IMG_8616.JPG

DSM is not visible on the network.

 

 

Yes. the warning is there for a reason. Very large backups fill up the third partition space which is used as a permanent storage for various files, user_config.json being one of them. 

 

You can start over but this time make sure you backup only the files that are necessary. 

 

If the remaing disk space is less than 400MB then all the previously stored pat files will be removed. So i wouldnt bet much on /mnt/sdx3/auxfiles. I would look at /home/tc/redpill-load which can be removed before backup.

 

 

Edited by pocopico
Link to comment
Share on other sites

3 minutes ago, pocopico said:

You can start over but this time make sure you backup only the files that are necessary. 

Which are?

 

What I am failing to understand is why I am getting this now and not a week ago when I did the exact same procedure with a blank usb key, which is what I am doing exactly now.

  • Like 1
Link to comment
Share on other sites

10 hours ago, Polanskiman said:

There is no reason for this to happen. As I said I started from a fresh formatted usb key and proceeded with the exact same commands as a week ago:

 

 

 

1003579674_2022-10-0712_10_08.thumb.png.4b8407a4280b0e6ce2825dab3c086b7e.png

 

Same 0.9.2.7 loader image, exactly the same command you used.

 

The pat file of DS3622xs+ 42661 was confirmed in two places.

 

The /mnt subdirectory is not included in the backup and therefore has no effect.

 

Perhaps if you search for pat with find, there is one more oldbackup.pat file in /home/tc.

 

In that case, the capacity to be backed up by the pat file will exceed 800M bytes.

 

If my prediction is correct,

 

I don't know exactly what pattern that file is created by.

 

Link to comment
Share on other sites

8 minutes ago, Polanskiman said:

Which are?

 

What I am failing to understand is why I am getting this now and not a week ago when I did the exact same procedure with a blank usb key, which is what I am doing exactly now.

can you please share the whole build output  ?  The occupied space on /home/tc/ should normaly be about 170MB.

 

In any case you can expand the size of the third partition to maximum with gparted. To install gparted in Tinycore you can initiate the following command : tce-load -iw gparted and after installation you can increate the size to maximum.

 

 

Edited by pocopico
  • Like 1
Link to comment
Share on other sites

4 minutes ago, pocopico said:

can you please share the whole build output  ? 

 

Here you go.

Spoiler
tc@box:~$ ./rploader.sh listmods broadwellnk-7.1.0-42661
bspatch does not exist, bringing over from repo
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100 10232  100 10232    0     0  22195      0 --:--:-- --:--:-- --:--:-- 22147
Rploader Version : 0.9.2.6
Loader source : https://github.com/pocopico/redpill-load.git Loader Branch : develop
Redpill module source : https://github.com/pocopico/redpill-lkm.git : Redpill module branch : master
Extensions :   redpill-misc
Extensions URL : "https://github.com/pocopico/redpill-load/raw/develop/redpill-misc/rpext-index.json"
TOOLKIT_URL : https://sourceforge.net/projects/dsgpl/files/toolkit/DSM7.0/ds.broadwellnk-7.0.dev.txz/download
TOOLKIT_SHA : 0d9edca67d9e7e14c2529bbb58341b623936124d5264f71f1e4acbacf3ea202d
SYNOKERNEL_URL : https://sourceforge.net/projects/dsgpl/files/Synology%20NAS%20GPL%20Source/25426branch/broadwellnk-source/linux-4.4.x.txz/download
SYNOKERNEL_SHA : d3e85eb80f16a83244fcae6016ab6783cd8ac55e3af2b4240455261396e1e1be
COMPILE_METHOD : toolkit_dev
TARGET_PLATFORM       : broadwellnk
TARGET_VERSION    : 7.1.0
TARGET_REVISION : 42661
REDPILL_LKM_MAKE_TARGET : dev-v7
KERNEL_MAJOR : 4
MODULE_ALIAS_FILE :  modules.alias.4.json
SYNOMODEL : ds3622xsp_42661
MODEL : DS3622xs+
Local Cache Folder : /mnt/sdc3/auxfiles
DATE Internet : 06102022 Local : 06102022
Checking Internet Access -> OK
Cloning into 'redpill-lkm'...
remote: Enumerating objects: 1398, done.
remote: Counting objects: 100% (470/470), done.
remote: Compressing objects: 100% (134/134), done.
remote: Total 1398 (delta 355), reused 405 (delta 323), pack-reused 928
Receiving objects: 100% (1398/1398), 2.78 MiB | 5.17 MiB/s, done.
Resolving deltas: 100% (918/918), done.
Cloning into 'redpill-load'...
remote: Enumerating objects: 2809, done.
remote: Counting objects: 100% (293/293), done.
remote: Compressing objects: 100% (162/162), done.
remote: Total 2809 (delta 148), reused 263 (delta 122), pack-reused 2516
Receiving objects: 100% (2809/2809), 118.30 MiB | 14.08 MiB/s, done.
Resolving deltas: 100% (1370/1370), done.
Testing modules.alias.4.json -> File OK
------------------------------------------------------------------------------------------------
It looks that you will need the following modules :


Found VGA Controller : pciid 8086d00000402  Required Extension : i915
Searching for matching extension for i915
[#] Checking runtime for required tools... [OK]
[#] Adding new extension from https://raw.githubusercontent.com/pocopico/rp-ext/master/e1000e/rpext-index.json...
[#] Downloading remote file https://raw.githubusercontent.com/pocopico/rp-ext/master/e1000e/rpext-index.json to /home/tc/redpill-load/custom/extensions/_new_ext_index.tmp_json
######################################################################## 100.0%
[OK]
[#] ========================================== pocopico.e1000e ==========================================
[#] Extension name: e1000e
[#] Description: Adds Intel(R) PRO/1000 Network Driver Support
[#] To get help visit: <todo>
[#] Extension preparer/packer: https://github.com/pocopico/rp-ext/tree/main/e1000e
[#] Software author: https://github.com/pocopico
[#] Update URL: https://raw.githubusercontent.com/pocopico/rp-ext/master/e1000e/rpext-index.json
[#] Platforms supported: ds1621p_42218 ds1621p_42951 ds918p_41890 dva3221_42661 ds3617xs_42621 ds3617xs_42218 ds920p_42661 dva3221_42962 ds918p_42661 ds3622xsp_42962 ds3617xs_42951 dva1622_42218 dva1622_42621 ds920p_42962 ds1621p_42661 dva1622_42951 ds918p_25556 dva3221_42218 ds3615xs_42661 dva3221_42951 ds3622xsp_42661 ds2422p_42661 ds3622xsp_42218 ds2422p_42962 rs4021xsp_42621 dva1622_42962 ds2422p_42218 rs4021xsp_42962 dva3221_42621 ds3615xs_42962 ds3617xs_42962 ds3615xs_41222 ds920p_42951 rs4021xsp_42218 ds2422p_42951 ds918p_42621 ds3617xs_42661 ds3615xs_25556 ds920p_42218 rs4021xsp_42951 ds920p_42621 ds918p_42962 ds3615xs_42951 ds3622xsp_42951 dva1622_42661 ds918p_42218 ds2422p_42621 ds1621p_42621 ds3615xs_42621 ds3615xs_42218 ds1621p_42962 ds3622xsp_42621 rs4021xsp_42661
[#] =======================================================================================

Found Ethernet Interface : pciid 8086d0000153b Required Extension : e1000e
Searching for matching extension for e1000e
Found matching extension :
"https://raw.githubusercontent.com/pocopico/rp-ext/master/e1000e/rpext-index.json"
Found SATA Controller : pciid 8086d00008c82  Required Extension : ahci
Searching for matching extension for ahci
[#] Checking runtime for required tools... [OK]
[#] Adding new extension from https://raw.githubusercontent.com/pocopico/rp-ext/master/alx/rpext-index.json...
[#] Downloading remote file https://raw.githubusercontent.com/pocopico/rp-ext/master/alx/rpext-index.json to /home/tc/redpill-load/custom/extensions/_new_ext_index.tmp_json
######################################################################## 100.0%
[OK]
[#] ========================================== pocopico.alx ==========================================
[#] Extension name: alx
[#] Description: Adds Qualcomm Atheros(R) AR816x/AR817x PCI-E Ethernet Network Driver Support
[#] To get help visit: <todo>
[#] Extension preparer/packer: https://github.com/pocopico/rp-ext/tree/main/alx
[#] Software author: https://github.com/pocopico
[#] Update URL: https://raw.githubusercontent.com/pocopico/rp-ext/master/alx/rpext-index.json
[#] Platforms supported: ds1621p_42218 ds1621p_42951 ds918p_41890 dva3221_42661 ds3617xs_42621 ds3617xs_42218 ds920p_42661 dva3221_42962 ds918p_42661 ds3622xsp_42962 ds3617xs_42951 dva1622_42218 dva1622_42621 ds920p_42962 ds1621p_42661 dva1622_42951 ds918p_25556 dva3221_42218 ds3615xs_42661 dva3221_42951 ds3622xsp_42661 ds2422p_42661 ds3622xsp_42218 ds2422p_42962 rs4021xsp_42621 dva1622_42962 ds2422p_42218 rs4021xsp_42962 dva3221_42621 ds3615xs_42962 ds3617xs_42962 ds3615xs_41222 ds920p_42951 rs4021xsp_42218 ds2422p_42951 ds918p_42621 ds3617xs_42661 ds3615xs_25556 ds920p_42218 rs4021xsp_42951 ds920p_42621 ds918p_42962 ds3615xs_42951 ds3622xsp_42951 dva1622_42661 ds918p_42218 ds2422p_42621 ds1621p_42621 ds3615xs_42621 ds3615xs_42218 ds1621p_42962 ds3622xsp_42621 rs4021xsp_42661
[#] =======================================================================================

Found Ethernet Interface : pciid 1969d00001091 Required Extension : alx
Searching for matching extension for alx
Found matching extension :
"https://raw.githubusercontent.com/pocopico/rp-ext/master/alx/rpext-index.json"
------------------------------------------------------------------------------------------------

tc@box:~$ ./rploader.sh build broadwellnk-7.1.0-42661 withfriend
Rploader Version : 0.9.2.6
Loader source : https://github.com/pocopico/redpill-load.git Loader Branch : develop
Redpill module source : https://github.com/pocopico/redpill-lkm.git : Redpill module branch : master
Extensions :   redpill-misc
Extensions URL : "https://github.com/pocopico/redpill-load/raw/develop/redpill-misc/rpext-index.json"
TOOLKIT_URL : https://sourceforge.net/projects/dsgpl/files/toolkit/DSM7.0/ds.broadwellnk-7.0.dev.txz/download
TOOLKIT_SHA : 0d9edca67d9e7e14c2529bbb58341b623936124d5264f71f1e4acbacf3ea202d
SYNOKERNEL_URL : https://sourceforge.net/projects/dsgpl/files/Synology%20NAS%20GPL%20Source/25426branch/broadwellnk-source/linux-4.4.x.txz/download
SYNOKERNEL_SHA : d3e85eb80f16a83244fcae6016ab6783cd8ac55e3af2b4240455261396e1e1be
COMPILE_METHOD : toolkit_dev
TARGET_PLATFORM       : broadwellnk
TARGET_VERSION    : 7.1.0
TARGET_REVISION : 42661
REDPILL_LKM_MAKE_TARGET : dev-v7
KERNEL_MAJOR : 4
MODULE_ALIAS_FILE :  modules.alias.4.json
SYNOMODEL : ds3622xsp_42661
MODEL : DS3622xs+
Local Cache Folder : /mnt/sdc3/auxfiles
DATE Internet : 06102022 Local : 06102022
Checking Internet Access -> OK
Checking if a newer version exists on the main repo -> Found newversion : 0.9.2.7
Current version : 0.9.2.6
There is a newer version of the script on the repo should we use that ? [yY/nN]n
Redpill sources already downloaded, pulling latest
Already up to date.
Loader sources already downloaded, pulling latest
Already up to date.
withfriend option set, My friend will be added
No extra build option or static specified, using default <static>
Using static compiled redpill extension
Removing any old redpill.ko modules
Looking for redpill for : ds3622xsp_42661
Getting file https://raw.githubusercontent.com/pocopico/rp-ext/master/redpillprod/releases/redpill-4.4.180plus-broadwellnk.tgz
Extracting module
Getting file https://raw.githubusercontent.com/pocopico/rp-ext/master/redpillprod/src/check-redpill.sh
Got redpill-linux-v4.4.180+.ko
Testing modules.alias.4.json -> File OK
------------------------------------------------------------------------------------------------
It looks that you will need the following modules :


Found VGA Controller : pciid 8086d00000402  Required Extension : i915
Searching for matching extension for i915
[#] Checking runtime for required tools... [OK]
[#] Adding new extension from https://raw.githubusercontent.com/pocopico/rp-ext/master/e1000e/rpext-index.json...
[#] Downloading remote file https://raw.githubusercontent.com/pocopico/rp-ext/master/e1000e/rpext-index.json to /home/tc/redpill-load/custom/extensions/_new_ext_index.tmp_json
######################################################################## 100.0%

[!] Extension is already added (index exists at /home/tc/redpill-load/custom/extensions/pocopico.e1000e/pocopico.e1000e.json). For more info use "ext-manager.sh info pocopico.e1000e"

*** Process will exit ***
Found Ethernet Interface : pciid 8086d0000153b Required Extension : e1000e
Searching for matching extension for e1000e
Found matching extension :
"https://raw.githubusercontent.com/pocopico/rp-ext/master/e1000e/rpext-index.json"
Found SATA Controller : pciid 8086d00008c82  Required Extension : ahci
Searching for matching extension for ahci
[#] Checking runtime for required tools... [OK]
[#] Adding new extension from https://raw.githubusercontent.com/pocopico/rp-ext/master/alx/rpext-index.json...
[#] Downloading remote file https://raw.githubusercontent.com/pocopico/rp-ext/master/alx/rpext-index.json to /home/tc/redpill-load/custom/extensions/_new_ext_index.tmp_json
######################################################################## 100.0%

[!] Extension is already added (index exists at /home/tc/redpill-load/custom/extensions/pocopico.alx/pocopico.alx.json). For more info use "ext-manager.sh info pocopico.alx"

*** Process will exit ***
Found Ethernet Interface : pciid 1969d00001091 Required Extension : alx
Searching for matching extension for alx
Found matching extension :
"https://raw.githubusercontent.com/pocopico/rp-ext/master/alx/rpext-index.json"
------------------------------------------------------------------------------------------------
Starting loader creation
Found tinycore cache folder, linking to home/tc/custom-module
Checking user_config.json : Done
Entering redpill-load directory
Removing bundled exts directories
Cache directory OK
Found build request for revision greater than 42218
Getting required extraction tool
------------------------------------------------------------------
Checking tinycore cache folder
Found tinycore cache folder, linking to home/tc/custom-module
Creating temp folder /tmp/synoesp
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100  345M  100  345M    0     0  32.2M      0  0:00:10  0:00:10 --:--:-- 38.0M
Entering synoesp
extract rd.gz
finish
cpio: dev/console: Cannot mknod: Operation not permitted
cpio: dev/net/tun: Cannot mknod: Operation not permitted
42506 blocks
extract rd
mkdir: cannot create directory '/mnt/sdc3/auxfiles': File exists
Copying required files to local cache folder for future use
Copying usr/lib/libcurl.so.4 to /mnt/sdc3/auxfiles
Copying usr/lib/libmbedcrypto.so.5 to /mnt/sdc3/auxfiles
Copying usr/lib/libmbedtls.so.13 to /mnt/sdc3/auxfiles
Copying usr/lib/libmbedx509.so.1 to /mnt/sdc3/auxfiles
Copying usr/lib/libmsgpackc.so.2 to /mnt/sdc3/auxfiles
Copying usr/lib/libsodium.so to /mnt/sdc3/auxfiles
Copying usr/lib/libsynocodesign-ng-virtual-junior-wins.so.7 to /mnt/sdc3/auxfiles
Copying usr/syno/bin/scemd to /mnt/sdc3/auxfiles
Copying required libraries to local lib directory
Linking lib to lib64
Copying executable
Removing temp folder /tmp/synoesp
Checking if tools is accessible
/bin/syno_extract_system_patch: /usr/local/lib/libcurl.so.4: no version information available (required by /bin/syno_extract_system_patch)
Copyright (c) 2003-2021 Synology Inc. All rights reserved.

/bin/syno_extract_system_patch PATCH_PATH DEST_PATH
Executed succesfully
Creating temp folder /tmp/pat
Checking for cached pat file
Found tinycore cache folder, linking to home/tc/custom-module
Could not find pat file locally cached
Configdir : /home/tc/redpill-load/config/DS3622xs+/7.1.0-42661
Configfile: /home/tc/redpill-load/config/DS3622xs+/7.1.0-42661/config.json
Pat URL : https://global.download.synology.com/download/DSM/release/7.1/42661-1/DSM_DS3622xs%2B_42661.pat
Downloading pat file from URL : https://global.download.synology.com/download/DSM/release/7.1/42661-1/DSM_DS3622xs%2B_42661.pat
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100  352M  100  352M    0     0  34.9M      0  0:00:10  0:00:10 --:--:-- 32.4M
File //mnt/sdc3/auxfiles/ds3622xsp_42661.pat, is  encrypted
File //mnt/sdc3/auxfiles/ds3622xsp_42661.pat, has been cached but its encrypted, re-running decrypting process
Checking for cached pat file
Found tinycore cache folder, linking to home/tc/custom-module
Found locally cached pat file /home/tc/custom-module/ds3622xsp_42661.pat
File /home/tc/custom-module/ds3622xsp_42661.pat, is  encrypted
Extracting encrypted pat file : /home/tc/custom-module/ds3622xsp_42661.pat to /tmp/pat
/bin/syno_extract_system_patch: /usr/local/lib/libcurl.so.4: no version information available (required by /bin/syno_extract_system_patch)
Creating unecrypted pat file ds3622xsp_42661.pat to /home/tc/redpill-load/cache folder
./VERSION
Pat file  sha256sum is : 18550b09059ba7d93db8f6c0e4aea3894b2dec24d798f22765a2618acf7bcd49
Checking config file existence -> OK
Editing config file -> Verifying config file -> OK !
Clearing temp folders
Processing add_extensions entries found on custom_config.json file :   redpill-misc
Adding extension "https://github.com/pocopico/redpill-load/raw/develop/redpill-misc/rpext-index.json"
[#] Checking runtime for required tools... [OK]
[#] Adding new extension from https://github.com/pocopico/redpill-load/raw/develop/redpill-misc/rpext-index.json...
[#] Downloading remote file https://github.com/pocopico/redpill-load/raw/develop/redpill-misc/rpext-index.json to /home/tc/redpill-load/custom/extensions/_new_ext_index.tmp_json
##################################################################################################################### 100.0%
[OK]
[#] ========================================== redpill-misc ==========================================
[#] Extension name: Misc shell
[#] Description: Misc shell
[#] To get help visit: https://github.com/pocopico/redpill-load/raw/develop/redpill-misc
[#] Extension preparer/packer: https://github.com/pocopico/redpill-load/raw/develop/redpill-misc
[#] Software author: https://github.com/pocopico/redpill-load/raw/develop/redpill-misc
[#] Update URL: https://github.com/pocopico/redpill-load/raw/develop/redpill-misc/rpext-index.json
[#] Platforms supported: ds1621p_42218 ds1621p_42951 ds918p_41890 dva3221_42661 ds3617xs_42621 ds3617xs_42218 ds920p_42661 dva3221_42962 ds918p_42661 ds3622xsp_42962 ds3617xs_42951 ds920p_42962 ds1621p_42661 dva1622_42951 ds918p_25556 dva3221_42218 ds3615xs_42661 dva3221_42951 ds3622xsp_42661 ds2422p_42661 ds3622xsp_42218 ds2422p_42962 rs4021xsp_42621 dva1622_42962 ds2422p_42218 rs4021xsp_42962 dva3221_42621 ds3615xs_42962 ds3617xs_42962 ds3615xs_41222 ds920p_42951 rs4021xsp_42218 ds918p_42621 ds3617xs_42661 ds3615xs_25556 ds920p_42218 rs4021xsp_42951 ds920p_42621 ds918p_42962 ds3615xs_42951 ds3622xsp_42951 dva1622_42661 ds918p_42218 ds1621p_42621 ds3615xs_42621 ds3615xs_42218 ds1621p_42962 ds3622xsp_42621 rs4021xsp_42661
[#] =======================================================================================

Updating extension : redpill-misc contents for model : ds3622xsp_42661
[#] Checking runtime for required tools... [OK]
[#] Updating ds3622xsp_42661 platforms extensions...
[#] Downloading remote file https://github.com/pocopico/redpill-load/raw/develop/redpill-misc/recipes/universal.json to /home/tc/redpill-load/custom/extensions/_ext_new_rcp.tmp_json
##################################################################################################################### 100.0%

[#] Filling-in newly downloaded recipe for extension redpill-misc platform ds3622xsp_42661
[#] Downloading remote file https://github.com/pocopico/redpill-load/raw/develop/redpill-misc/releases/install.sh to /home/tc/redpill-load/custom/extensions/redpill-misc/ds3622xsp_42661/install.sh
##################################################################################################################### 100.0%
[#] Verifying /home/tc/redpill-load/custom/extensions/redpill-misc/ds3622xsp_42661/install.sh file... [OK]
[#] Downloading remote file https://github.com/pocopico/redpill-load/raw/develop/redpill-misc/releases/install-all.sh to /home/tc/redpill-load/custom/extensions/redpill-misc/ds3622xsp_42661/install-all.sh
##################################################################################################################### 100.0%
[#] Verifying /home/tc/redpill-load/custom/extensions/redpill-misc/ds3622xsp_42661/install-all.sh file... [OK]
[#] Downloading remote file https://github.com/tsl0922/ttyd/releases/download/1.6.3/ttyd.x86_64 to /home/tc/redpill-load/custom/extensions/redpill-misc/ds3622xsp_42661/ttyd
##################################################################################################################### 100.0%
[#] Verifying /home/tc/redpill-load/custom/extensions/redpill-misc/ds3622xsp_42661/ttyd file... [OK]
[#] Downloading remote file https://github.com/pocopico/redpill-load/raw/develop/redpill-misc/releases/install_rd.sh to /home/tc/redpill-load/custom/extensions/redpill-misc/ds3622xsp_42661/install_rd.sh
##################################################################################################################### 100.0%
[#] Verifying /home/tc/redpill-load/custom/extensions/redpill-misc/ds3622xsp_42661/install_rd.sh file... [OK]
[#] Downloading remote file https://github.com/pocopico/redpill-load/raw/develop/redpill-misc/releases/lrzsz.tar.gz to /home/tc/redpill-load/custom/extensions/redpill-misc/ds3622xsp_42661/lrzsz.tar.gz
##################################################################################################################### 100.0%
[#] Verifying /home/tc/redpill-load/custom/extensions/redpill-misc/ds3622xsp_42661/lrzsz.tar.gz file... [OK]
[#] Unpacking files from /home/tc/redpill-load/custom/extensions/redpill-misc/ds3622xsp_42661/lrzsz.tar.gz to /home/tc/redpill-load/custom/extensions/redpill-misc/ds3622xsp_42661/... [OK]
[#] Successfully processed recipe for extension redpill-misc platform ds3622xsp_42661
[#] Unpacking files from /home/tc/redpill-load/custom/extensions/redpill-misc/ds3622xsp_42661/lrzsz.tar.gz to /home/tc/redpill-load/custom/extensions/redpill-misc/ds3622xsp_42661/... [OK]
[#] Checking runtime for required tools... [OK]
[#] Updating extensions...

[#] Checking runtime for required tools... [OK]
[#] Adding new extension from https://github.com/pocopico/rp-ext/raw/main/redpill-boot-wait/rpext-index.json...
[#] Downloading remote file https://github.com/pocopico/rp-ext/raw/main/redpill-boot-wait/rpext-index.json to /home/tc/redpill-load/custom/extensions/_new_ext_index.tmp_json
##################################################################################################################### 100.0%
[OK]
[#] ========================================== redpill-boot-wait ==========================================
[#] Extension name: RedPill Bootwait
[#] Description: Simple extension which stops the execution early waiting for the boot device to appear
[#] To get help visit: https://github.com/pocopico/rp-ext/redpill-boot-wait
[#] Extension preparer/packer: https://github.com/pocopico/rp-ext/tree/main/redpill-boot-wait
[#] Update URL: https://raw.githubusercontent.com/pocopico/rp-ext/master/redpill-boot-wait/rpext-index.json
[#] Platforms supported: ds1621p_42218 ds1621p_42951 ds918p_41890 dva3221_42661 ds3617xs_42621 ds3617xs_42218 ds920p_42661 dva3221_42962 ds918p_42661 ds3622xsp_42962 ds3617xs_42951 ds920p_42962 ds1621p_42661 dva1622_42951 ds918p_25556 dva3221_42218 ds3615xs_42661 dva3221_42951 ds3622xsp_42661 ds2422p_42661 ds3622xsp_42218 ds2422p_42962 rs4021xsp_42621 dva1622_42962 ds2422p_42218 rs4021xsp_42962 dva3221_42621 ds3615xs_42962 ds3617xs_42962 ds3615xs_41222 ds920p_42951 rs4021xsp_42218 ds2422p_42951 ds918p_42621 ds3617xs_42661 ds3615xs_25556 ds920p_42218 rs4021xsp_42951 ds920p_42621 ds918p_42962 ds3615xs_42951 ds3622xsp_42951 ds920p_42550 dva1622_42661 ds918p_42218 ds2422p_42621 ds1621p_42621 ds3615xs_42621 ds3615xs_42218 ds1621p_42962 ds3622xsp_42621 rs4021xsp_42661
[#] =======================================================================================

[#] Checking runtime for required tools... [OK]
[#] Updating pocopico.alx extension...
[#] Downloading remote file https://raw.githubusercontent.com/pocopico/rp-ext/master/alx/rpext-index.json to /home/tc/redpill-load/custom/extensions/_new_ext_index.tmp_json
##################################################################################################################### 100.0%

[#] Extension pocopico.alx index is already up to date
[#] Updating pocopico.e1000e extension...
[#] Downloading remote file https://raw.githubusercontent.com/pocopico/rp-ext/master/e1000e/rpext-index.json to /home/tc/redpill-load/custom/extensions/_new_ext_index.tmp_json
##################################################################################################################### 100.0%

[#] Extension pocopico.e1000e index is already up to date
[#] Updating redpill-boot-wait extension...
[#] Downloading remote file https://raw.githubusercontent.com/pocopico/rp-ext/master/redpill-boot-wait/rpext-index.json to /home/tc/redpill-load/custom/extensions/_new_ext_index.tmp_json
##################################################################################################################### 100.0%

[#] Extension redpill-boot-wait index is already up to date
[#] Updating redpill-misc extension...
[#] Downloading remote file https://github.com/pocopico/redpill-load/raw/develop/redpill-misc/rpext-index.json to /home/tc/redpill-load/custom/extensions/_new_ext_index.tmp_json
##################################################################################################################### 100.0%

[#] Extension redpill-misc index is already up to date
[#] Updating redpill-misc extension... [OK]
[#] Checking runtime for required tools... [OK]
[#] Updating ds3622xsp_42661 platforms extensions...
[#] Downloading remote file https://raw.githubusercontent.com/pocopico/rp-ext/master/alx/releases/ds3622xsp_42218.json to /home/tc/redpill-load/custom/extensions/_ext_new_rcp.tmp_json
##################################################################################################################### 100.0%

[#] Filling-in newly downloaded recipe for extension pocopico.alx platform ds3622xsp_42661
[#] Downloading remote file https://raw.githubusercontent.com/pocopico/rp-ext/master/alx/releases/alx-4.4.180plus-broadwellnk.tgz to /home/tc/redpill-load/custom/extensions/pocopico.alx/ds3622xsp_42661/alx-4.4.180plus-broadwellnk.tgz
##################################################################################################################### 100.0%
[#] Verifying /home/tc/redpill-load/custom/extensions/pocopico.alx/ds3622xsp_42661/alx-4.4.180plus-broadwellnk.tgz file... [OK]
[#] Unpacking files from /home/tc/redpill-load/custom/extensions/pocopico.alx/ds3622xsp_42661/alx-4.4.180plus-broadwellnk.tgz to /home/tc/redpill-load/custom/extensions/pocopico.alx/ds3622xsp_42661/... [OK]
[#] Downloading remote file https://raw.githubusercontent.com/pocopico/rp-ext/master/alx/src/check-alx.sh to /home/tc/redpill-load/custom/extensions/pocopico.alx/ds3622xsp_42661/check-alx.sh
##################################################################################################################### 100.0%
[#] Verifying /home/tc/redpill-load/custom/extensions/pocopico.alx/ds3622xsp_42661/check-alx.sh file... [OK]
[#] Successfully processed recipe for extension pocopico.alx platform ds3622xsp_42661
[#] Downloading remote file https://raw.githubusercontent.com/pocopico/rp-ext/master/e1000e/releases/ds3622xsp_42218.json to /home/tc/redpill-load/custom/extensions/_ext_new_rcp.tmp_json
##################################################################################################################### 100.0%
[#] Filling-in newly downloaded recipe for extension pocopico.e1000e platform ds3622xsp_42661
[#] Downloading remote file https://raw.githubusercontent.com/pocopico/rp-ext/master/e1000e/releases/e1000e-4.4.180plus-broadwellnk.tgz to /home/tc/redpill-load/custom/extensions/pocopico.e1000e/ds3622xsp_42661/e1000e-4.4.180plus-broadwellnk.tgz
##################################################################################################################### 100.0%
[#] Verifying /home/tc/redpill-load/custom/extensions/pocopico.e1000e/ds3622xsp_42661/e1000e-4.4.180plus-broadwellnk.tgz file... [OK]
[#] Unpacking files from /home/tc/redpill-load/custom/extensions/pocopico.e1000e/ds3622xsp_42661/e1000e-4.4.180plus-broadwellnk.tgz to /home/tc/redpill-load/custom/extensions/pocopico.e1000e/ds3622xsp_42661/... [OK]
[#] Downloading remote file https://raw.githubusercontent.com/pocopico/rp-ext/master/e1000e/src/check-e1000e.sh to /home/tc/redpill-load/custom/extensions/pocopico.e1000e/ds3622xsp_42661/check-e1000e.sh
##################################################################################################################### 100.0%
[#] Verifying /home/tc/redpill-load/custom/extensions/pocopico.e1000e/ds3622xsp_42661/check-e1000e.sh file... [OK]
[#] Successfully processed recipe for extension pocopico.e1000e platform ds3622xsp_42661
[#] Downloading remote file https://github.com/RedPill-TTG/redpill-boot-wait/raw/master/recipes/universal.json to /home/tc/redpill-load/custom/extensions/_ext_new_rcp.tmp_json
##################################################################################################################### 100.0%
[#] Filling-in newly downloaded recipe for extension redpill-boot-wait platform ds3622xsp_42661
[#] Downloading remote file https://raw.githubusercontent.com/RedPill-TTG/redpill-boot-wait/master/src/boot-wait.sh to /home/tc/redpill-load/custom/extensions/redpill-boot-wait/ds3622xsp_42661/boot-wait.sh
##################################################################################################################### 100.0%
[#] Verifying /home/tc/redpill-load/custom/extensions/redpill-boot-wait/ds3622xsp_42661/boot-wait.sh file... [OK]
[#] Successfully processed recipe for extension redpill-boot-wait platform ds3622xsp_42661
[#] Downloading remote file https://github.com/pocopico/redpill-load/raw/develop/redpill-misc/recipes/universal.json to /home/tc/redpill-load/custom/extensions/_ext_new_rcp.tmp_json
##################################################################################################################### 100.0%
[#] Extension redpill-misc for ds3622xsp_42661 platform is already up to date
[#] Verifying /home/tc/redpill-load/custom/extensions/redpill-boot-wait/ds3622xsp_42661/boot-wait.sh file... [OK]
[#] Updating extensions... [OK]
[#] Verifying /home/tc/redpill-load/cache/ds3622xsp_42661.pat file... [OK]
[#] Unpacking /home/tc/redpill-load/cache/ds3622xsp_42661.pat file to /home/tc/redpill-load/build/1665094065/pat-ds3622xsp_42661-unpacked... [OK]
[#] Verifying /home/tc/redpill-load/build/1665094065/pat-ds3622xsp_42661-unpacked/zImage file... [OK]
[#] Patching /home/tc/redpill-load/build/1665094065/pat-ds3622xsp_42661-unpacked/zImage to /home/tc/redpill-load/build/1665094065/zImage-patched... [OK]
[#] Verifying /home/tc/redpill-load/build/1665094065/pat-ds3622xsp_42661-unpacked/rd.gz file... [OK]
[#] Unpacking /home/tc/redpill-load/build/1665094065/pat-ds3622xsp_42661-unpacked/rd.gz file to /home/tc/redpill-load/build/1665094065/rd-ds3622xsp_42661-unpacked... [OK]
[#] Apply patches to /home/tc/redpill-load/build/1665094065/rd-ds3622xsp_42661-unpacked... [OK]
[#] Patching config files in ramdisk... [OK]
[#] Adding OS config patching... [OK]
[#] Repacking ramdisk to /home/tc/redpill-load/build/1665094065/rd-patched-ds3622xsp_42661.gz... [OK]
[#] Bundling extensions... [#] Checking runtime for required tools... [OK]
[#] Dumping ds3622xsp_42661 platform extensions to /home/tc/redpill-load/build/1665094065/custom-initrd/exts... [OK]
[#] Packing custom ramdisk layer to /home/tc/redpill-load/build/1665094065/custom.gz... [OK]
[#] Generating GRUB config... [OK]
[#] Creating loader image at loader.img... [OK]
[#] Cleaning up... [OK]
Mounting /dev/sdc1 to localdiskp1
/dev/sdc2 localdiskp2
Creating tinycore entry
menuentry 'Tiny Core Image Build' {
        savedefault
        set root=(hd0,msdos3)
        echo Loading Linux...
        linux /vmlinuz64 loglevel=3 cde waitusb=5 vga=791
        echo Loading initramfs...
        initrd /corepure64.gz
        echo Booting TinyCore for loader creation
}
Bringing over my friend
##################################################################################################################### 100.0%
##################################################################################################################### 100.0%
##################################################################################################################### 100.0%
bzImage-friend checksum OK !
initrd-friend checksum OK !
menuentry 'Tiny Core Friend' {
        savedefault
        set root=(hd0,msdos3)
        echo Loading Linux...
        linux /bzImage-friend loglevel=3 waitusb=5 vga=791 net.ifnames=0 biosdevname=0
        echo Loading initramfs...
        initrd /initrd-friend
        echo Booting TinyCore Friend
}
Entries in Localdisk bootloader :
=======================================================================
menuentry 'RedPill DS3622xs v7.1.0-42661 Beta (USB, Verbose)' {
menuentry 'RedPill DS3622xs v7.1.0-42661 Beta (SATA, Verbose)' {
menuentry 'Tiny Core Image Build' {
menuentry 'Tiny Core Friend' {
Updated user_config with USB Command Line : withefi earlyprintk syno_hw_version=DS3622xs+ console=ttyS0,115200n8 netif_num=2 pid=0x5583 earlycon=uart8250,io,0x3f8,115200n8 syno_port_thaw=1 mac2=REDACTED mac1=REDACTED sn=REDACTED vid=0x0781 elevator=elevator loglevel=15 HddHotplug=0 DiskIdxMap=00 syno_hdd_detect=0 vender_format_version=2 syno_hdd_powerup_seq=0 log_buf_len=32M root=/dev/md0 SataPortMap=6
Updated user_config with SATA Command Line : withefi earlyprintk syno_hw_version=DS3622xs+ console=ttyS0,115200n8 netif_num=2 pid=0x5583 earlycon=uart8250,io,0x3f8,115200n8 synoboot_satadom=1 syno_port_thaw=1 mac2=REDACTED mac1=REDACTED sn=REDACTED vid=0x0781 elevator=elevator loglevel=15 HddHotplug=0 DiskIdxMap=00 syno_hdd_detect=0 vender_format_version=2 syno_hdd_powerup_seq=0 log_buf_len=32M root=/dev/md0 SataPortMap=6
Ramdisk in not compressed
48812 blocks
3433 blocks
52243 blocks
Setting default boot entry to TCRP Friend
Cleaning up files
Caching files for future use
Found /home/tc/redpill-load/cache/ds3622xsp_42661.pat, copying to cache directory : /mnt/sdc3/auxfiles
Saving user session for future use. Saving current extensions  -> OK !
Saving current user_config.json  -> OK !
tc@box:~$ ./rploader.sh backup
Please make sure you are using the latest 1GB img before using backup option
Current /home/tc size is 844M , try to keep it less than 1GB as it might not fit into your image
Should i update the sdc with your current files [Yy/Nn]
y
Backing up home files to sdc : Backing up files to /mnt/sdc3//mydata.tgz |
There was an issue, see /tmp/backup_status.
Error: Couldn't backup files

 

 

 

Link to comment
Share on other sites

3 minutes ago, Polanskiman said:

 

Here you go.

  build output (Hide contents)
tc@box:~$ ./rploader.sh listmods broadwellnk-7.1.0-42661
bspatch does not exist, bringing over from repo
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100 10232  100 10232    0     0  22195      0 --:--:-- --:--:-- --:--:-- 22147
Rploader Version : 0.9.2.6
Loader source : https://github.com/pocopico/redpill-load.git Loader Branch : develop
Redpill module source : https://github.com/pocopico/redpill-lkm.git : Redpill module branch : master
Extensions :   redpill-misc
Extensions URL : "https://github.com/pocopico/redpill-load/raw/develop/redpill-misc/rpext-index.json"
TOOLKIT_URL : https://sourceforge.net/projects/dsgpl/files/toolkit/DSM7.0/ds.broadwellnk-7.0.dev.txz/download
TOOLKIT_SHA : 0d9edca67d9e7e14c2529bbb58341b623936124d5264f71f1e4acbacf3ea202d
SYNOKERNEL_URL : https://sourceforge.net/projects/dsgpl/files/Synology%20NAS%20GPL%20Source/25426branch/broadwellnk-source/linux-4.4.x.txz/download
SYNOKERNEL_SHA : d3e85eb80f16a83244fcae6016ab6783cd8ac55e3af2b4240455261396e1e1be
COMPILE_METHOD : toolkit_dev
TARGET_PLATFORM       : broadwellnk
TARGET_VERSION    : 7.1.0
TARGET_REVISION : 42661
REDPILL_LKM_MAKE_TARGET : dev-v7
KERNEL_MAJOR : 4
MODULE_ALIAS_FILE :  modules.alias.4.json
SYNOMODEL : ds3622xsp_42661
MODEL : DS3622xs+
Local Cache Folder : /mnt/sdc3/auxfiles
DATE Internet : 06102022 Local : 06102022
Checking Internet Access -> OK
Cloning into 'redpill-lkm'...
remote: Enumerating objects: 1398, done.
remote: Counting objects: 100% (470/470), done.
remote: Compressing objects: 100% (134/134), done.
remote: Total 1398 (delta 355), reused 405 (delta 323), pack-reused 928
Receiving objects: 100% (1398/1398), 2.78 MiB | 5.17 MiB/s, done.
Resolving deltas: 100% (918/918), done.
Cloning into 'redpill-load'...
remote: Enumerating objects: 2809, done.
remote: Counting objects: 100% (293/293), done.
remote: Compressing objects: 100% (162/162), done.
remote: Total 2809 (delta 148), reused 263 (delta 122), pack-reused 2516
Receiving objects: 100% (2809/2809), 118.30 MiB | 14.08 MiB/s, done.
Resolving deltas: 100% (1370/1370), done.
Testing modules.alias.4.json -> File OK
------------------------------------------------------------------------------------------------
It looks that you will need the following modules :


Found VGA Controller : pciid 8086d00000402  Required Extension : i915
Searching for matching extension for i915
[#] Checking runtime for required tools... [OK]
[#] Adding new extension from https://raw.githubusercontent.com/pocopico/rp-ext/master/e1000e/rpext-index.json...
[#] Downloading remote file https://raw.githubusercontent.com/pocopico/rp-ext/master/e1000e/rpext-index.json to /home/tc/redpill-load/custom/extensions/_new_ext_index.tmp_json
######################################################################## 100.0%
[OK]
[#] ========================================== pocopico.e1000e ==========================================
[#] Extension name: e1000e
[#] Description: Adds Intel(R) PRO/1000 Network Driver Support
[#] To get help visit: <todo>
[#] Extension preparer/packer: https://github.com/pocopico/rp-ext/tree/main/e1000e
[#] Software author: https://github.com/pocopico
[#] Update URL: https://raw.githubusercontent.com/pocopico/rp-ext/master/e1000e/rpext-index.json
[#] Platforms supported: ds1621p_42218 ds1621p_42951 ds918p_41890 dva3221_42661 ds3617xs_42621 ds3617xs_42218 ds920p_42661 dva3221_42962 ds918p_42661 ds3622xsp_42962 ds3617xs_42951 dva1622_42218 dva1622_42621 ds920p_42962 ds1621p_42661 dva1622_42951 ds918p_25556 dva3221_42218 ds3615xs_42661 dva3221_42951 ds3622xsp_42661 ds2422p_42661 ds3622xsp_42218 ds2422p_42962 rs4021xsp_42621 dva1622_42962 ds2422p_42218 rs4021xsp_42962 dva3221_42621 ds3615xs_42962 ds3617xs_42962 ds3615xs_41222 ds920p_42951 rs4021xsp_42218 ds2422p_42951 ds918p_42621 ds3617xs_42661 ds3615xs_25556 ds920p_42218 rs4021xsp_42951 ds920p_42621 ds918p_42962 ds3615xs_42951 ds3622xsp_42951 dva1622_42661 ds918p_42218 ds2422p_42621 ds1621p_42621 ds3615xs_42621 ds3615xs_42218 ds1621p_42962 ds3622xsp_42621 rs4021xsp_42661
[#] =======================================================================================

Found Ethernet Interface : pciid 8086d0000153b Required Extension : e1000e
Searching for matching extension for e1000e
Found matching extension :
"https://raw.githubusercontent.com/pocopico/rp-ext/master/e1000e/rpext-index.json"
Found SATA Controller : pciid 8086d00008c82  Required Extension : ahci
Searching for matching extension for ahci
[#] Checking runtime for required tools... [OK]
[#] Adding new extension from https://raw.githubusercontent.com/pocopico/rp-ext/master/alx/rpext-index.json...
[#] Downloading remote file https://raw.githubusercontent.com/pocopico/rp-ext/master/alx/rpext-index.json to /home/tc/redpill-load/custom/extensions/_new_ext_index.tmp_json
######################################################################## 100.0%
[OK]
[#] ========================================== pocopico.alx ==========================================
[#] Extension name: alx
[#] Description: Adds Qualcomm Atheros(R) AR816x/AR817x PCI-E Ethernet Network Driver Support
[#] To get help visit: <todo>
[#] Extension preparer/packer: https://github.com/pocopico/rp-ext/tree/main/alx
[#] Software author: https://github.com/pocopico
[#] Update URL: https://raw.githubusercontent.com/pocopico/rp-ext/master/alx/rpext-index.json
[#] Platforms supported: ds1621p_42218 ds1621p_42951 ds918p_41890 dva3221_42661 ds3617xs_42621 ds3617xs_42218 ds920p_42661 dva3221_42962 ds918p_42661 ds3622xsp_42962 ds3617xs_42951 dva1622_42218 dva1622_42621 ds920p_42962 ds1621p_42661 dva1622_42951 ds918p_25556 dva3221_42218 ds3615xs_42661 dva3221_42951 ds3622xsp_42661 ds2422p_42661 ds3622xsp_42218 ds2422p_42962 rs4021xsp_42621 dva1622_42962 ds2422p_42218 rs4021xsp_42962 dva3221_42621 ds3615xs_42962 ds3617xs_42962 ds3615xs_41222 ds920p_42951 rs4021xsp_42218 ds2422p_42951 ds918p_42621 ds3617xs_42661 ds3615xs_25556 ds920p_42218 rs4021xsp_42951 ds920p_42621 ds918p_42962 ds3615xs_42951 ds3622xsp_42951 dva1622_42661 ds918p_42218 ds2422p_42621 ds1621p_42621 ds3615xs_42621 ds3615xs_42218 ds1621p_42962 ds3622xsp_42621 rs4021xsp_42661
[#] =======================================================================================

Found Ethernet Interface : pciid 1969d00001091 Required Extension : alx
Searching for matching extension for alx
Found matching extension :
"https://raw.githubusercontent.com/pocopico/rp-ext/master/alx/rpext-index.json"
------------------------------------------------------------------------------------------------

tc@box:~$ ./rploader.sh build broadwellnk-7.1.0-42661 withfriend
Rploader Version : 0.9.2.6
Loader source : https://github.com/pocopico/redpill-load.git Loader Branch : develop
Redpill module source : https://github.com/pocopico/redpill-lkm.git : Redpill module branch : master
Extensions :   redpill-misc
Extensions URL : "https://github.com/pocopico/redpill-load/raw/develop/redpill-misc/rpext-index.json"
TOOLKIT_URL : https://sourceforge.net/projects/dsgpl/files/toolkit/DSM7.0/ds.broadwellnk-7.0.dev.txz/download
TOOLKIT_SHA : 0d9edca67d9e7e14c2529bbb58341b623936124d5264f71f1e4acbacf3ea202d
SYNOKERNEL_URL : https://sourceforge.net/projects/dsgpl/files/Synology%20NAS%20GPL%20Source/25426branch/broadwellnk-source/linux-4.4.x.txz/download
SYNOKERNEL_SHA : d3e85eb80f16a83244fcae6016ab6783cd8ac55e3af2b4240455261396e1e1be
COMPILE_METHOD : toolkit_dev
TARGET_PLATFORM       : broadwellnk
TARGET_VERSION    : 7.1.0
TARGET_REVISION : 42661
REDPILL_LKM_MAKE_TARGET : dev-v7
KERNEL_MAJOR : 4
MODULE_ALIAS_FILE :  modules.alias.4.json
SYNOMODEL : ds3622xsp_42661
MODEL : DS3622xs+
Local Cache Folder : /mnt/sdc3/auxfiles
DATE Internet : 06102022 Local : 06102022
Checking Internet Access -> OK
Checking if a newer version exists on the main repo -> Found newversion : 0.9.2.7
Current version : 0.9.2.6
There is a newer version of the script on the repo should we use that ? [yY/nN]n
Redpill sources already downloaded, pulling latest
Already up to date.
Loader sources already downloaded, pulling latest
Already up to date.
withfriend option set, My friend will be added
No extra build option or static specified, using default <static>
Using static compiled redpill extension
Removing any old redpill.ko modules
Looking for redpill for : ds3622xsp_42661
Getting file https://raw.githubusercontent.com/pocopico/rp-ext/master/redpillprod/releases/redpill-4.4.180plus-broadwellnk.tgz
Extracting module
Getting file https://raw.githubusercontent.com/pocopico/rp-ext/master/redpillprod/src/check-redpill.sh
Got redpill-linux-v4.4.180+.ko
Testing modules.alias.4.json -> File OK
------------------------------------------------------------------------------------------------
It looks that you will need the following modules :


Found VGA Controller : pciid 8086d00000402  Required Extension : i915
Searching for matching extension for i915
[#] Checking runtime for required tools... [OK]
[#] Adding new extension from https://raw.githubusercontent.com/pocopico/rp-ext/master/e1000e/rpext-index.json...
[#] Downloading remote file https://raw.githubusercontent.com/pocopico/rp-ext/master/e1000e/rpext-index.json to /home/tc/redpill-load/custom/extensions/_new_ext_index.tmp_json
######################################################################## 100.0%

[!] Extension is already added (index exists at /home/tc/redpill-load/custom/extensions/pocopico.e1000e/pocopico.e1000e.json). For more info use "ext-manager.sh info pocopico.e1000e"

*** Process will exit ***
Found Ethernet Interface : pciid 8086d0000153b Required Extension : e1000e
Searching for matching extension for e1000e
Found matching extension :
"https://raw.githubusercontent.com/pocopico/rp-ext/master/e1000e/rpext-index.json"
Found SATA Controller : pciid 8086d00008c82  Required Extension : ahci
Searching for matching extension for ahci
[#] Checking runtime for required tools... [OK]
[#] Adding new extension from https://raw.githubusercontent.com/pocopico/rp-ext/master/alx/rpext-index.json...
[#] Downloading remote file https://raw.githubusercontent.com/pocopico/rp-ext/master/alx/rpext-index.json to /home/tc/redpill-load/custom/extensions/_new_ext_index.tmp_json
######################################################################## 100.0%

[!] Extension is already added (index exists at /home/tc/redpill-load/custom/extensions/pocopico.alx/pocopico.alx.json). For more info use "ext-manager.sh info pocopico.alx"

*** Process will exit ***
Found Ethernet Interface : pciid 1969d00001091 Required Extension : alx
Searching for matching extension for alx
Found matching extension :
"https://raw.githubusercontent.com/pocopico/rp-ext/master/alx/rpext-index.json"
------------------------------------------------------------------------------------------------
Starting loader creation
Found tinycore cache folder, linking to home/tc/custom-module
Checking user_config.json : Done
Entering redpill-load directory
Removing bundled exts directories
Cache directory OK
Found build request for revision greater than 42218
Getting required extraction tool
------------------------------------------------------------------
Checking tinycore cache folder
Found tinycore cache folder, linking to home/tc/custom-module
Creating temp folder /tmp/synoesp
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100  345M  100  345M    0     0  32.2M      0  0:00:10  0:00:10 --:--:-- 38.0M
Entering synoesp
extract rd.gz
finish
cpio: dev/console: Cannot mknod: Operation not permitted
cpio: dev/net/tun: Cannot mknod: Operation not permitted
42506 blocks
extract rd
mkdir: cannot create directory '/mnt/sdc3/auxfiles': File exists
Copying required files to local cache folder for future use
Copying usr/lib/libcurl.so.4 to /mnt/sdc3/auxfiles
Copying usr/lib/libmbedcrypto.so.5 to /mnt/sdc3/auxfiles
Copying usr/lib/libmbedtls.so.13 to /mnt/sdc3/auxfiles
Copying usr/lib/libmbedx509.so.1 to /mnt/sdc3/auxfiles
Copying usr/lib/libmsgpackc.so.2 to /mnt/sdc3/auxfiles
Copying usr/lib/libsodium.so to /mnt/sdc3/auxfiles
Copying usr/lib/libsynocodesign-ng-virtual-junior-wins.so.7 to /mnt/sdc3/auxfiles
Copying usr/syno/bin/scemd to /mnt/sdc3/auxfiles
Copying required libraries to local lib directory
Linking lib to lib64
Copying executable
Removing temp folder /tmp/synoesp
Checking if tools is accessible
/bin/syno_extract_system_patch: /usr/local/lib/libcurl.so.4: no version information available (required by /bin/syno_extract_system_patch)
Copyright (c) 2003-2021 Synology Inc. All rights reserved.

/bin/syno_extract_system_patch PATCH_PATH DEST_PATH
Executed succesfully
Creating temp folder /tmp/pat
Checking for cached pat file
Found tinycore cache folder, linking to home/tc/custom-module
Could not find pat file locally cached
Configdir : /home/tc/redpill-load/config/DS3622xs+/7.1.0-42661
Configfile: /home/tc/redpill-load/config/DS3622xs+/7.1.0-42661/config.json
Pat URL : https://global.download.synology.com/download/DSM/release/7.1/42661-1/DSM_DS3622xs%2B_42661.pat
Downloading pat file from URL : https://global.download.synology.com/download/DSM/release/7.1/42661-1/DSM_DS3622xs%2B_42661.pat
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100  352M  100  352M    0     0  34.9M      0  0:00:10  0:00:10 --:--:-- 32.4M
File //mnt/sdc3/auxfiles/ds3622xsp_42661.pat, is  encrypted
File //mnt/sdc3/auxfiles/ds3622xsp_42661.pat, has been cached but its encrypted, re-running decrypting process
Checking for cached pat file
Found tinycore cache folder, linking to home/tc/custom-module
Found locally cached pat file /home/tc/custom-module/ds3622xsp_42661.pat
File /home/tc/custom-module/ds3622xsp_42661.pat, is  encrypted
Extracting encrypted pat file : /home/tc/custom-module/ds3622xsp_42661.pat to /tmp/pat
/bin/syno_extract_system_patch: /usr/local/lib/libcurl.so.4: no version information available (required by /bin/syno_extract_system_patch)
Creating unecrypted pat file ds3622xsp_42661.pat to /home/tc/redpill-load/cache folder
./VERSION
Pat file  sha256sum is : 18550b09059ba7d93db8f6c0e4aea3894b2dec24d798f22765a2618acf7bcd49
Checking config file existence -> OK
Editing config file -> Verifying config file -> OK !
Clearing temp folders
Processing add_extensions entries found on custom_config.json file :   redpill-misc
Adding extension "https://github.com/pocopico/redpill-load/raw/develop/redpill-misc/rpext-index.json"
[#] Checking runtime for required tools... [OK]
[#] Adding new extension from https://github.com/pocopico/redpill-load/raw/develop/redpill-misc/rpext-index.json...
[#] Downloading remote file https://github.com/pocopico/redpill-load/raw/develop/redpill-misc/rpext-index.json to /home/tc/redpill-load/custom/extensions/_new_ext_index.tmp_json
##################################################################################################################### 100.0%
[OK]
[#] ========================================== redpill-misc ==========================================
[#] Extension name: Misc shell
[#] Description: Misc shell
[#] To get help visit: https://github.com/pocopico/redpill-load/raw/develop/redpill-misc
[#] Extension preparer/packer: https://github.com/pocopico/redpill-load/raw/develop/redpill-misc
[#] Software author: https://github.com/pocopico/redpill-load/raw/develop/redpill-misc
[#] Update URL: https://github.com/pocopico/redpill-load/raw/develop/redpill-misc/rpext-index.json
[#] Platforms supported: ds1621p_42218 ds1621p_42951 ds918p_41890 dva3221_42661 ds3617xs_42621 ds3617xs_42218 ds920p_42661 dva3221_42962 ds918p_42661 ds3622xsp_42962 ds3617xs_42951 ds920p_42962 ds1621p_42661 dva1622_42951 ds918p_25556 dva3221_42218 ds3615xs_42661 dva3221_42951 ds3622xsp_42661 ds2422p_42661 ds3622xsp_42218 ds2422p_42962 rs4021xsp_42621 dva1622_42962 ds2422p_42218 rs4021xsp_42962 dva3221_42621 ds3615xs_42962 ds3617xs_42962 ds3615xs_41222 ds920p_42951 rs4021xsp_42218 ds918p_42621 ds3617xs_42661 ds3615xs_25556 ds920p_42218 rs4021xsp_42951 ds920p_42621 ds918p_42962 ds3615xs_42951 ds3622xsp_42951 dva1622_42661 ds918p_42218 ds1621p_42621 ds3615xs_42621 ds3615xs_42218 ds1621p_42962 ds3622xsp_42621 rs4021xsp_42661
[#] =======================================================================================

Updating extension : redpill-misc contents for model : ds3622xsp_42661
[#] Checking runtime for required tools... [OK]
[#] Updating ds3622xsp_42661 platforms extensions...
[#] Downloading remote file https://github.com/pocopico/redpill-load/raw/develop/redpill-misc/recipes/universal.json to /home/tc/redpill-load/custom/extensions/_ext_new_rcp.tmp_json
##################################################################################################################### 100.0%

[#] Filling-in newly downloaded recipe for extension redpill-misc platform ds3622xsp_42661
[#] Downloading remote file https://github.com/pocopico/redpill-load/raw/develop/redpill-misc/releases/install.sh to /home/tc/redpill-load/custom/extensions/redpill-misc/ds3622xsp_42661/install.sh
##################################################################################################################### 100.0%
[#] Verifying /home/tc/redpill-load/custom/extensions/redpill-misc/ds3622xsp_42661/install.sh file... [OK]
[#] Downloading remote file https://github.com/pocopico/redpill-load/raw/develop/redpill-misc/releases/install-all.sh to /home/tc/redpill-load/custom/extensions/redpill-misc/ds3622xsp_42661/install-all.sh
##################################################################################################################### 100.0%
[#] Verifying /home/tc/redpill-load/custom/extensions/redpill-misc/ds3622xsp_42661/install-all.sh file... [OK]
[#] Downloading remote file https://github.com/tsl0922/ttyd/releases/download/1.6.3/ttyd.x86_64 to /home/tc/redpill-load/custom/extensions/redpill-misc/ds3622xsp_42661/ttyd
##################################################################################################################### 100.0%
[#] Verifying /home/tc/redpill-load/custom/extensions/redpill-misc/ds3622xsp_42661/ttyd file... [OK]
[#] Downloading remote file https://github.com/pocopico/redpill-load/raw/develop/redpill-misc/releases/install_rd.sh to /home/tc/redpill-load/custom/extensions/redpill-misc/ds3622xsp_42661/install_rd.sh
##################################################################################################################### 100.0%
[#] Verifying /home/tc/redpill-load/custom/extensions/redpill-misc/ds3622xsp_42661/install_rd.sh file... [OK]
[#] Downloading remote file https://github.com/pocopico/redpill-load/raw/develop/redpill-misc/releases/lrzsz.tar.gz to /home/tc/redpill-load/custom/extensions/redpill-misc/ds3622xsp_42661/lrzsz.tar.gz
##################################################################################################################### 100.0%
[#] Verifying /home/tc/redpill-load/custom/extensions/redpill-misc/ds3622xsp_42661/lrzsz.tar.gz file... [OK]
[#] Unpacking files from /home/tc/redpill-load/custom/extensions/redpill-misc/ds3622xsp_42661/lrzsz.tar.gz to /home/tc/redpill-load/custom/extensions/redpill-misc/ds3622xsp_42661/... [OK]
[#] Successfully processed recipe for extension redpill-misc platform ds3622xsp_42661
[#] Unpacking files from /home/tc/redpill-load/custom/extensions/redpill-misc/ds3622xsp_42661/lrzsz.tar.gz to /home/tc/redpill-load/custom/extensions/redpill-misc/ds3622xsp_42661/... [OK]
[#] Checking runtime for required tools... [OK]
[#] Updating extensions...

[#] Checking runtime for required tools... [OK]
[#] Adding new extension from https://github.com/pocopico/rp-ext/raw/main/redpill-boot-wait/rpext-index.json...
[#] Downloading remote file https://github.com/pocopico/rp-ext/raw/main/redpill-boot-wait/rpext-index.json to /home/tc/redpill-load/custom/extensions/_new_ext_index.tmp_json
##################################################################################################################### 100.0%
[OK]
[#] ========================================== redpill-boot-wait ==========================================
[#] Extension name: RedPill Bootwait
[#] Description: Simple extension which stops the execution early waiting for the boot device to appear
[#] To get help visit: https://github.com/pocopico/rp-ext/redpill-boot-wait
[#] Extension preparer/packer: https://github.com/pocopico/rp-ext/tree/main/redpill-boot-wait
[#] Update URL: https://raw.githubusercontent.com/pocopico/rp-ext/master/redpill-boot-wait/rpext-index.json
[#] Platforms supported: ds1621p_42218 ds1621p_42951 ds918p_41890 dva3221_42661 ds3617xs_42621 ds3617xs_42218 ds920p_42661 dva3221_42962 ds918p_42661 ds3622xsp_42962 ds3617xs_42951 ds920p_42962 ds1621p_42661 dva1622_42951 ds918p_25556 dva3221_42218 ds3615xs_42661 dva3221_42951 ds3622xsp_42661 ds2422p_42661 ds3622xsp_42218 ds2422p_42962 rs4021xsp_42621 dva1622_42962 ds2422p_42218 rs4021xsp_42962 dva3221_42621 ds3615xs_42962 ds3617xs_42962 ds3615xs_41222 ds920p_42951 rs4021xsp_42218 ds2422p_42951 ds918p_42621 ds3617xs_42661 ds3615xs_25556 ds920p_42218 rs4021xsp_42951 ds920p_42621 ds918p_42962 ds3615xs_42951 ds3622xsp_42951 ds920p_42550 dva1622_42661 ds918p_42218 ds2422p_42621 ds1621p_42621 ds3615xs_42621 ds3615xs_42218 ds1621p_42962 ds3622xsp_42621 rs4021xsp_42661
[#] =======================================================================================

[#] Checking runtime for required tools... [OK]
[#] Updating pocopico.alx extension...
[#] Downloading remote file https://raw.githubusercontent.com/pocopico/rp-ext/master/alx/rpext-index.json to /home/tc/redpill-load/custom/extensions/_new_ext_index.tmp_json
##################################################################################################################### 100.0%

[#] Extension pocopico.alx index is already up to date
[#] Updating pocopico.e1000e extension...
[#] Downloading remote file https://raw.githubusercontent.com/pocopico/rp-ext/master/e1000e/rpext-index.json to /home/tc/redpill-load/custom/extensions/_new_ext_index.tmp_json
##################################################################################################################### 100.0%

[#] Extension pocopico.e1000e index is already up to date
[#] Updating redpill-boot-wait extension...
[#] Downloading remote file https://raw.githubusercontent.com/pocopico/rp-ext/master/redpill-boot-wait/rpext-index.json to /home/tc/redpill-load/custom/extensions/_new_ext_index.tmp_json
##################################################################################################################### 100.0%

[#] Extension redpill-boot-wait index is already up to date
[#] Updating redpill-misc extension...
[#] Downloading remote file https://github.com/pocopico/redpill-load/raw/develop/redpill-misc/rpext-index.json to /home/tc/redpill-load/custom/extensions/_new_ext_index.tmp_json
##################################################################################################################### 100.0%

[#] Extension redpill-misc index is already up to date
[#] Updating redpill-misc extension... [OK]
[#] Checking runtime for required tools... [OK]
[#] Updating ds3622xsp_42661 platforms extensions...
[#] Downloading remote file https://raw.githubusercontent.com/pocopico/rp-ext/master/alx/releases/ds3622xsp_42218.json to /home/tc/redpill-load/custom/extensions/_ext_new_rcp.tmp_json
##################################################################################################################### 100.0%

[#] Filling-in newly downloaded recipe for extension pocopico.alx platform ds3622xsp_42661
[#] Downloading remote file https://raw.githubusercontent.com/pocopico/rp-ext/master/alx/releases/alx-4.4.180plus-broadwellnk.tgz to /home/tc/redpill-load/custom/extensions/pocopico.alx/ds3622xsp_42661/alx-4.4.180plus-broadwellnk.tgz
##################################################################################################################### 100.0%
[#] Verifying /home/tc/redpill-load/custom/extensions/pocopico.alx/ds3622xsp_42661/alx-4.4.180plus-broadwellnk.tgz file... [OK]
[#] Unpacking files from /home/tc/redpill-load/custom/extensions/pocopico.alx/ds3622xsp_42661/alx-4.4.180plus-broadwellnk.tgz to /home/tc/redpill-load/custom/extensions/pocopico.alx/ds3622xsp_42661/... [OK]
[#] Downloading remote file https://raw.githubusercontent.com/pocopico/rp-ext/master/alx/src/check-alx.sh to /home/tc/redpill-load/custom/extensions/pocopico.alx/ds3622xsp_42661/check-alx.sh
##################################################################################################################### 100.0%
[#] Verifying /home/tc/redpill-load/custom/extensions/pocopico.alx/ds3622xsp_42661/check-alx.sh file... [OK]
[#] Successfully processed recipe for extension pocopico.alx platform ds3622xsp_42661
[#] Downloading remote file https://raw.githubusercontent.com/pocopico/rp-ext/master/e1000e/releases/ds3622xsp_42218.json to /home/tc/redpill-load/custom/extensions/_ext_new_rcp.tmp_json
##################################################################################################################### 100.0%
[#] Filling-in newly downloaded recipe for extension pocopico.e1000e platform ds3622xsp_42661
[#] Downloading remote file https://raw.githubusercontent.com/pocopico/rp-ext/master/e1000e/releases/e1000e-4.4.180plus-broadwellnk.tgz to /home/tc/redpill-load/custom/extensions/pocopico.e1000e/ds3622xsp_42661/e1000e-4.4.180plus-broadwellnk.tgz
##################################################################################################################### 100.0%
[#] Verifying /home/tc/redpill-load/custom/extensions/pocopico.e1000e/ds3622xsp_42661/e1000e-4.4.180plus-broadwellnk.tgz file... [OK]
[#] Unpacking files from /home/tc/redpill-load/custom/extensions/pocopico.e1000e/ds3622xsp_42661/e1000e-4.4.180plus-broadwellnk.tgz to /home/tc/redpill-load/custom/extensions/pocopico.e1000e/ds3622xsp_42661/... [OK]
[#] Downloading remote file https://raw.githubusercontent.com/pocopico/rp-ext/master/e1000e/src/check-e1000e.sh to /home/tc/redpill-load/custom/extensions/pocopico.e1000e/ds3622xsp_42661/check-e1000e.sh
##################################################################################################################### 100.0%
[#] Verifying /home/tc/redpill-load/custom/extensions/pocopico.e1000e/ds3622xsp_42661/check-e1000e.sh file... [OK]
[#] Successfully processed recipe for extension pocopico.e1000e platform ds3622xsp_42661
[#] Downloading remote file https://github.com/RedPill-TTG/redpill-boot-wait/raw/master/recipes/universal.json to /home/tc/redpill-load/custom/extensions/_ext_new_rcp.tmp_json
##################################################################################################################### 100.0%
[#] Filling-in newly downloaded recipe for extension redpill-boot-wait platform ds3622xsp_42661
[#] Downloading remote file https://raw.githubusercontent.com/RedPill-TTG/redpill-boot-wait/master/src/boot-wait.sh to /home/tc/redpill-load/custom/extensions/redpill-boot-wait/ds3622xsp_42661/boot-wait.sh
##################################################################################################################### 100.0%
[#] Verifying /home/tc/redpill-load/custom/extensions/redpill-boot-wait/ds3622xsp_42661/boot-wait.sh file... [OK]
[#] Successfully processed recipe for extension redpill-boot-wait platform ds3622xsp_42661
[#] Downloading remote file https://github.com/pocopico/redpill-load/raw/develop/redpill-misc/recipes/universal.json to /home/tc/redpill-load/custom/extensions/_ext_new_rcp.tmp_json
##################################################################################################################### 100.0%
[#] Extension redpill-misc for ds3622xsp_42661 platform is already up to date
[#] Verifying /home/tc/redpill-load/custom/extensions/redpill-boot-wait/ds3622xsp_42661/boot-wait.sh file... [OK]
[#] Updating extensions... [OK]
[#] Verifying /home/tc/redpill-load/cache/ds3622xsp_42661.pat file... [OK]
[#] Unpacking /home/tc/redpill-load/cache/ds3622xsp_42661.pat file to /home/tc/redpill-load/build/1665094065/pat-ds3622xsp_42661-unpacked... [OK]
[#] Verifying /home/tc/redpill-load/build/1665094065/pat-ds3622xsp_42661-unpacked/zImage file... [OK]
[#] Patching /home/tc/redpill-load/build/1665094065/pat-ds3622xsp_42661-unpacked/zImage to /home/tc/redpill-load/build/1665094065/zImage-patched... [OK]
[#] Verifying /home/tc/redpill-load/build/1665094065/pat-ds3622xsp_42661-unpacked/rd.gz file... [OK]
[#] Unpacking /home/tc/redpill-load/build/1665094065/pat-ds3622xsp_42661-unpacked/rd.gz file to /home/tc/redpill-load/build/1665094065/rd-ds3622xsp_42661-unpacked... [OK]
[#] Apply patches to /home/tc/redpill-load/build/1665094065/rd-ds3622xsp_42661-unpacked... [OK]
[#] Patching config files in ramdisk... [OK]
[#] Adding OS config patching... [OK]
[#] Repacking ramdisk to /home/tc/redpill-load/build/1665094065/rd-patched-ds3622xsp_42661.gz... [OK]
[#] Bundling extensions... [#] Checking runtime for required tools... [OK]
[#] Dumping ds3622xsp_42661 platform extensions to /home/tc/redpill-load/build/1665094065/custom-initrd/exts... [OK]
[#] Packing custom ramdisk layer to /home/tc/redpill-load/build/1665094065/custom.gz... [OK]
[#] Generating GRUB config... [OK]
[#] Creating loader image at loader.img... [OK]
[#] Cleaning up... [OK]
Mounting /dev/sdc1 to localdiskp1
/dev/sdc2 localdiskp2
Creating tinycore entry
menuentry 'Tiny Core Image Build' {
        savedefault
        set root=(hd0,msdos3)
        echo Loading Linux...
        linux /vmlinuz64 loglevel=3 cde waitusb=5 vga=791
        echo Loading initramfs...
        initrd /corepure64.gz
        echo Booting TinyCore for loader creation
}
Bringing over my friend
##################################################################################################################### 100.0%
##################################################################################################################### 100.0%
##################################################################################################################### 100.0%
bzImage-friend checksum OK !
initrd-friend checksum OK !
menuentry 'Tiny Core Friend' {
        savedefault
        set root=(hd0,msdos3)
        echo Loading Linux...
        linux /bzImage-friend loglevel=3 waitusb=5 vga=791 net.ifnames=0 biosdevname=0
        echo Loading initramfs...
        initrd /initrd-friend
        echo Booting TinyCore Friend
}
Entries in Localdisk bootloader :
=======================================================================
menuentry 'RedPill DS3622xs v7.1.0-42661 Beta (USB, Verbose)' {
menuentry 'RedPill DS3622xs v7.1.0-42661 Beta (SATA, Verbose)' {
menuentry 'Tiny Core Image Build' {
menuentry 'Tiny Core Friend' {
Updated user_config with USB Command Line : withefi earlyprintk syno_hw_version=DS3622xs+ console=ttyS0,115200n8 netif_num=2 pid=0x5583 earlycon=uart8250,io,0x3f8,115200n8 syno_port_thaw=1 mac2=REDACTED mac1=REDACTED sn=REDACTED vid=0x0781 elevator=elevator loglevel=15 HddHotplug=0 DiskIdxMap=00 syno_hdd_detect=0 vender_format_version=2 syno_hdd_powerup_seq=0 log_buf_len=32M root=/dev/md0 SataPortMap=6
Updated user_config with SATA Command Line : withefi earlyprintk syno_hw_version=DS3622xs+ console=ttyS0,115200n8 netif_num=2 pid=0x5583 earlycon=uart8250,io,0x3f8,115200n8 synoboot_satadom=1 syno_port_thaw=1 mac2=REDACTED mac1=REDACTED sn=REDACTED vid=0x0781 elevator=elevator loglevel=15 HddHotplug=0 DiskIdxMap=00 syno_hdd_detect=0 vender_format_version=2 syno_hdd_powerup_seq=0 log_buf_len=32M root=/dev/md0 SataPortMap=6
Ramdisk in not compressed
48812 blocks
3433 blocks
52243 blocks
Setting default boot entry to TCRP Friend
Cleaning up files
Caching files for future use
Found /home/tc/redpill-load/cache/ds3622xsp_42661.pat, copying to cache directory : /mnt/sdc3/auxfiles
Saving user session for future use. Saving current extensions  -> OK !
Saving current user_config.json  -> OK !
tc@box:~$ ./rploader.sh backup
Please make sure you are using the latest 1GB img before using backup option
Current /home/tc size is 844M , try to keep it less than 1GB as it might not fit into your image
Should i update the sdc with your current files [Yy/Nn]
y
Backing up home files to sdc : Backing up files to /mnt/sdc3//mydata.tgz |
There was an issue, see /tmp/backup_status.
Error: Couldn't backup files

 

 

 

 

 

I see no issues, can you please add an ./rploader.sh clean before you backup ? 

  • Like 1
Link to comment
Share on other sites

17 minutes ago, pocopico said:

 

 

I see no issues, can you please add an ./rploader.sh clean before you backup ? 

Seems to have worked with the clean statement. This is very odd because I did not issue that command a week ago. I am certain of it. 🤷‍♂️

 

Spoiler
  ( '>')
  /) TC (\   Core is distributed with ABSOLUTELY NO WARRANTY.
(/-_--_-\)           www.tinycorelinux.net

tc@box:~$ ./rploader.sh update
Checking Internet Access -> OK
Checking if a newer version exists on the main repo -> Found newversion : 0.9.2.7
Current version : 0.9.2.7
There is a newer version of the script on the repo should we use that ? [yY/nN]y
OK, updating, please re-run after updating
Updating tinycore loader with latest updates
Backing up files to /mnt/sdc3//mydata.tgz
Done.
tc@box:~$ ./rploader.sh fullupgrade
Performing a full TCRP upgrade
Warning some of your local files will be moved to /home/tc/old/xxxx.2022-Oct-06-22-42
Updating custom_config.json
Updating custom_config_jun.json
Updating global_config.json
Updating modules.alias.3.json.gz
Updating modules.alias.4.json.gz
Updating rpext-index.json
Updating user_config.json
./rploader.sh identifyusbUpdating rploader.sh
Please make sure you are using the latest 1GB img before using backup option
Current /home/tc size is 16M , try to keep it less than 1GB as it might not fit into your image
Should i update the sdc with your current files [Yy/Nn]
y
OK, keeping last status
tc@box:~$ ./rploader.sh identifyusb
Found SanDisk Ultra SerialNumber: 4C530001070129104321
Vendor ID : 0x0781 Product ID : 0x5583
Should i update the user_config.json with these values ? [Yy/Nn]
y
tc@box:~$ ./rploader.sh serialgen DS3622xs+ realmac
Serial Number for Model = REDACTED
Mac Address for Model DS3622xs+ = REDACTED
Real Mac Address : REDACTED
Notice : realmac option is requested, real mac will be used
Should i update the user_config.json with these values ? [Yy/Nn]
y
tc@box:~$ vi user_config.json
tc@box:~$ vi user_config.json
tc@box:~$ ./rploader.sh satamap

Found "00:1f.2 Intel Corporation 9 Series Chipset Family SATA Controller [AHCI Mode]"
Detected 6 ports/2 drives. Override # of ports or ENTER to accept <6>

Computed settings:
SataPortMap=6
DiskIdxMap=00

Should i update the user_config.json with these values ? [Yy/Nn] y
Done.
tc@box:~$ vi user_config.json
tc@box:~$ ./rploader.sh listmods broadwellnk-7.1.0-42661
bspatch does not exist, bringing over from repo
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100 10232  100 10232    0     0  72056      0 --:--:-- --:--:-- --:--:-- 72056
Rploader Version : 0.9.2.7
Loader source : https://github.com/pocopico/redpill-load.git Loader Branch : develop
Redpill module source : https://github.com/pocopico/redpill-lkm.git : Redpill module branch : master
Extensions :   redpill-misc
Extensions URL : "https://github.com/pocopico/redpill-load/raw/develop/redpill-misc/rpext-index.json"
TOOLKIT_URL : https://sourceforge.net/projects/dsgpl/files/toolkit/DSM7.0/ds.broadwellnk-7.0.dev.txz/download
TOOLKIT_SHA : 0d9edca67d9e7e14c2529bbb58341b623936124d5264f71f1e4acbacf3ea202d
SYNOKERNEL_URL : https://sourceforge.net/projects/dsgpl/files/Synology%20NAS%20GPL%20Source/25426branch/broadwellnk-source/linux-4.4.x.txz/download
SYNOKERNEL_SHA : d3e85eb80f16a83244fcae6016ab6783cd8ac55e3af2b4240455261396e1e1be
COMPILE_METHOD : toolkit_dev
TARGET_PLATFORM       : broadwellnk
TARGET_VERSION    : 7.1.0
TARGET_REVISION : 42661
REDPILL_LKM_MAKE_TARGET : dev-v7
KERNEL_MAJOR : 4
MODULE_ALIAS_FILE :  modules.alias.4.json
SYNOMODEL : ds3622xsp_42661
MODEL : DS3622xs+
Local Cache Folder : /mnt/sdc3/auxfiles
DATE Internet : 06102022 Local : 06102022
Checking Internet Access -> OK
Cloning into 'redpill-lkm'...
remote: Enumerating objects: 1398, done.
remote: Counting objects: 100% (470/470), done.
remote: Compressing objects: 100% (134/134), done.
remote: Total 1398 (delta 355), reused 405 (delta 323), pack-reused 928
Receiving objects: 100% (1398/1398), 2.78 MiB | 11.77 MiB/s, done.
Resolving deltas: 100% (918/918), done.
Cloning into 'redpill-load'...
remote: Enumerating objects: 2809, done.
remote: Counting objects: 100% (293/293), done.
remote: Compressing objects: 100% (162/162), done.
remote: Total 2809 (delta 148), reused 263 (delta 122), pack-reused 2516
Receiving objects: 100% (2809/2809), 118.30 MiB | 15.55 MiB/s, done.
Resolving deltas: 100% (1373/1373), done.
Testing modules.alias.4.json -> File OK
------------------------------------------------------------------------------------------------
It looks that you will need the following modules :


Found VGA Controller : pciid 8086d00000402  Required Extension : i915
Searching for matching extension for i915
[#] Checking runtime for required tools... [OK]
[#] Adding new extension from https://raw.githubusercontent.com/pocopico/rp-ext/master/e1000e/rpext-index.json...
[#] Downloading remote file https://raw.githubusercontent.com/pocopico/rp-ext/master/e1000e/rpext-index.json to /home/tc/redpill-load/custom/extensions/_new_ext_index.tmp_json
######################################################################## 100.0%
[OK]
[#] ========================================== pocopico.e1000e ==========================================
[#] Extension name: e1000e
[#] Description: Adds Intel(R) PRO/1000 Network Driver Support
[#] To get help visit: <todo>
[#] Extension preparer/packer: https://github.com/pocopico/rp-ext/tree/main/e1000e
[#] Software author: https://github.com/pocopico
[#] Update URL: https://raw.githubusercontent.com/pocopico/rp-ext/master/e1000e/rpext-index.json
[#] Platforms supported: ds1621p_42218 ds1621p_42951 ds918p_41890 dva3221_42661 ds3617xs_42621 ds3617xs_42218 ds920p_42661 dva3221_42962 ds918p_42661 ds3622xsp_42962 ds3617xs_42951 dva1622_42218 dva1622_42621 ds920p_42962 ds1621p_42661 dva1622_42951 ds918p_25556 dva3221_42218 ds3615xs_42661 dva3221_42951 ds3622xsp_42661 ds2422p_42661 ds3622xsp_42218 ds2422p_42962 rs4021xsp_42621 dva1622_42962 ds2422p_42218 rs4021xsp_42962 dva3221_42621 ds3615xs_42962 ds3617xs_42962 ds3615xs_41222 ds920p_42951 rs4021xsp_42218 ds2422p_42951 ds918p_42621 ds3617xs_42661 ds3615xs_25556 ds920p_42218 rs4021xsp_42951 ds920p_42621 ds918p_42962 ds3615xs_42951 ds3622xsp_42951 dva1622_42661 ds918p_42218 ds2422p_42621 ds1621p_42621 ds3615xs_42621 ds3615xs_42218 ds1621p_42962 ds3622xsp_42621 rs4021xsp_42661
[#] =======================================================================================

Found Ethernet Interface : pciid 8086d0000153b Required Extension : e1000e
Searching for matching extension for e1000e
Found matching extension :
"https://raw.githubusercontent.com/pocopico/rp-ext/master/e1000e/rpext-index.json"
Found SATA Controller : pciid 8086d00008c82  Required Extension : ahci
Searching for matching extension for ahci
[#] Checking runtime for required tools... [OK]
[#] Adding new extension from https://raw.githubusercontent.com/pocopico/rp-ext/master/alx/rpext-index.json...
[#] Downloading remote file https://raw.githubusercontent.com/pocopico/rp-ext/master/alx/rpext-index.json to /home/tc/redpill-load/custom/extensions/_new_ext_index.tmp_json
######################################################################## 100.0%
[OK]
[#] ========================================== pocopico.alx ==========================================
[#] Extension name: alx
[#] Description: Adds Qualcomm Atheros(R) AR816x/AR817x PCI-E Ethernet Network Driver Support
[#] To get help visit: <todo>
[#] Extension preparer/packer: https://github.com/pocopico/rp-ext/tree/main/alx
[#] Software author: https://github.com/pocopico
[#] Update URL: https://raw.githubusercontent.com/pocopico/rp-ext/master/alx/rpext-index.json
[#] Platforms supported: ds1621p_42218 ds1621p_42951 ds918p_41890 dva3221_42661 ds3617xs_42621 ds3617xs_42218 ds920p_42661 dva3221_42962 ds918p_42661 ds3622xsp_42962 ds3617xs_42951 dva1622_42218 dva1622_42621 ds920p_42962 ds1621p_42661 dva1622_42951 ds918p_25556 dva3221_42218 ds3615xs_42661 dva3221_42951 ds3622xsp_42661 ds2422p_42661 ds3622xsp_42218 ds2422p_42962 rs4021xsp_42621 dva1622_42962 ds2422p_42218 rs4021xsp_42962 dva3221_42621 ds3615xs_42962 ds3617xs_42962 ds3615xs_41222 ds920p_42951 rs4021xsp_42218 ds2422p_42951 ds918p_42621 ds3617xs_42661 ds3615xs_25556 ds920p_42218 rs4021xsp_42951 ds920p_42621 ds918p_42962 ds3615xs_42951 ds3622xsp_42951 dva1622_42661 ds918p_42218 ds2422p_42621 ds1621p_42621 ds3615xs_42621 ds3615xs_42218 ds1621p_42962 ds3622xsp_42621 rs4021xsp_42661
[#] =======================================================================================

Found Ethernet Interface : pciid 1969d00001091 Required Extension : alx
Searching for matching extension for alx
Found matching extension :
"https://raw.githubusercontent.com/pocopico/rp-ext/master/alx/rpext-index.json"
------------------------------------------------------------------------------------------------

tc@box:~$ ./rploader.sh build broadwellnk-7.1.0-42661 withfriend
Rploader Version : 0.9.2.7
Loader source : https://github.com/pocopico/redpill-load.git Loader Branch : develop
Redpill module source : https://github.com/pocopico/redpill-lkm.git : Redpill module branch : master
Extensions :   redpill-misc
Extensions URL : "https://github.com/pocopico/redpill-load/raw/develop/redpill-misc/rpext-index.json"
TOOLKIT_URL : https://sourceforge.net/projects/dsgpl/files/toolkit/DSM7.0/ds.broadwellnk-7.0.dev.txz/download
TOOLKIT_SHA : 0d9edca67d9e7e14c2529bbb58341b623936124d5264f71f1e4acbacf3ea202d
SYNOKERNEL_URL : https://sourceforge.net/projects/dsgpl/files/Synology%20NAS%20GPL%20Source/25426branch/broadwellnk-source/linux-4.4.x.txz/download
SYNOKERNEL_SHA : d3e85eb80f16a83244fcae6016ab6783cd8ac55e3af2b4240455261396e1e1be
COMPILE_METHOD : toolkit_dev
TARGET_PLATFORM       : broadwellnk
TARGET_VERSION    : 7.1.0
TARGET_REVISION : 42661
REDPILL_LKM_MAKE_TARGET : dev-v7
KERNEL_MAJOR : 4
MODULE_ALIAS_FILE :  modules.alias.4.json
SYNOMODEL : ds3622xsp_42661
MODEL : DS3622xs+
Local Cache Folder : /mnt/sdc3/auxfiles
DATE Internet : 06102022 Local : 06102022
Checking Internet Access -> OK
Checking if a newer version exists on the main repo -> Version is current
Redpill sources already downloaded, pulling latest
Already up to date.
Loader sources already downloaded, pulling latest
Already up to date.
withfriend option set, My friend will be added
No extra build option or static specified, using default <static>
Using static compiled redpill extension
Removing any old redpill.ko modules
Looking for redpill for : ds3622xsp_42661
Getting file https://raw.githubusercontent.com/pocopico/rp-ext/master/redpillprod/releases/redpill-4.4.180plus-broadwellnk.tgz
Extracting module
Getting file https://raw.githubusercontent.com/pocopico/rp-ext/master/redpillprod/src/check-redpill.sh
Got redpill-linux-v4.4.180+.ko
Testing modules.alias.4.json -> File OK
------------------------------------------------------------------------------------------------
It looks that you will need the following modules :


Found VGA Controller : pciid 8086d00000402  Required Extension : i915
Searching for matching extension for i915
[#] Checking runtime for required tools... [OK]
[#] Adding new extension from https://raw.githubusercontent.com/pocopico/rp-ext/master/e1000e/rpext-index.json...
[#] Downloading remote file https://raw.githubusercontent.com/pocopico/rp-ext/master/e1000e/rpext-index.json to /home/tc/redpill-load/custom/extensions/_new_ext_index.tmp_json
######################################################################## 100.0%

[!] Extension is already added (index exists at /home/tc/redpill-load/custom/extensions/pocopico.e1000e/pocopico.e1000e.json). For more info use "ext-manager.sh info pocopico.e1000e"

*** Process will exit ***
Found Ethernet Interface : pciid 8086d0000153b Required Extension : e1000e
Searching for matching extension for e1000e
Found matching extension :
"https://raw.githubusercontent.com/pocopico/rp-ext/master/e1000e/rpext-index.json"
Found SATA Controller : pciid 8086d00008c82  Required Extension : ahci
Searching for matching extension for ahci
[#] Checking runtime for required tools... [OK]
[#] Adding new extension from https://raw.githubusercontent.com/pocopico/rp-ext/master/alx/rpext-index.json...
[#] Downloading remote file https://raw.githubusercontent.com/pocopico/rp-ext/master/alx/rpext-index.json to /home/tc/redpill-load/custom/extensions/_new_ext_index.tmp_json
######################################################################## 100.0%

[!] Extension is already added (index exists at /home/tc/redpill-load/custom/extensions/pocopico.alx/pocopico.alx.json). For more info use "ext-manager.sh info pocopico.alx"

*** Process will exit ***
Found Ethernet Interface : pciid 1969d00001091 Required Extension : alx
Searching for matching extension for alx
Found matching extension :
"https://raw.githubusercontent.com/pocopico/rp-ext/master/alx/rpext-index.json"
------------------------------------------------------------------------------------------------
Starting loader creation
Found tinycore cache folder, linking to home/tc/custom-module
Checking user_config.json : Done
Entering redpill-load directory
Removing bundled exts directories
Cache directory OK
Found build request for revision greater than 42218
Getting required extraction tool
------------------------------------------------------------------
Checking tinycore cache folder
Found tinycore cache folder, linking to home/tc/custom-module
Creating temp folder /tmp/synoesp
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100  345M  100  345M    0     0  41.6M      0  0:00:08  0:00:08 --:--:-- 43.2M
Entering synoesp
extract rd.gz
finish
cpio: dev/console: Cannot mknod: Operation not permitted
cpio: dev/net/tun: Cannot mknod: Operation not permitted
42506 blocks
extract rd
mkdir: cannot create directory '/mnt/sdc3/auxfiles': File exists
Copying required files to local cache folder for future use
Copying usr/lib/libcurl.so.4 to /mnt/sdc3/auxfiles
Copying usr/lib/libmbedcrypto.so.5 to /mnt/sdc3/auxfiles
Copying usr/lib/libmbedtls.so.13 to /mnt/sdc3/auxfiles
Copying usr/lib/libmbedx509.so.1 to /mnt/sdc3/auxfiles
Copying usr/lib/libmsgpackc.so.2 to /mnt/sdc3/auxfiles
Copying usr/lib/libsodium.so to /mnt/sdc3/auxfiles
Copying usr/lib/libsynocodesign-ng-virtual-junior-wins.so.7 to /mnt/sdc3/auxfiles
Copying usr/syno/bin/scemd to /mnt/sdc3/auxfiles
Copying required libraries to local lib directory
Linking lib to lib64
Copying executable
Removing temp folder /tmp/synoesp
Checking if tools is accessible
/bin/syno_extract_system_patch: /usr/local/lib/libcurl.so.4: no version information available (required by /bin/syno_extract_system_patch)
Copyright (c) 2003-2021 Synology Inc. All rights reserved.

/bin/syno_extract_system_patch PATCH_PATH DEST_PATH
Executed succesfully
Creating temp folder /tmp/pat
Checking for cached pat file
Found tinycore cache folder, linking to home/tc/custom-module
Could not find pat file locally cached
Configdir : /home/tc/redpill-load/config/DS3622xs+/7.1.0-42661
Configfile: /home/tc/redpill-load/config/DS3622xs+/7.1.0-42661/config.json
Pat URL : https://global.download.synology.com/download/DSM/release/7.1/42661-1/DSM_DS3622xs%2B_42661.pat
Downloading pat file from URL : https://global.download.synology.com/download/DSM/release/7.1/42661-1/DSM_DS3622xs%2B_42661.pat
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100  352M  100  352M    0     0  42.4M      0  0:00:08  0:00:08 --:--:-- 42.7M
File //mnt/sdc3/auxfiles/ds3622xsp_42661.pat, is  encrypted
File //mnt/sdc3/auxfiles/ds3622xsp_42661.pat, has been cached but its encrypted, re-running decrypting process
Checking for cached pat file
Found tinycore cache folder, linking to home/tc/custom-module
Found locally cached pat file /home/tc/custom-module/ds3622xsp_42661.pat
File /home/tc/custom-module/ds3622xsp_42661.pat, is  encrypted
Extracting encrypted pat file : /home/tc/custom-module/ds3622xsp_42661.pat to /tmp/pat
/bin/syno_extract_system_patch: /usr/local/lib/libcurl.so.4: no version information available (required by /bin/syno_extract_system_patch)
Creating unecrypted pat file ds3622xsp_42661.pat to /home/tc/redpill-load/cache folder
./VERSION
Pat file  sha256sum is : a61b9e7b82543a0df8828f74303ce5f855b816cffc8ac1998b74423f7e472b97
Checking config file existence -> OK
Editing config file -> Verifying config file -> OK !
Clearing temp folders
Processing add_extensions entries found on custom_config.json file :   redpill-misc
Adding extension "https://github.com/pocopico/redpill-load/raw/develop/redpill-misc/rpext-index.json"
[#] Checking runtime for required tools... [OK]
[#] Adding new extension from https://github.com/pocopico/redpill-load/raw/develop/redpill-misc/rpext-index.json...
[#] Downloading remote file https://github.com/pocopico/redpill-load/raw/develop/redpill-misc/rpext-index.json to /home/tc/redpill-load/custom/extensions/_new_ext_index.tmp_json
##################################################################################################################### 100.0%
[OK]
[#] ========================================== redpill-misc ==========================================
[#] Extension name: Misc shell
[#] Description: Misc shell
[#] To get help visit: https://github.com/pocopico/redpill-load/raw/develop/redpill-misc
[#] Extension preparer/packer: https://github.com/pocopico/redpill-load/raw/develop/redpill-misc
[#] Software author: https://github.com/pocopico/redpill-load/raw/develop/redpill-misc
[#] Update URL: https://github.com/pocopico/redpill-load/raw/develop/redpill-misc/rpext-index.json
[#] Platforms supported: ds1621p_42218 ds1621p_42951 ds918p_41890 dva3221_42661 ds3617xs_42621 ds3617xs_42218 ds920p_42661 dva3221_42962 ds918p_42661 ds3622xsp_42962 ds3617xs_42951 ds920p_42962 ds1621p_42661 dva1622_42951 ds918p_25556 dva3221_42218 ds3615xs_42661 dva3221_42951 ds3622xsp_42661 ds2422p_42661 ds3622xsp_42218 ds2422p_42962 rs4021xsp_42621 dva1622_42962 ds2422p_42218 rs4021xsp_42962 dva3221_42621 ds3615xs_42962 ds3617xs_42962 ds3615xs_41222 ds920p_42951 rs4021xsp_42218 ds918p_42621 ds3617xs_42661 ds3615xs_25556 ds920p_42218 rs4021xsp_42951 ds920p_42621 ds918p_42962 ds3615xs_42951 ds3622xsp_42951 dva1622_42661 ds918p_42218 ds1621p_42621 ds3615xs_42621 ds3615xs_42218 ds1621p_42962 ds3622xsp_42621 rs4021xsp_42661
[#] =======================================================================================

Updating extension : redpill-misc contents for model : ds3622xsp_42661
[#] Checking runtime for required tools... [OK]
[#] Updating ds3622xsp_42661 platforms extensions...
[#] Downloading remote file https://github.com/pocopico/redpill-load/raw/develop/redpill-misc/recipes/universal.json to /home/tc/redpill-load/custom/extensions/_ext_new_rcp.tmp_json
##################################################################################################################### 100.0%

[#] Filling-in newly downloaded recipe for extension redpill-misc platform ds3622xsp_42661
[#] Downloading remote file https://github.com/pocopico/redpill-load/raw/develop/redpill-misc/releases/install.sh to /home/tc/redpill-load/custom/extensions/redpill-misc/ds3622xsp_42661/install.sh
##################################################################################################################### 100.0%
[#] Verifying /home/tc/redpill-load/custom/extensions/redpill-misc/ds3622xsp_42661/install.sh file... [OK]
[#] Downloading remote file https://github.com/pocopico/redpill-load/raw/develop/redpill-misc/releases/install-all.sh to /home/tc/redpill-load/custom/extensions/redpill-misc/ds3622xsp_42661/install-all.sh
##################################################################################################################### 100.0%
[#] Verifying /home/tc/redpill-load/custom/extensions/redpill-misc/ds3622xsp_42661/install-all.sh file... [OK]
[#] Downloading remote file https://github.com/tsl0922/ttyd/releases/download/1.6.3/ttyd.x86_64 to /home/tc/redpill-load/custom/extensions/redpill-misc/ds3622xsp_42661/ttyd
##################################################################################################################### 100.0%
[#] Verifying /home/tc/redpill-load/custom/extensions/redpill-misc/ds3622xsp_42661/ttyd file... [OK]
[#] Downloading remote file https://github.com/pocopico/redpill-load/raw/develop/redpill-misc/releases/install_rd.sh to /home/tc/redpill-load/custom/extensions/redpill-misc/ds3622xsp_42661/install_rd.sh
##################################################################################################################### 100.0%
[#] Verifying /home/tc/redpill-load/custom/extensions/redpill-misc/ds3622xsp_42661/install_rd.sh file... [OK]
[#] Downloading remote file https://github.com/pocopico/redpill-load/raw/develop/redpill-misc/releases/lrzsz.tar.gz to /home/tc/redpill-load/custom/extensions/redpill-misc/ds3622xsp_42661/lrzsz.tar.gz
##################################################################################################################### 100.0%
[#] Verifying /home/tc/redpill-load/custom/extensions/redpill-misc/ds3622xsp_42661/lrzsz.tar.gz file... [OK]
[#] Unpacking files from /home/tc/redpill-load/custom/extensions/redpill-misc/ds3622xsp_42661/lrzsz.tar.gz to /home/tc/redpill-load/custom/extensions/redpill-misc/ds3622xsp_42661/... [OK]
[#] Successfully processed recipe for extension redpill-misc platform ds3622xsp_42661
[#] Unpacking files from /home/tc/redpill-load/custom/extensions/redpill-misc/ds3622xsp_42661/lrzsz.tar.gz to /home/tc/redpill-load/custom/extensions/redpill-misc/ds3622xsp_42661/... [OK]
[#] Checking runtime for required tools... [OK]
[#] Updating extensions...

[#] Checking runtime for required tools... [OK]
[#] Adding new extension from https://github.com/pocopico/rp-ext/raw/main/redpill-boot-wait/rpext-index.json...
[#] Downloading remote file https://github.com/pocopico/rp-ext/raw/main/redpill-boot-wait/rpext-index.json to /home/tc/redpill-load/custom/extensions/_new_ext_index.tmp_json
##################################################################################################################### 100.0%
[OK]
[#] ========================================== redpill-boot-wait ==========================================
[#] Extension name: RedPill Bootwait
[#] Description: Simple extension which stops the execution early waiting for the boot device to appear
[#] To get help visit: https://github.com/pocopico/rp-ext/redpill-boot-wait
[#] Extension preparer/packer: https://github.com/pocopico/rp-ext/tree/main/redpill-boot-wait
[#] Update URL: https://raw.githubusercontent.com/pocopico/rp-ext/master/redpill-boot-wait/rpext-index.json
[#] Platforms supported: ds1621p_42218 ds1621p_42951 ds918p_41890 dva3221_42661 ds3617xs_42621 ds3617xs_42218 ds920p_42661 dva3221_42962 ds918p_42661 ds3622xsp_42962 ds3617xs_42951 ds920p_42962 ds1621p_42661 dva1622_42951 ds918p_25556 dva3221_42218 ds3615xs_42661 dva3221_42951 ds3622xsp_42661 ds2422p_42661 ds3622xsp_42218 ds2422p_42962 rs4021xsp_42621 dva1622_42962 ds2422p_42218 rs4021xsp_42962 dva3221_42621 ds3615xs_42962 ds3617xs_42962 ds3615xs_41222 ds920p_42951 rs4021xsp_42218 ds2422p_42951 ds918p_42621 ds3617xs_42661 ds3615xs_25556 ds920p_42218 rs4021xsp_42951 ds920p_42621 ds918p_42962 ds3615xs_42951 ds3622xsp_42951 ds920p_42550 dva1622_42661 ds918p_42218 ds2422p_42621 ds1621p_42621 ds3615xs_42621 ds3615xs_42218 ds1621p_42962 ds3622xsp_42621 rs4021xsp_42661
[#] =======================================================================================

[#] Checking runtime for required tools... [OK]
[#] Updating pocopico.alx extension...
[#] Downloading remote file https://raw.githubusercontent.com/pocopico/rp-ext/master/alx/rpext-index.json to /home/tc/redpill-load/custom/extensions/_new_ext_index.tmp_json
##################################################################################################################### 100.0%

[#] Extension pocopico.alx index is already up to date
[#] Updating pocopico.e1000e extension...
[#] Downloading remote file https://raw.githubusercontent.com/pocopico/rp-ext/master/e1000e/rpext-index.json to /home/tc/redpill-load/custom/extensions/_new_ext_index.tmp_json
##################################################################################################################### 100.0%

[#] Extension pocopico.e1000e index is already up to date
[#] Updating redpill-boot-wait extension...
[#] Downloading remote file https://raw.githubusercontent.com/pocopico/rp-ext/master/redpill-boot-wait/rpext-index.json to /home/tc/redpill-load/custom/extensions/_new_ext_index.tmp_json
##################################################################################################################### 100.0%

[#] Extension redpill-boot-wait index is already up to date
[#] Updating redpill-misc extension...
[#] Downloading remote file https://github.com/pocopico/redpill-load/raw/develop/redpill-misc/rpext-index.json to /home/tc/redpill-load/custom/extensions/_new_ext_index.tmp_json
##################################################################################################################### 100.0%

[#] Extension redpill-misc index is already up to date
[#] Updating redpill-misc extension... [OK]
[#] Checking runtime for required tools... [OK]
[#] Updating ds3622xsp_42661 platforms extensions...
[#] Downloading remote file https://raw.githubusercontent.com/pocopico/rp-ext/master/alx/releases/ds3622xsp_42218.json to /home/tc/redpill-load/custom/extensions/_ext_new_rcp.tmp_json
##################################################################################################################### 100.0%

[#] Filling-in newly downloaded recipe for extension pocopico.alx platform ds3622xsp_42661
[#] Downloading remote file https://raw.githubusercontent.com/pocopico/rp-ext/master/alx/releases/alx-4.4.180plus-broadwellnk.tgz to /home/tc/redpill-load/custom/extensions/pocopico.alx/ds3622xsp_42661/alx-4.4.180plus-broadwellnk.tgz
##################################################################################################################### 100.0%
[#] Verifying /home/tc/redpill-load/custom/extensions/pocopico.alx/ds3622xsp_42661/alx-4.4.180plus-broadwellnk.tgz file... [OK]
[#] Unpacking files from /home/tc/redpill-load/custom/extensions/pocopico.alx/ds3622xsp_42661/alx-4.4.180plus-broadwellnk.tgz to /home/tc/redpill-load/custom/extensions/pocopico.alx/ds3622xsp_42661/... [OK]
[#] Downloading remote file https://raw.githubusercontent.com/pocopico/rp-ext/master/alx/src/check-alx.sh to /home/tc/redpill-load/custom/extensions/pocopico.alx/ds3622xsp_42661/check-alx.sh
##################################################################################################################### 100.0%
[#] Verifying /home/tc/redpill-load/custom/extensions/pocopico.alx/ds3622xsp_42661/check-alx.sh file... [OK]
[#] Successfully processed recipe for extension pocopico.alx platform ds3622xsp_42661
[#] Downloading remote file https://raw.githubusercontent.com/pocopico/rp-ext/master/e1000e/releases/ds3622xsp_42218.json to /home/tc/redpill-load/custom/extensions/_ext_new_rcp.tmp_json
##################################################################################################################### 100.0%
[#] Filling-in newly downloaded recipe for extension pocopico.e1000e platform ds3622xsp_42661
[#] Downloading remote file https://raw.githubusercontent.com/pocopico/rp-ext/master/e1000e/releases/e1000e-4.4.180plus-broadwellnk.tgz to /home/tc/redpill-load/custom/extensions/pocopico.e1000e/ds3622xsp_42661/e1000e-4.4.180plus-broadwellnk.tgz
##################################################################################################################### 100.0%
[#] Verifying /home/tc/redpill-load/custom/extensions/pocopico.e1000e/ds3622xsp_42661/e1000e-4.4.180plus-broadwellnk.tgz file... [OK]
[#] Unpacking files from /home/tc/redpill-load/custom/extensions/pocopico.e1000e/ds3622xsp_42661/e1000e-4.4.180plus-broadwellnk.tgz to /home/tc/redpill-load/custom/extensions/pocopico.e1000e/ds3622xsp_42661/... [OK]
[#] Downloading remote file https://raw.githubusercontent.com/pocopico/rp-ext/master/e1000e/src/check-e1000e.sh to /home/tc/redpill-load/custom/extensions/pocopico.e1000e/ds3622xsp_42661/check-e1000e.sh
##################################################################################################################### 100.0%
[#] Verifying /home/tc/redpill-load/custom/extensions/pocopico.e1000e/ds3622xsp_42661/check-e1000e.sh file... [OK]
[#] Successfully processed recipe for extension pocopico.e1000e platform ds3622xsp_42661
[#] Downloading remote file https://github.com/RedPill-TTG/redpill-boot-wait/raw/master/recipes/universal.json to /home/tc/redpill-load/custom/extensions/_ext_new_rcp.tmp_json
##################################################################################################################### 100.0%
[#] Filling-in newly downloaded recipe for extension redpill-boot-wait platform ds3622xsp_42661
[#] Downloading remote file https://raw.githubusercontent.com/RedPill-TTG/redpill-boot-wait/master/src/boot-wait.sh to /home/tc/redpill-load/custom/extensions/redpill-boot-wait/ds3622xsp_42661/boot-wait.sh
##################################################################################################################### 100.0%
[#] Verifying /home/tc/redpill-load/custom/extensions/redpill-boot-wait/ds3622xsp_42661/boot-wait.sh file... [OK]
[#] Successfully processed recipe for extension redpill-boot-wait platform ds3622xsp_42661
[#] Downloading remote file https://github.com/pocopico/redpill-load/raw/develop/redpill-misc/recipes/universal.json to /home/tc/redpill-load/custom/extensions/_ext_new_rcp.tmp_json
##################################################################################################################### 100.0%
[#] Extension redpill-misc for ds3622xsp_42661 platform is already up to date
[#] Verifying /home/tc/redpill-load/custom/extensions/redpill-boot-wait/ds3622xsp_42661/boot-wait.sh file... [OK]
[#] Updating extensions... [OK]
[#] Verifying /home/tc/redpill-load/cache/ds3622xsp_42661.pat file... [OK]
[#] Unpacking /home/tc/redpill-load/cache/ds3622xsp_42661.pat file to /home/tc/redpill-load/build/1665096313/pat-ds3622xsp_42661-unpacked... [OK]
[#] Verifying /home/tc/redpill-load/build/1665096313/pat-ds3622xsp_42661-unpacked/zImage file... [OK]
[#] Patching /home/tc/redpill-load/build/1665096313/pat-ds3622xsp_42661-unpacked/zImage to /home/tc/redpill-load/build/1665096313/zImage-patched... [OK]
[#] Verifying /home/tc/redpill-load/build/1665096313/pat-ds3622xsp_42661-unpacked/rd.gz file... [OK]
[#] Unpacking /home/tc/redpill-load/build/1665096313/pat-ds3622xsp_42661-unpacked/rd.gz file to /home/tc/redpill-load/build/1665096313/rd-ds3622xsp_42661-unpacked... [OK]
[#] Apply patches to /home/tc/redpill-load/build/1665096313/rd-ds3622xsp_42661-unpacked... [OK]
[#] Patching config files in ramdisk... [OK]
[#] Adding OS config patching... [OK]
[#] Repacking ramdisk to /home/tc/redpill-load/build/1665096313/rd-patched-ds3622xsp_42661.gz... [OK]
[#] Bundling extensions... [#] Checking runtime for required tools... [OK]
[#] Dumping ds3622xsp_42661 platform extensions to /home/tc/redpill-load/build/1665096313/custom-initrd/exts... [OK]
[#] Packing custom ramdisk layer to /home/tc/redpill-load/build/1665096313/custom.gz... [OK]
[#] Generating GRUB config... [OK]
[#] Creating loader image at loader.img... [OK]
[#] Cleaning up... [OK]
Mounting /dev/sdc1 to localdiskp1
/dev/sdc2 localdiskp2
Creating tinycore entry
menuentry 'Tiny Core Image Build' {
        savedefault
        set root=(hd0,msdos3)
        echo Loading Linux...
        linux /vmlinuz64 loglevel=3 cde waitusb=5 vga=791
        echo Loading initramfs...
        initrd /corepure64.gz
        echo Booting TinyCore for loader creation
}
Bringing over my friend
##################################################################################################################### 100.0%
##################################################################################################################### 100.0%
##################################################################################################################### 100.0%
bzImage-friend checksum OK !
initrd-friend checksum OK !
menuentry 'Tiny Core Friend' {
        savedefault
        set root=(hd0,msdos3)
        echo Loading Linux...
        linux /bzImage-friend loglevel=3 waitusb=5 vga=791 net.ifnames=0 biosdevname=0
        echo Loading initramfs...
        initrd /initrd-friend
        echo Booting TinyCore Friend
}
Entries in Localdisk bootloader :
=======================================================================
menuentry 'RedPill DS3622xs v7.1.0-42661 Beta (USB, Verbose)' {
menuentry 'RedPill DS3622xs v7.1.0-42661 Beta (SATA, Verbose)' {
menuentry 'Tiny Core Image Build' {
menuentry 'Tiny Core Friend' {
Updated user_config with USB Command Line : withefi earlyprintk syno_hw_version=DS3622xs+ console=ttyS0,115200n8 netif_num=2 pid=0x5583 earlycon=uart8250,io,0x3f8,115200n8 syno_port_thaw=1 mac2=REDACTED mac1=REDACTED sn=REDACTED vid=0x0781 elevator=elevator loglevel=15 HddHotplug=0 DiskIdxMap=00 syno_hdd_detect=0 vender_format_version=2 syno_hdd_powerup_seq=0 log_buf_len=32M root=/dev/md0 SataPortMap=6
Updated user_config with SATA Command Line : withefi earlyprintk syno_hw_version=DS3622xs+ console=ttyS0,115200n8 netif_num=2 pid=0x5583 earlycon=uart8250,io,0x3f8,115200n8 synoboot_satadom=1 syno_port_thaw=1 mac2=REDACTED mac1=REDACTED sn=REDACTED vid=0x0781 elevator=elevator loglevel=15 HddHotplug=0 DiskIdxMap=00 syno_hdd_detect=0 vender_format_version=2 syno_hdd_powerup_seq=0 log_buf_len=32M root=/dev/md0 SataPortMap=6
Ramdisk in not compressed
48812 blocks
3433 blocks
52243 blocks
Setting default boot entry to TCRP Friend
Cleaning up files
Caching files for future use
Found /home/tc/redpill-load/cache/ds3622xsp_42661.pat, copying to cache directory : /mnt/sdc3/auxfiles
Saving user session for future use. Saving current extensions  -> OK !
Saving current user_config.json  -> OK !
tc@box:~$ ./rploader.sh clean
Clearing local redpill files
tc@box:~$ ./rploader.sh backup
Please make sure you are using the latest 1GB img before using backup option
Current /home/tc size is 361M , try to keep it less than 1GB as it might not fit into your image
Should i update the sdc with your current files [Yy/Nn]
y
Backing up home files to sdc : Backing up files to /mnt/sdc3//mydata.tgz
Done.

tc@box:~$ ./rploader.sh backuploader
./rploader.sh: line 1332: [: 90M: integer expression expected
Backing up current loader
Checking backup folder existence
The backup folder holds the following backups
total 0
Creating backup folder 2022-Oct-06-22-47
Mounting partition 1
Mounting partition 2
Listing backup files :
total 28816
-rwxrwxrwx 1 root root 10423651 Oct  6 22:48 partition2.tgz
-rwxrwxrwx 1 root root 19083170 Oct  6 22:48 partition1.tgz
Partition 1 : 630 files and directories
Partition 2 : 9 files and directories
DONE
tc@box:~$ exitcheck.sh reboot

 

Link to comment
Share on other sites

I was seeing this behaviour when experimenting with TCRP0.9 in the last few days, too. Each time I started with a clean image it would fail to backup and I'd lose a load of files as a consequence. I got in the habit of not backing up. I was not getting this with 0.8 from what I recall.

 

Is too much to ask for ppl to use USB sticks larger than 1GB these days? They were giving 1GB sticks away at events years ago, 4GB is common place and very cheap.

 

I mean, I don't even use a USB stick as I do everything with VMware anyways ¯\_(ツ)_/¯ 

 

  • Like 1
Link to comment
Share on other sites

35 minutes ago, WiteWulf said:

I was seeing this behaviour when experimenting with TCRP0.9 in the last few days, too. Each time I started with a clean image it would fail to backup and I'd lose a load of files as a consequence. I got in the habit of not backing up. I was not getting this with 0.8 from what I recall.

 

Is too much to ask for ppl to use USB sticks larger than 1GB these days? They were giving 1GB sticks away at events years ago, 4GB is common place and very cheap.

 

I mean, I don't even use a USB stick as I do everything with VMware anyways ¯\_(ツ)_/¯ 

 

 

There is also a way to increase the 3rd partition of the vmdk file for vmware.
It seems to have been a rather complicated process.
The third partition of the USB stick can be easily increased using the partition tool in Windows 10.

Link to comment
Share on other sites

13 hours ago, Peter Suh said:

 

There is also a way to increase the 3rd partition of the vmdk file for vmware.
It seems to have been a rather complicated process.
The third partition of the USB stick can be easily increased using the partition tool in Windows 10.

 

You can always use gparted in TCRP for the resizing. I can be installed with

 

tce-load -iw gparted

 

  • Like 1
Link to comment
Share on other sites

18 minutes ago, pocopico said:

 

You can always use gparted in TCRP for the resizing. I can be installed with

 

tce-load -iw gparted

 

 

@pocopico
Thank you for answer.
I don't know if you remember from the last PM with me,
The installation and operation of gparted for tinycore are all normal, but
It seems that you cannot directly handle the 3rd partition of the img / vmdk file.
The resize function cannot be used because it is locked with the key icon.
Does anyone know how to enable resize to be possible?

 

1717267923_2022-10-073_24_26.thumb.png.c5f44a984b483bd3554eb2452a37d1d5.png

Edited by Peter Suh
Link to comment
Share on other sites

4 minutes ago, Peter Suh said:

 

@pocopico
Thank you for answer.
I don't know if you remember from the last PM with me,
The installation and operation of gparted for tinycore are all normal, but
It seems that you cannot directly handle the 3rd partition of the img / vmdk file.
The resize function cannot be used because it is locked with the key icon.
Does anyone know how to disable resize to be possible?

 

1717267923_2022-10-073_24_26.thumb.png.c5f44a984b483bd3554eb2452a37d1d5.png

 

You can boot from a second image and perform the changes on your target image 

  • Like 1
Link to comment
Share on other sites

Hi Pocopico, happy to share some test result with you. Your updated rp-ext/acpid works well in "HP N54L 8GB ram; TCRP 0.9.2.7; DS3622xs+; broadwellnk-7.1.1-42962".

 

However, it seems that bringfriend feature is incompatible with HP N54L. There is no HDD booting/no network activities after passing "nothing will be displayed here anymore". The following is the command I used:
 

HP N54L 8GB ram; TCRP 0.9.2.7, friend 0.0.2

./rploader.sh clean
./rploader.sh update
./rploader.sh fullupgrade
./rploader.sh satamap
./rploader.sh serialgen DS3622xs+
./rploader.sh identifyusb
./rploader.sh ext broadwellnk-7.1.1-42962 add https://raw.githubusercontent.com/pocopico/rp-ext/main/redpill-acpid/rpext-index.json
./rploader.sh ext broadwellnk-7.1.1-42962 add https://raw.githubusercontent.com/pocopico/rp-ext/main/tg3/rpext-index.json
./rploader.sh build broadwellnk-7.1.1-42962 manual
./rploader.sh bringfriend

Unable to boot with bring friend feature, I force restart the machine. In next boot I manually select first choice 3622xs+ USB boot and then I can promptly go into DSM.

 

 

 

To verify if it is my USB stick or settings or image problem, I try the same USB flash disk in a Dell Optiplex 9020, 32GB ram, intel and broadcom LAN; TCRP 0.9.2.7,  friend 0.0.2 setup:

./rploader.sh clean
./rploader.sh update
./rploader.sh fullupgrade
./rploader.sh satamap
./rploader.sh serialgen DS3622xs+
./rploader.sh identifyusb
./rploader.sh ext broadwellnk-7.1.1-42962 add https://raw.githubusercontent.com/pocopico/rp-ext/main/redpill-acpid/rpext-index.json
./rploader.sh ext broadwellnk-7.1.1-42962 add https://raw.githubusercontent.com/pocopico/rp-ext/main/tg3/rpext-index.json
./rploader.sh ext broadwellnk-7.1.1-42962 add https://raw.githubusercontent.com/pocopico/rp-ext/master/e1000e/rpext-index.json
./rploader.sh build broadwellnk-7.1.1-42962 manual
./rploader.sh bringfriend

The bringfriend boot feature works fine and I can also enter the DSM.

 

Not a complain but just feedback. Keep up your good work, much appreciated!

  • Like 1
Link to comment
Share on other sites

29 minutes ago, Rebutia said:

Unable to boot with bring friend feature, I force restart the machine. In next boot I manually select first choice 3622xs+ USB boot and then I can promptly go into DSM.

 

Thanks for the update. The TCRP Friend indeed does not work on N54L. It causes a KP. Its mainly a buildroot kexec issue.

 

https://github.com/fbelavenuto/arpl/issues/110

 

Edited by pocopico
  • Like 1
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...