Jump to content
XPEnology Community

techfriend63

Rookie
  • Posts

    8
  • Joined

  • Last visited

  • Days Won

    1

techfriend63 last won the day on April 26 2022

techfriend63 had the most liked content!

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

techfriend63's Achievements

Newbie

Newbie (1/7)

10

Reputation

  1. Postupdate is working for DS3615xs update 4. boot into TCRP and run: ./rploader.sh update now ./rploader.sh fullupgrade now ./rploader.sh backup sudo su ./rploader.sh postupdate bromolow-7.0.1-42218
  2. Thank you.👋 I used your script and was able to setup DS920+ on VMWare the steps I used for the setup are as follows: ./rploader.sh update now ./rploader.sh fullupgrade now ./rploader.sh serialgen DS920+ curl --location "https://github.com/PeterSuh-Q3/tinycore-redpill/raw/main/rploader.sh" --output rploader.sh the next step is for e1000 driver: ./rploader.sh ext geminilake-7.1.0-42661 add https://raw.githubusercontent.com/pocopico/rp-ext/master/e1000/rpext-index.json ./rploader.sh build geminilake-7.1.0-42661
  3. Tested and it is Working!👌 Thanks for the update.
  4. hello this is what I am using for VM: ./rploader.sh update now ./rploader.sh fullupgrade now ./rploader.sh satamap now ./rploader.sh serialgen DS3622xs+ ./rploader.sh clean now ./rploader.sh build broadwellnk-7.0.1-42218 When I check "/home/tc/redpill-load/config/DS3622xs+/7.0.1-42218/", "config.json" is not present. This is the same for DS3617xs.
  5. Sorry for the mistake. this is the commands I ran that gave the error: ./rploader.sh clean now ./rploader.sh build broadwellnk-7.0.1-42218 [ There doesn't seem to be a config for DS3622xs+ platform running 7.0.1-42218 (checked /home/tc/redpill-load/config/DS3622xs+/7.0.1-42218/config.json) ]
  6. I am getting this error when excuting this ./rploader.sh build broadwellnk-7.0.1-42218-JUn jun.
  7. To setup in Virtualbox I followed these steps: 1- create a new VM. 2- From "tinycore-redpill", use the provided vmdk file "tinycore-redpill.v0.4.6.vmdk" and copy it to to the VM Directory. 3- Use the copied file as SATA HDD. 4- Add at least one more SATA HDD. 5- Start the VM. 6- SSh into the VM and run the following commands: - ./rploader.sh update now - ./rploader.sh fullupgrade now - ./rploader.sh serialgen DS3622xs+ - ./rploader.sh satamap now - ./rploader.sh identifyusb now NOT NEEDED FOR VIRTUALBOX. 7- Add EXT for "e1000": - ./rploader.sh ext broadwellnk-7.1.0-42661 add https://raw.githubusercontent.com/pocopico/rp-ext/master/e1000/rpext-index.json 8- Build: - ./rploader.sh build broadwellnk-7.1.0-42661 auto 9- check and copy the MAC address in the "user_config.json" file: - cat user_config.json 10- Backup, Clean and poweroff the VM. - ./rploader.sh backup now - ./rploader.sh clean now - sudo poweroff 11- Change the MAC address for the VM with the address copied from the "user_config.jsin" file. 12- Start the VM and complete setup.
  8. Thanks everybody for the great work. I am using VM to test the shell script you provided for Tinycore DSM 7.1 Build. With your permission "Peter Suh", I did a little testing modifying it to setup different versions of the DS and for VM there is a choice of adding extensions for "e1000" network. Attached are three modified scripts. To setup V-7.0.1-42218, use script file "my0.sh". To setup V-7.1.0-42621, use script file "my1.sh". To setup V-7.1.0-42661, use script file "my2.sh". Again, thank you for the great work. my0.sh my1.sh my2.sh
×
×
  • Create New...