Jump to content
XPEnology Community

TinyCore RedPill loader (TCRP) - Development release 0.9


Recommended Posts

3 minutes ago, apriliars3 said:


Is it possible to development some tool to test like Proxmox with Serial Port what is the problem with any pc? Or something easier for all people?

 

The log of Virtualbox's virtual serial port is used in the process of sending TCRP friend's test results to pocopico.
You can also monitor the serial port from tcrp friends.
proxmox is no exception.

Edited by Peter Suh
Link to comment
Share on other sites

@pocopico

 

I have a question.
Like the screenshot below from 12 hours ago
Waiting too long for Detecting Upgrade.
I don't think that was the case before, but what changes have been made to the friends-related files?
Could it be that it takes too long to find processor or HBA information?

 

Revision 42218 and 42962 in two revisions
I'm testing the DS918+ / DS3622xs+,
In any case, the waiting time seems to take more than 3 minutes.

 

Bottom press Ctrl+C to stop booting in : 5 sec
It's pretty slow to even get to the message.
This will take more than 5 minutes.

 

Could you please confirm?

 

760525981_2022-09-251_29_26.thumb.png.12b3f81eba9dec13a8f347022618ea5f.png

 

1495747096_2022-09-251_34_41.thumb.png.42010f94f92baff6fd8e730f475ec2d9.png

Edited by Peter Suh
Link to comment
Share on other sites

Checking for the latest version of TCRP Friend is critical as we will introduce fixes and enhancements along the way. At this stage i download the chksum file from GH and check local files against that. Maybe GH is slow at your end. It takes about 5 secs in my case. I can set a curl connect-timeout value as indeed it is an issue if it takes that long.

Link to comment
Share on other sites

23 minutes ago, pocopico said:

Checking for the latest version of TCRP Friend is critical as we will introduce fixes and enhancements along the way. At this stage i download the chksum file from GH and check local files against that. Maybe GH is slow at your end. It takes about 5 secs in my case. I can set a curl connect-timeout value as indeed it is an issue if it takes that long.

 

@pocopico

 

Did you adjust the curl timing because of my request?
https://github.com/pocopico/tcrpfriend/releases
This time, the download in the bringoverfreind() function fails during the friend loader build process.

 

스크린샷 2022-09-25 오후 5.48.31.png

Link to comment
Share on other sites

16 minutes ago, Peter Suh said:

 

@pocopico

 

Did you adjust the curl timing because of my request?
https://github.com/pocopico/tcrpfriend/releases
This time, the download in the bringoverfreind() function fails during the friend loader build process.

 

스크린샷 2022-09-25 오후 5.48.31.png

 

After 2 minutes, sudo was added and the function started working again with the final version that was rebuilt.
The build was successful and now let's time it again.

 

1565826873_2022-09-256_06_59.thumb.png.15d01e7a9c9a2f2dcb7cfb2c84ebc799.png

Link to comment
Share on other sites

I returned to TCRP 0.9 DS918+, because ARPL takes an takes a very long time to load and the start of the first processes is very slow. Even in the process of ARPL operation, the processor is constantly loaded by 30-34%. 

Now my loader works fast, 2 minutes and you can enter the web menu.

  • Like 1
Link to comment
Share on other sites

@pocopico
I was mistaken.

 

Each model is slightly different, but it seems to take about 5-7 minutes.

 

The first boot for DSM PAT file installation after friend loader building is all fast.

 

However, in the second boot after DSM installation, the following phenomenon occurs.

 

All 3 models built a 42962 revision loader.

 

After the first account setting, the 3rd boot is as fast as the first boot again.

 

This is a case in which it takes a long time for the second boot to proceed with the tarball installation after DSM installation.
Normal TCRP tarball installation didn't seem to take this long.

 

There is one exception.
Even in the DSM installation stage of the v1000 platform ds1621+, the second boot proceeds quickly.

 

1933758341_2022-09-258_32_50.thumb.png.2faed3637d54a8546e9766550cd3d132.png701938742_2022-09-258_20_32.thumb.png.63514ac001b88e9a8ab05da155fd0870.png2043855282_2022-09-257_12_17.thumb.png.6d81dacae8d625e2ac61f3bc9e67a677.png

Edited by Peter Suh
Link to comment
Share on other sites

1 hour ago, puls200 said:

I returned to TCRP 0.9 DS918+, because ARPL takes an takes a very long time to load and the start of the first processes is very slow. Even in the process of ARPL operation, the processor is constantly loaded by 30-34%. 

Now my loader works fast, 2 minutes and you can enter the web menu.

 

Pocopico launched TCRP friend, which combines the strengths of ARPL and TCRP.


Pocopico has now released TCRP Friends by changing to version 0.9.2.3 from the TCRP GitHub main repository.


Please download the img files to be recorded on USB or VM from the final release section.

Edited by Peter Suh
Link to comment
Share on other sites

@pocopico

 

There are two serious errors since 0.9.2.3 official release.

Burn the TCRP 0.9.2.2 image to a USB stick and
When you finish updating to 0.9.2.3 by performing ./rploader.sh update

 

as in the capture
The file size is corrupted and comes down.
Probably because build variable of 0.9.2.2 rploader.sh included in img file points to develop.

It looks like you need to redeploy the 0.9.2.3 image.

 

Bare metal and VM are the same.
Please confirm.

image.thumb.jpeg.a5563cae1b531c41dfc30a8a4d79e80f.jpeg

 


And, in the 0.8.0.0 USB image of bare metal
After building as a TCRP friend, in the phenomenon that the path cannot be found as shown below
BRING Friend processing is repeated over and over again.
After rebooting, the screen repeats again.

 

Is the message below from the friend loader build process irrelevant?
Ramdisk in not compressed

 

 

image.thumb.jpeg.60b28df9004049187896b8ca808bcfd8.jpeg

Edited by Peter Suh
Link to comment
Share on other sites

Hi,
Repository name changes.
If want build TCRP friend on v8.0.x or 9.0.x without fully deploy the img/vmdk of 9.2.2 try

curl --location "https://github.com/pocopico/tinycore-redpill/raw/main/rploader.sh" -O
./rploader.sh fullupgrade
./rploader.sh clean now
...


 

Edited by pcristi
  • Thanks 1
Link to comment
Share on other sites

5 hours ago, Peter Suh said:

@pocopico

 

There are two serious errors since 0.9.2.3 official release.

Burn the TCRP 0.9.2.2 image to a USB stick and
When you finish updating to 0.9.2.3 by performing ./rploader.sh update

 

as in the capture
The file size is corrupted and comes down.
Probably because build variable of 0.9.2.2 rploader.sh included in img file points to develop.

It looks like you need to redeploy the 0.9.2.3 image.

 

Bare metal and VM are the same.
Please confirm.

image.thumb.jpeg.a5563cae1b531c41dfc30a8a4d79e80f.jpeg

 


And, in the 0.8.0.0 USB image of bare metal
After building as a TCRP friend, in the phenomenon that the path cannot be found as shown below
BRING Friend processing is repeated over and over again.
After rebooting, the screen repeats again.

 

Is the message below from the friend loader build process irrelevant?
Ramdisk in not compressed

 

 

image.thumb.jpeg.60b28df9004049187896b8ca808bcfd8.jpeg

 

Images updated to v0.9.2.3, problem fixed for develop branch, i need to work on stable one also :) 

 

Also, it looks that your boot image could not be identified. Do you have exactly the same partition sizes on your loader ?

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

 
Images updated to v0.9.2.3, problem fixed for develop branch, i need to work on stable one also [emoji4] 
 
Also, it looks that your boot image could not be identified. Do you have exactly the same partition sizes on your loader ?

I increased the size of the 3rd partition of the USB stick to hold more pat files. Will this part be a problem?


Sent from my iPhone using Tapatalk
Link to comment
Share on other sites

Windows PowerShell
Copyright (C) Microsoft Corporation. All rights reserved.

Install the latest PowerShell for new features and improvements! https://aka.ms/PSWindows

PS C:\Users\Carlos> ssh tc@31.208.34.123
The authenticity of host '31.208.34.123 (31.208.34.123)' can't be established.
ED25519 key fingerprint is SHA256:HButHIGcI5hsLyHU8+q0J3qwZHCzMjYORVSc120rfG0.
This key is not known by any other names
Are you sure you want to continue connecting (yes/no/[fingerprint])? yes
Warning: Permanently added '31.208.34.123' (ED25519) to the list of known hosts.
tc@31.208.34.123's password:
   ( '>')
  /) TC (\   Core is distributed with ABSOLUTELY NO WARRANTY.
 (/-_--_-\)           www.tinycorelinux.net
tc@box:~$ sudo su
root@box:/home/tc# ./rploader.sh update now
Checking Internet Access -> OK
Checking if a newer version exists on the main repo -> Found newversion : 0.9.2.3
Current version : 0.9.2.3
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/sda3//mydata.tgz
Done.
root@box:/home/tc# ./rploader.sh fullupgrade now
Performing a full TCRP upgrade
Warning some of your local files will be moved to /home/tc/old/xxxx.2022-Sep-26-01-58
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
Updating dtc
Updating rploader.sh
Updating ds1621p.dts
Updating ds920p.dts
Please make sure you are using the latest 1GB img before using backup option
Current /home/tc size is 6.0M , try to keep it less than 1GB as it might not fit into your image
Should i update the sda with your current files [Yy/Nn]
y
Backing up home files to sda : Backing up files to /mnt/sda3//mydata.tgz
Done.
root@box:/home/tc# ./rploader.sh serialgen DS2422+ realmac
Serial Number for Model = 2080S7RRVNLSW
Mac Address for Model DS2422+ = 00:11:32:5A:79:95
Real Mac Address : 00:50:56:AF:1F:AA
Notice : realmac option is requested, real mac will be used
Should i update the user_config.json with these values ? [Yy/Nn]
y
root@box:/home/tc# ./rploader.sh build v1000-7.1.1-42962
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  56844      0 --:--:-- --:--:-- --:--:-- 56844
Rploader Version : 0.9.2.3
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 :   dtbpatch
  redpill-misc
Extensions URL : "https://github.com/pocopico/rp-ext/raw/main/dtbpatch/rpext-index.json",
"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.v1000-7.0.dev.txz/download
TOOLKIT_SHA : 6108f9f7b7f0a13ee985314aef9419303375ab7ded4112be991590339b66ecd1
SYNOKERNEL_URL : https://sourceforge.net/projects/dsgpl/files/Synology NAS GPL Source/25426branch/v1000-source/linux-4.4.x.txz/download
SYNOKERNEL_SHA : d3e85eb80f16a83244fcae6016ab6783cd8ac55e3af2b4240455261396e1e1be
COMPILE_METHOD : toolkit_dev
TARGET_PLATFORM       : v1000
TARGET_VERSION    : 7.1.1
TARGET_REVISION : 42962
REDPILL_LKM_MAKE_TARGET : dev-v7
KERNEL_MAJOR : 4
MODULE_ALIAS_FILE :  modules.alias.4.json
SYNOMODEL : ds1621p_42962
MODEL : DS1621+
Local Cache Folder : /mnt/sda3/auxfiles
DATE Internet : 26092022 Local : 26092022
Checking Internet Access -> OK
Checking if a newer version exists on the main repo -> Version is current
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 | 8.55 MiB/s, done.
Resolving deltas: 100% (918/918), done.
Cloning into 'redpill-load'...
remote: Enumerating objects: 2655, done.
remote: Counting objects: 100% (139/139), done.
remote: Compressing objects: 100% (72/72), done.
remote: Total 2655 (delta 65), reused 136 (delta 64), pack-reused 2516
Receiving objects: 100% (2655/2655), 117.76 MiB | 20.75 MiB/s, done.
Resolving deltas: 100% (1290/1290), done.
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 : ds1621p_42962
Getting file https://raw.githubusercontent.com/pocopico/rp-ext/master/redpill/releases/redpill-4.4.180plus-v1000.tgz
Extracting module
Getting file https://raw.githubusercontent.com/pocopico/rp-ext/master/redpill/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 IDE Controller : pciid 8086d00007111  Required Extension :
No matching extension
Found VGA Controller : pciid 15add00000405  Required Extension : vmwgfx
Searching for matching extension for vmwgfx
Found SATA Controller : pciid 15add000007e0  Required Extension :
No matching extension
Found SATA Controller : pciid 15add000007e0  Required Extension :
No matching extension
[#] Checking runtime for required tools... [OK]
[#] Adding new extension from https://raw.githubusercontent.com/pocopico/rp-ext/master/vmxnet3/rpext-index.json...
[#] Downloading remote file https://raw.githubusercontent.com/pocopico/rp-ext/master/vmxnet3/rpext-index.json to /home/tc/redpill-load/custom/extensions/_new_ext_index.tmp_json
######################################################################## 100.0%
[OK]
[#] ========================================== pocopico.vmxnet3 ==========================================
[#] Extension name: vmxnet3
[#] Description: Adds VMware vmxnet3 virtual NIC driver Support
[#] To get help visit: <todo>
[#] Extension preparer/packer: https://github.com/pocopico/rp-ext/tree/main/vmxnet3
[#] Software author: https://github.com/pocopico
[#] Update URL: https://raw.githubusercontent.com/pocopico/rp-ext/master/vmxnet3/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 ds3622xsp_42218 ds2422p_42962 dva1622_42962 ds2422p_42218 dva3221_42621 ds3615xs_42962 ds3617xs_42962 ds3615xs_41222 ds920p_42951 ds2422p_42951 ds918p_42621 ds3617xs_42661 ds3615xs_25556 ds920p_42218 ds920p_42621 ds918p_42962 ds3615xs_42951 ds3622xsp_42951 dva1622_42661 ds918p_42218 ds2422p_42621 ds1621p_42621 ds3615xs_42621 ds3615xs_42218 ds1621p_42962 ds3622xsp_42621
[#] =======================================================================================
Found Ethernet Interface : pciid 15add000007b0 Required Extension : vmxnet3
Searching for matching extension for vmxnet3
Found matching extension :
"https://raw.githubusercontent.com/pocopico/rp-ext/master/vmxnet3/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   106M      0  0:00:03  0:00:03 --:--:--  106M
Entering synoesp
extract rd.gz
finish
42506 blocks
mkdir: cannot create directory '/mnt/sda3/auxfiles': File exists
Copying required files to local cache folder for future use
Copying usr/lib/libcurl.so.4 to /mnt/sda3/auxfiles
Copying usr/lib/libmbedcrypto.so.5 to /mnt/sda3/auxfiles
Copying usr/lib/libmbedtls.so.13 to /mnt/sda3/auxfiles
Copying usr/lib/libmbedx509.so.1 to /mnt/sda3/auxfiles
Copying usr/lib/libmsgpackc.so.2 to /mnt/sda3/auxfiles
Copying usr/lib/libsodium.so to /mnt/sda3/auxfiles
Copying usr/lib/libsynocodesign-ng-virtual-junior-wins.so.7 to /mnt/sda3/auxfiles
Copying usr/syno/bin/scemd to /mnt/sda3/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/DS1621+/7.1.1-42962
Configfile: /home/tc/redpill-load/config/DS1621+/7.1.1-42962/config.json
Pat URL : https://global.download.synology.com/download/DSM/release/7.1.1/42962/DSM_DS1621%2B_42962.pat
Downloading pat file from URL : https://global.download.synology.com/download/DSM/release/7.1.1/42962/DSM_DS1621%2B_42962.pat
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100  343M  100  343M    0     0   107M      0  0:00:03  0:00:03 --:--:--  107M
File //mnt/sda3/auxfiles/ds1621p_42962.pat, is  encrypted
File //mnt/sda3/auxfiles/ds1621p_42962.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/ds1621p_42962.pat
File /home/tc/custom-module/ds1621p_42962.pat, is  encrypted
Extracting encrypted pat file : /home/tc/custom-module/ds1621p_42962.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 ds1621p_42962.pat to /home/tc/redpill-load/cache folder
./VERSION
Pat file  sha256sum is : 9fa7752bbba45f167c52115a705bfa1fba72b7c3b482fb932f7c7d6ede495f02
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 :   dtbpatch
  redpill-misc
Adding extension "https://github.com/pocopico/rp-ext/raw/main/dtbpatch/rpext-index.json",
[#] Checking runtime for required tools... [OK]
[#] Adding new extension from https://github.com/pocopico/rp-ext/raw/main/dtbpatch/rpext-index.json...
[#] Downloading remote file https://github.com/pocopico/rp-ext/raw/main/dtbpatch/rpext-index.json to /home/tc/redpill-load/custom/extensions/_new_ext_index.tmp_json
##################################################################################################################################################### 100.0%
[OK]
[#] ========================================== dtbpatch ==========================================
[#] Extension name: Device tree binary
[#] Description: Update device tree binary automatically on boot
[#] To get help visit: https://github.com/pocopico/rp-ext/master/dtbpatch/
[#] Extension preparer/packer: https://github.com/pocopico/rp-ext/master/dtbpatch/
[#] Software author: https://github.com/pocopico/rp-ext/master/dtbpatch
[#] Update URL: https://raw.githubusercontent.com/pocopico/rp-ext/master/dtbpatch/rpext-index.json
[#] Platforms supported: ds1621p_42218 ds1621p_42951 ds920p_42661 ds920p_42662 ds920p_42962 ds1621p_42662 ds1621p_42661 dva1622_42951 ds2422p_42662 ds2422p_42661 ds2422p_42962 ds2422p_42218 ds920p_42951 ds2422p_42951 ds920p_42218 ds920p_42621 ds920p_42550 dva1622_42662 dva1622_42661 ds2422p_42621 ds1621p_42621 ds1621p_42962
[#] =======================================================================================
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 dva1622_42962 ds2422p_42218 dva3221_42621 ds3615xs_42962 ds3617xs_42962 ds3615xs_41222 ds920p_42951 ds918p_42621 ds3617xs_42661 ds3615xs_25556 ds920p_42218 ds920p_42621 ds918p_42962 ds3615xs_42951 ds3622xsp_42951 dva1622_42661 ds918p_42218 ds1621p_42621 ds3615xs_42621 ds3615xs_42218 ds1621p_42962 ds3622xsp_42621
[#] =======================================================================================
Updating extension : dtbpatch contents for model : ds1621p_42962
[#] Checking runtime for required tools... [OK]
[#] Updating ds1621p_42962 platforms extensions...
[#] Downloading remote file https://raw.githubusercontent.com/pocopico/rp-ext/master/dtbpatch/recipes/universal.json to /home/tc/redpill-load/custom/extensions/_ext_new_rcp.tmp_json
##################################################################################################################################################### 100.0%
[#] Filling-in newly downloaded recipe for extension dtbpatch platform ds1621p_42962
[#] Downloading remote file https://raw.githubusercontent.com/pocopico/rp-ext/master/dtbpatch/releases/dtbpatch to /home/tc/redpill-load/custom/extensions/dtbpatch/ds1621p_42962/dtbpatch
##################################################################################################################################################### 100.0%
[#] Verifying /home/tc/redpill-load/custom/extensions/dtbpatch/ds1621p_42962/dtbpatch file...  [OK]
[#] Downloading remote file https://raw.githubusercontent.com/pocopico/rp-ext/master/dtbpatch/releases/dtc to /home/tc/redpill-load/custom/extensions/dtbpatch/ds1621p_42962/dtc
##################################################################################################################################################### 100.0%
[#] Verifying /home/tc/redpill-load/custom/extensions/dtbpatch/ds1621p_42962/dtc file...  [OK]
[#] Downloading remote file https://raw.githubusercontent.com/pocopico/rp-ext/master/dtbpatch/releases/install.sh to /home/tc/redpill-load/custom/extensions/dtbpatch/ds1621p_42962/install.sh
##################################################################################################################################################### 100.0%
[#] Verifying /home/tc/redpill-load/custom/extensions/dtbpatch/ds1621p_42962/install.sh file...  [OK]
[#] Successfully processed recipe for extension dtbpatch platform ds1621p_42962
[#] Verifying /home/tc/redpill-load/custom/extensions/dtbpatch/ds1621p_42962/install.sh file...  [OK]
Updating extension : redpill-misc contents for model : ds1621p_42962
[#] Checking runtime for required tools... [OK]
[#] Updating ds1621p_42962 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 ds1621p_42962
[#] 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/ds1621p_42962/install.sh
##################################################################################################################################################### 100.0%
[#] Verifying /home/tc/redpill-load/custom/extensions/redpill-misc/ds1621p_42962/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/ds1621p_42962/install-all.sh
##################################################################################################################################################### 100.0%
[#] Verifying /home/tc/redpill-load/custom/extensions/redpill-misc/ds1621p_42962/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/ds1621p_42962/ttyd
##################################################################################################################################################### 100.0%
[#] Verifying /home/tc/redpill-load/custom/extensions/redpill-misc/ds1621p_42962/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/ds1621p_42962/install_rd.sh
##################################################################################################################################################### 100.0%
[#] Verifying /home/tc/redpill-load/custom/extensions/redpill-misc/ds1621p_42962/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/ds1621p_42962/lrzsz.tar.gz
##################################################################################################################################################### 100.0%
[#] Verifying /home/tc/redpill-load/custom/extensions/redpill-misc/ds1621p_42962/lrzsz.tar.gz file...  [OK]
[#] Unpacking files from /home/tc/redpill-load/custom/extensions/redpill-misc/ds1621p_42962/lrzsz.tar.gz to /home/tc/redpill-load/custom/extensions/redpill-misc/ds1621p_42962/...  [OK]
[#] Successfully processed recipe for extension redpill-misc platform ds1621p_42962
[#] Unpacking files from /home/tc/redpill-load/custom/extensions/redpill-misc/ds1621p_42962/lrzsz.tar.gz to /home/tc/redpill-load/custom/extensions/redpill-misc/ds1621p_42962/...  [OK]
Patch dtc is superseded by fbelavenuto dtbpatch
[#] 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 dva1622_42962 ds2422p_42218 dva3221_42621 ds3615xs_42962 ds3617xs_42962 ds3615xs_41222 ds920p_42951 ds2422p_42951 ds918p_42621 ds3617xs_42661 ds3615xs_25556 ds920p_42218 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
[#] =======================================================================================
[#] Checking runtime for required tools... [OK]
[#] Updating dtbpatch extension...
[#] Downloading remote file https://raw.githubusercontent.com/pocopico/rp-ext/master/dtbpatch/rpext-index.json to /home/tc/redpill-load/custom/extensions/_new_ext_index.tmp_json
##################################################################################################################################################### 100.0%
[#] Extension dtbpatch index is already up to date
[#] Updating pocopico.vmxnet3 extension...
[#] Downloading remote file https://raw.githubusercontent.com/pocopico/rp-ext/master/vmxnet3/rpext-index.json to /home/tc/redpill-load/custom/extensions/_new_ext_index.tmp_json
##################################################################################################################################################### 100.0%
[#] Extension pocopico.vmxnet3 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 ds1621p_42962 platforms extensions...
[#] Downloading remote file https://raw.githubusercontent.com/pocopico/rp-ext/master/dtbpatch/recipes/universal.json to /home/tc/redpill-load/custom/extensions/_ext_new_rcp.tmp_json
##################################################################################################################################################### 100.0%
[#] Extension dtbpatch for ds1621p_42962 platform is already up to date
[#] Downloading remote file https://raw.githubusercontent.com/pocopico/rp-ext/master/vmxnet3/releases/ds1621p_42218.json to /home/tc/redpill-load/custom/extensions/_ext_new_rcp.tmp_json
##################################################################################################################################################### 100.0%
[#] Filling-in newly downloaded recipe for extension pocopico.vmxnet3 platform ds1621p_42962
[#] Downloading remote file https://raw.githubusercontent.com/pocopico/rp-ext/master/vmxnet3/releases/vmxnet3-4.4.180plus-v1000.tgz to /home/tc/redpill-load/custom/extensions/pocopico.vmxnet3/ds1621p_42962/vmxnet3-4.4.180plus-v1000.tgz
##################################################################################################################################################### 100.0%
[#] Verifying /home/tc/redpill-load/custom/extensions/pocopico.vmxnet3/ds1621p_42962/vmxnet3-4.4.180plus-v1000.tgz file... [OK]
[#] Unpacking files from /home/tc/redpill-load/custom/extensions/pocopico.vmxnet3/ds1621p_42962/vmxnet3-4.4.180plus-v1000.tgz to /home/tc/redpill-load/custom/extensions/pocopico.vmxnet3/ds1621p_42962/... [OK]
[#] Downloading remote file https://raw.githubusercontent.com/pocopico/rp-ext/master/vmxnet3/src/check-vmxnet3.sh to /home/tc/redpill-load/custom/extensions/pocopico.vmxnet3/ds1621p_42962/check-vmxnet3.sh
##################################################################################################################################################### 100.0%
[#] Verifying /home/tc/redpill-load/custom/extensions/pocopico.vmxnet3/ds1621p_42962/check-vmxnet3.sh file... [OK]
[#] Successfully processed recipe for extension pocopico.vmxnet3 platform ds1621p_42962
[#] 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 ds1621p_42962
[#] 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/ds1621p_42962/boot-wait.sh
##################################################################################################################################################### 100.0%
[#] Verifying /home/tc/redpill-load/custom/extensions/redpill-boot-wait/ds1621p_42962/boot-wait.sh file... [OK]
[#] Successfully processed recipe for extension redpill-boot-wait platform ds1621p_42962
[#] 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 ds1621p_42962 platform is already up to date
[#] Verifying /home/tc/redpill-load/custom/extensions/redpill-boot-wait/ds1621p_42962/boot-wait.sh file... [OK]
[#] Updating extensions... [OK]
[#] Verifying /home/tc/redpill-load/cache/ds1621p_42962.pat file... [OK]
[#] Unpacking /home/tc/redpill-load/cache/ds1621p_42962.pat file to /home/tc/redpill-load/build/1664157686/pat-ds1621p_42962-unpacked... [OK]
[#] Verifying /home/tc/redpill-load/build/1664157686/pat-ds1621p_42962-unpacked/zImage file... [OK]
[#] Patching /home/tc/redpill-load/build/1664157686/pat-ds1621p_42962-unpacked/zImage to /home/tc/redpill-load/build/1664157686/zImage-patched... [OK]
[#] Verifying /home/tc/redpill-load/build/1664157686/pat-ds1621p_42962-unpacked/rd.gz file... [OK]
[#] Unpacking /home/tc/redpill-load/build/1664157686/pat-ds1621p_42962-unpacked/rd.gz file to /home/tc/redpill-load/build/1664157686/rd-ds1621p_42962-unpacked... [OK]
[#] Apply patches to /home/tc/redpill-load/build/1664157686/rd-ds1621p_42962-unpacked... [OK]
[#] Patching config files in ramdisk... [OK]
[#] Adding OS config patching... [OK]
[#] Repacking ramdisk to /home/tc/redpill-load/build/1664157686/rd-patched-ds1621p_42962.gz... [OK]
[#] Bundling extensions... [#] Checking runtime for required tools... [OK]
[#] Dumping ds1621p_42962 platform extensions to /home/tc/redpill-load/build/1664157686/custom-initrd/exts... [OK]
[#] Packing custom ramdisk layer to /home/tc/redpill-load/build/1664157686/custom.gz... [OK]
[#] Generating GRUB config... [OK]
[#] Creating loader image at loader.img... [OK]
[#] Cleaning up... [OK]
Mounting /dev/sda1 to localdiskp1
/dev/sda2 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
}
Entries in Localdisk bootloader :
=======================================================================
menuentry 'RedPill DS1621+ v7.1.1-42962 (USB, Verbose)' {
menuentry 'RedPill DS1621+ v7.1.1-42962 (SATA, Verbose)' {
menuentry 'Tiny Core Image Build' {
Updated user_config with USB Command Line : earlyprintk syno_hw_version=DS1621+ console=ttyS0,115200n8 netif_num=1 synoboot2 pid=0xa4a5 earlycon=uart8250,io,0x3f8,115200n8 mac1=005056AF1FAA sn=2080S7RRVNLSW SMBusHddDynamicPower=1 vid=0x0525 elevator=elevator loglevel=15 DiskIdxMap=0A00 vender_format_version=2 log_buf_len=32M root=/dev/md0 SataPortMap=58 syno_ttyS1=serial,0x2f8 syno_ttyS0=serial,0x3f8
Updated user_config with SATA Command Line : earlyprintk syno_hw_version=DS1621+ console=ttyS0,115200n8 netif_num=1 synoboot2 pid=0xa4a5 earlycon=uart8250,io,0x3f8,115200n8 synoboot_satadom=2 mac1=005056AF1FAA sn=2080S7RRVNLSW SMBusHddDynamicPower=1 vid=0x0525 elevator=elevator loglevel=15 DiskIdxMap=0A00 vender_format_version=2 log_buf_len=32M root=/dev/md0 SataPortMap=58 syno_ttyS1=serial,0x2f8 syno_ttyS0=serial,0x3f8
Machine is VIRTUAL Hypervisor=VMware
Cleaning up files
Caching files for future use
Found /home/tc/redpill-load/cache/ds1621p_42962.pat, copying to cache directory : /mnt/sda3/auxfiles
Saving user session for future use. Saving current extensions  -> OK !
Saving current user_config.json  -> OK !
root@box:/home/tc#

 

Edited by Polanskiman
Added code tag
Link to comment
Share on other sites

23 hours ago, carlozo said:

when i try rebuild DS2422+ it cames out DS1621+

 

I use this  

./rploader.sh update now
./rploader.sh fullupgrade now
./rploader.sh serialgen DS2422+ realmac
./rploader.sh build v1000-7.1.1-42962

 

what i am doing wrong

can somebody help me please

 

 

Not

./rploader.sh build v1000-7.1.1-42962

, It should be

./rploader.sh build ds2422p-7.1.1-42962
  • Thanks 1
Link to comment
Share on other sites

  • Polanskiman changed the title to TinyCore RedPill loader (TCRP) - Development release 0.9

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...