download
WD has open source the firmware package of mycloud. You can go to http :// support . wdc . com/downloads . aspx ?FW & amp ; lang = EN website, select “downloads by product”, then select “my cloud”, and click “WD my cloud GPL source code” – Supports 04 . xx . The plus sign before “XX” is downloaded according to the firmware version
Build a compiler environmentÂ
Create a working directory and unzip it
$ cd ~
$ mkdir mycloud
$ cd mycloud
$ unzip gpl-source-wd_my_cloud-04.04.03-113.zip
Reading WD- README.txt File, understand the compilation process
$ cd packages/build_tools/debian
$ sudo ./build-armhf-package.sh --pagesize=64k transmission-daemon wheezy
Set the transmission – Replace the daemon with the package you want to compile
The compiled installation files are placed in the build directory/root/Directory, copy the file to mycloud, and then execute the command
# dpkg -i transmission-daemon_2.52-3+nmu2_armhf.deb
Similar Posts:
- [Solved] Git Error: GnuTLS recv error (-110): The TLS connection was non-properly terminated
- [Solved] Ubuntu 18.04 installation perf error: WARNING: perf not found for kernel 4.15.0-39
- Compilation of SSE/AVX/FMA instruction set in tensorflow CPU environment
- [Solved] pycurl.error: (35, ‘gnutls_handshake() failed: An unexpected TLS packet was received.’)
- VS Net Core Project Exception Resolution – project.assets.json’ not found. Run a NuGet package restore to generate this…
- How to handle the eclipse error message the declared package does not match the expected package
- npm ERR! missing script: build
- npm ERR! missing script: build [How to Solve]
- The difference between web app libraries and referenced libraries in eclipse project
- This project references NuGet package(s) that are missing on this computer. Enable NuGet Package …