Skip to content

dhomas1/kernel-drobofs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kernel-drobofs

Kernel source code for the DroboFS.

Obtained from here.

How to compile modules

First make sure that you have a working cross-compiling VM.

Log in the VM, pick a temporary folder (e.g., ~/build), and then do:

git clone https://github.com/droboports/kernel-drobofs.git
cd kernel-drobofs
source crosscompile.sh
cd kernel
make mrproper ARCH=arm CROSS_COMPILE=${HOST}-
make mv78200_defconfig ARCH=arm CROSS_COMPILE=${HOST}-
make menuconfig ARCH=arm CROSS_COMPILE=${HOST}-

Pick the modules from the menu, and then:

make modules ARCH=arm CROSS_COMPILE=${HOST}- CFLAGS_MODULE="-DMODULE -mlong-calls"
find . -name "*.ko"

See the releases page for pre-compiled modules.

Disclaimer

Drobo, DroboShare, Drobo FS, Drobo 5N, DRI and all related trademarks are the property of Data Robotics, Inc. This site is not affiliated, endorsed or supported by DRI in any way. The use of information and software provided on this website may be used at your own risk. The information and software available on this website are provided as-is without any warranty or guarantee. By visiting this website you agree that: (1) We take no liability under any circumstance or legal theory for any DroboApp, software, error, omissions, loss of data or damage of any kind related to your use or exposure to any information provided on this site; (2) All software are made “AS AVAILABLE” and “AS IS” without any warranty or guarantee. All express and implied warranties are disclaimed. Some states do not allow limitations of incidental or consequential damages or on how long an implied warranty lasts, so the above may not apply to you.

About

Kernel source code for the DroboFS

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 93.5%
  • Assembly 3.3%
  • C++ 2.5%
  • Makefile 0.3%
  • Objective-C 0.3%
  • Perl 0.1%