Jump to content
XPEnology Community

TinyCore RedPill Loader (TCRP)


pocopico

Recommended Posts

1 minute ago, hendry said:

 

did u mean, when i run this command 
./rploader.sh ext bromolow-7.1.0-42661 add https://github.com/jimmyGALLAND/redpill-ext/raw/master/acpid/rpext-index.json

means, it doesn't find the recipe for DS3615xs which cause these errors ?

that command i use to add virtio-9p drivers inside redpill kernel.

 

 

Also, is it necessary to add this part manually as a part?

TC automatically adds ACPI in the build process and uses the one from Pocopico.

Remove this part.

 

./rploader.sh ext bromolow-7.0.1-42218 add https://github.com/jimmyGALLAND/redpill-ext/raw/master/acpid/rpext-index.json

Link to comment
Share on other sites

1 minute ago, Peter Suh said:

 

Also, is it necessary to add this part manually as a part?

TC automatically adds ACPI in the build process and uses the one from Pocopico.

Remove this part.

 

./rploader.sh ext bromolow-7.0.1-42218 add https://github.com/jimmyGALLAND/redpill-ext/raw/master/acpid/rpext-index.json

if i remove this part, then the loader does not have virtio drivers.. 

 

Link to comment
Share on other sites

1 minute ago, Peter Suh said:

 

 

If so, replace it with the acpid of the pocopico.

 

./rploader.sh ext bromolow-7.0.1-42218 add https://github.com/pocopico/redpill-load/raw/develop/redpill-acpid/rpext-index.json

this is for DSM 7.1 not 7.0.1 since building loader for 7.0.1 success and running fine..

what does this command means ? it adds acpid drivers ? and how about virtio ?

 

Link to comment
Share on other sites

3 minutes ago, hendry said:

this is for DSM 7.1 not 7.0.1 since building loader for 7.0.1 success and running fine..

what does this command means ? it adds acpid drivers ? and how about virtio ?

 

 

To be exact, you can follow the version and revision.
However, just because you use 7.0.1 ext,
This does not prevent the use of 42661 ext in 7.1 builds.
This is because the addition of the above ext only imports json, the environmental file, and all revisions are prepared in this json file.

Link to comment
Share on other sites

This for ACPID, but under Proxmox it does not work.

./rploader.sh ext bromolow-7.1.0-42661 add https://raw.githubusercontent.com/pocopico/redpill-load/master/redpill-acpid/rpext-index.json

 

This for virtio Drivers

./rploader.sh ext bromolow-7.1.0-42661 add https://raw.githubusercontent.com/pocopico/redpill-load/master/redpill-virtio/rpext-index.json

 

Edit: Sorry now its right 

Edited by dodo-dk
Link to comment
Share on other sites

2 minutes ago, dodo-dk said:

This for ACPID, but under Proxmox it does not work.

./rploader.sh ext bromolow-7.0.1-42218 add https://raw.githubusercontent.com/pocopico/redpill-load/master/redpill-acpid/rpext-index.json

 

This for virtio Drivers

./rploader.sh ext bromolow-7.0.1-42218 add https://raw.githubusercontent.com/pocopico/redpill-load/master/redpill-virtio/rpext-index.json

 

In some platform, ext below is helpful to prevent sudden power down, but is there such a report in VM?

 

./rploader.sh ext bromolow-7.1.0-42661 add https://github.com/pocopico/redpill-load/raw/develop/redpill-misc/rpext-index.json

Edited by Peter Suh
Link to comment
Share on other sites

Disk missing

My values are:

SataPortMap=61
DiskIdxMap=0001

 

 

 

SynologyNAS> fdisk -l
Disk /dev/sdd: 466 GB, 500107862016 bytes, 976773168 sectors
60801 cylinders, 255 heads, 63 sectors/track
Units: sectors of 1 * 512 = 512 bytes

Device  Boot StartCHS    EndCHS        StartLBA     EndLBA    Sectors  Size Id Type
Disk /dev/sdf: 447 GB, 480103981056 bytes, 937703088 sectors
58369 cylinders, 255 heads, 63 sectors/track
Units: sectors of 1 * 512 = 512 bytes

Device  Boot StartCHS    EndCHS        StartLBA     EndLBA    Sectors  Size Id Type
Disk /dev/sdb: 238 GB, 256060514304 bytes, 500118192 sectors
31130 cylinders, 255 heads, 63 sectors/track
Units: sectors of 1 * 512 = 512 bytes

Device  Boot StartCHS    EndCHS        StartLBA     EndLBA    Sectors  Size Id Type
Disk /dev/synoboot: 15 GB, 16078864384 bytes, 31404032 sectors
15334 cylinders, 64 heads, 32 sectors/track
Units: sectors of 1 * 512 = 512 bytes

 

Any ideas ?

Link to comment
Share on other sites

11 hours ago, blackmix said:

Yeah, thanks.

The 24 is there.. in the dashboard template that doesn't show, I didn't know about this new feature because in versions 6.x it didn't recognize all the cores.

 

if had it different in 6.x you either had a match by accident or you installed package moddind the behavior

 

11 hours ago, blackmix said:

Where is there a post talking about editing the dashboard? it would be interesting to have a possibility to edit and put more things there by editing the dsm api and putting more infos from nas

 

you can have the real info shown with this

https://xpenology.com/forum/topic/13030-dsm-5x6x7x-cpu-name-cores-infomation-change-tool/

 

  • Thanks 1
Link to comment
Share on other sites

5 minutes ago, IG-88 said:

 

if had it different in 6.x you either had a match by accident or you installed package moddind the behavior

 

 

you can have the real info shown with this

https://xpenology.com/forum/topic/13030-dsm-5x6x7x-cpu-name-cores-infomation-change-tool/

 

 

I wondered whose topic it was, but it belonged to my friend @FOXBI
This person works very close to me in Korea. ^^

Link to comment
Share on other sites

For the Proxmox ACPID / Powerbutton Problem:

I found out that the Powerbutton is working if i manually insmod the button.ko

I hope @pocopico can integrate it in his acpid package, its from https://github.com/jimmyGALLAND/redpill-ext/tree/master/acpid/modules

 

Tested under ds3617xs_42661

 

Wish you all a Happy Easter 

Edited by dodo-dk
  • Like 1
Link to comment
Share on other sites

1 hour ago, dodo-dk said:

For the Proxmox ACPID / Powerbutton Problem:

I found out that the Powerbutton is working if i manually insmod the button.ko

I hope @pocopico can integrate it in his acpid package, its from https://github.com/jimmyGALLAND/redpill-ext/tree/master/acpid/modules

 

Tested under ds3617xs_42661

 

Wish you all a Happy Easter 


Good to know ! Do you mind dropping me a PM about required steps for acpid? I want to have a solid solution for that. 

Edited by pocopico
Link to comment
Share on other sites

1 minute ago, Peter Suh said:

 

It is recommended to use Util that supports sftp.
In MacOS I use portx.

tried winscp but always getting incorrect mac packet when downloading the file..

i also didn't find the .img file as the result of bootloader created. which folder is it ?

Link to comment
Share on other sites

7 minutes ago, hendry said:

tried winscp but always getting incorrect mac packet when downloading the file..

i also didn't find the .img file as the result of bootloader created. which folder is it ?

 

I wasn't interested in it because TC took care of it, so there was no reason to download it and use it, but when I looked it up, it's here.

/home/tc/redpill-load/loader.img

Link to comment
Share on other sites

2 minutes ago, Peter Suh said:

 

I wasn't interested in it because TC took care of it, so there was no reason to download it and use it, but when I looked it up, it's here.

/home/tc/redpill-load/loader.img

why no reason not to download the .pat file from tc ? 

the pat file is used to install DSM right ?

 

Link to comment
Share on other sites

6 minutes ago, Peter Suh said:

 

I mean the img file.

but the .pat file, how to download it from tc ? 

i have used winscp & filezilla but always download failed.. 

can i mount shared folder using cifs or nfs type inside tc ?

Edited by hendry
Link to comment
Share on other sites

Just now, hendry said:

but the .pat file, how to download it from tc ? 

i have used winscp & filezilla but always download failed.. 

 

 

By the way, isn't the pat file on the Sinology download homepage more convenient to download? Is it to use the decrypted pat file?
It's no use.
To install the 7.1 pat file, you must use the original file, the encrypted file on the Synology download page.

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