Changes between Version 8 and Version 9 of linux/kernel


Ignore:
Timestamp:
08/14/2018 10:32:34 PM (6 years ago)
Author:
Cale Collins
Comment:

added newport toolchain instructions

Legend:

Unmodified
Added
Removed
Modified
  • linux/kernel

    v8 v9  
    165165 * LOADADDR - where to relocate/uncompress the kernel to when using the uImage target
    166166 * Examples:
     167  * using the [http://dev.gateworks.com/newport/tools-gcc-6.2.tar.bz2 Newport toolchain] to build Real-time Linux stable 14.4.59:
     168{{{#!bash
     169export STAGING_DIR=/home/user/builds/newportToolchain
     170TOOLCHAIN=thunderx-tools-97
     171PATH=$PATH:$STAGING_DIR/$TOOLCHAIN/bin
     172export ARCH=arm64
     173export CROSS_COMPILE=aarch64-thunderx-linux-gnu-
     174}}}
    167175  - using the pre-built Gateworks OpenWrt 14.08 BSP toolchain:
    168176{{{#!bash