0 Members and 3 Guests are viewing this topic.
[simon@XeonArch Nspire]$ unp linux-3.13.5.tar.xz ... extracting files from archive ...[simon@XeonArch Nspire]$ cd linux-3.13.5/[simon@XeonArch linux-3.13.5]$ make distclean; make mrproper[simon@XeonArch linux-3.13.5]$ export ARCH=arm[simon@XeonArch linux-3.13.5]$ export CROSS_COMPILE=arm-none-eabi-[simon@XeonArch linux-3.13.5]$ make menuconfig -> System Type -> Multiple platform selection -> disable ARMv7 and ARMv5 gets selected automatically -> System Type -> enable [*] TI-NSPIRE based -> Device Drivers -> Input device support -> Keyboards -> enable TI-NSPIRE built-in keyboard (NEW) -> < Save > as .config[simon@XeonArch:linux-3.13.5]$ make -j8..... Kernel: arch/arm/boot/zImage is ready
[simon@XeonArch:linux-3.13.5]$ make distclean; make mrproper...[simon@XeonArch:linux-3.13.5]$ export CROSS_COMPILE=arm-none-eabi-[simon@XeonArch:linux-3.13.5]$ export ARCH=arm[simon@XeonArch:linux-3.13.5]$ wget https://raw.github.com/Vogtinator/nspire-linux-configs/master/kernel/.config...[simon@XeonArch:linux-3.13.5]$ make silentoldconfigscripts/kconfig/conf --silentoldconfig Kconfig** Restart config...*** General setup*Cross-compiler tool prefix (CROSS_COMPILE) [arm-none-eabi-] arm-none-eabi-Compile also drivers which will not load.... BLABLABLA ... ARMv6 based platforms (ARM11) (ARCH_MULTI_V6) [N/y] (NEW) ARMv7 based platforms (Cortex-A, PJ4, Scorpion, Krait) (ARCH_MULTI_V7) [Y/n] (NEW)
i like to see a graphical linux os can i have a precompiled version
$ PATH=$PATH+":/opt/CodeSourcery/Sourcery_CodeBench_Lite_for_ARM_EABI/bin/"$ wget https://www.kernel.org/pub/linux/kernel/v3.x/testing/linux-3.14-rc2.tar.xz$ unp linux-3.14-rc2.tar.xz <extracting without errors>$ cd linux-3.14-rc2/$ cp ~/Downloads/config ./.config #This is your uploaded .config, verified it multiple times$ export ARCH=arm$ export CROSS_COMPILE=arm-none-eabi-$ make silentoldconfig < ran through without a single error or question >$ make -j2...... Kernel: arch/arm/boot/zImage is ready$ ls -l arch/arm/boot/zImage -rwxrwxr-x 1 simon simon 1504096 Feb 23 19:28 arch/arm/boot/zImage #size comparison with prebuilt ones: small: 1753152 large: 1936000
Use this script to set up a toolchain.
YESSS!!Your builds as well as my self compiled kernel+DTB work!
I guess you refer to my path-hack above: Thats on my Ubuntu-Laptop and I had CodeSourcery installed on that some time ago. Normally I have an Arch-Server with two quadcore Xeon processors and 16GB Ram for compiling things ;-) With a well integrated toolchain of course
Could you try the new xconfig image? I switched from Xorg to KDrive/TinyX (or whatever it's called in buildroot) and everything should work fine.