VeNoM Posted January 23, 2013 #1 Posted January 23, 2013 # download and unpack the toolchain in /home/youruser/syno/ http://sourceforge.net/projects/dsgpl/f ... z/download mkdir /home/youruser/syno cd /home/youruser/syno wget http://downloads.sourceforge.net/projec ... ror=switch tar -xzvf gcc420_glibc236_x64_bromolow-GPL.tgz # download kernel sources cd /home/youruser/syno git clone git://github.com/andy928/xpenology.git cd xpenology.git # compile the kernel make ARCH=x86_64 CROSS_COMPILE=/home/youruser/syno/x86_64-linux-gnu/bin/x86_64-linux-gnu- menuconfig make ARCH=x86_64 CROSS_COMPILE=/home/youruser/syno/x86_64-linux-gnu/bin/x86_64-linux-gnu- I will post here how to's on : - how to make your on .pat file - how to put your own kernel on the synoboot image 1
hy9a00 Posted January 23, 2013 #2 Posted January 23, 2013 Nice. Thanks for your walkthrough. Can you add more topics about how to add custom drivers?
hy9a00 Posted January 23, 2013 #3 Posted January 23, 2013 Besides, can you suggest any distro linux is better for this kernel compilation? Thanks.
VeNoM Posted January 23, 2013 Author #4 Posted January 23, 2013 Gentoo Linux. You can add the necessary drivers when you enter menuconfig on Device Drivers
hy9a00 Posted January 23, 2013 #5 Posted January 23, 2013 You can add the necessary drivers when you enter menuconfig on Device Drivers Can you tell more? I am not good in linux. Thanks.
Recommended Posts