RTD1295/RTD1296 Openwrt Package Feeds (Package Repo)

Discussion in 'General Development' started by jjm2473, Jan 18, 2019.

  1. jjm2473

    jjm2473 Member

    Throw out 15.0! Try lastest OpenWrt, in https://github.com/jjm2473/rtd1295-openwrt18-porting

    *** This feeds is for RTD1295/RTD1296 devices with Openwrt 15.0/15.0.1 running ***

    *** Including ZIDOO X9S/Z9S etc. ***

    Install feeds

    1. SSH (or Putty) to your device (assume that the IP of the device is 192.168.1.105)
      Code:
      ssh root@192.168.1.105
      
    2. Run these commands in the SSH session
      Code:
      cd /tmp
      wget https://raw.githubusercontent.com/jjm2473/rtd1295-blob/master/scripts/install.sh
      chmod 755 install.sh
      ./install.sh
      opkg update
      exit
      
    • Feeds installed!
    Install packages
    After installing feeds, you can install packages in your device just like a normal Openwrt device.
    Open device's luci admin page on browser, enter 'System/Software' to do searching or/and installing.

    Source Link:

    https://github.com/jjm2473/rtd1295-blob/blob/master/README_EN.md
     
    Last edited: Apr 5, 2019
    mirror likes this.
  2. HaoSs

    HaoSs Well-Known Member

    hmm, what packages are available ? u sure the links are set up right ? i only see a 404
     
  3. sf325

    sf325 New Member

    Hello!

    Thank you for your work! That's cool!

    But...
    OpenWRT version 2.0.0 (RTD1295 OpenWrt 19.07.0-rc2+):
    There is a problem. The hard drive is mounted only from the web interface. After a reboot - not mounted.
    It does not matter: mbr or gpt, ext4 or ntfs...
    I tried it all!

    Is there any solution?

    Thanks...

    PS. In OpenWRT 15.05 there are no such problems.
    PPS. I have:
    - Zidoo x9s (firmware 2.1.36);
    - HDD (WD Green 2TB 3.5") is connected via sata;
    - Updated OpenWRT to version 2.0.0 (2020-01-03), RTD1295 OpenWrt 19.07.0-rc2+;
    - And reset OpenWRT settings via reset_op.signed.zip.
     
    Last edited: Jan 24, 2020

Share This Page