Changes between Version 8 and Version 9 of linux/kernel
- Timestamp:
- 08/14/2018 10:32:34 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
linux/kernel
v8 v9 165 165 * LOADADDR - where to relocate/uncompress the kernel to when using the uImage target 166 166 * 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 169 export STAGING_DIR=/home/user/builds/newportToolchain 170 TOOLCHAIN=thunderx-tools-97 171 PATH=$PATH:$STAGING_DIR/$TOOLCHAIN/bin 172 export ARCH=arm64 173 export CROSS_COMPILE=aarch64-thunderx-linux-gnu- 174 }}} 167 175 - using the pre-built Gateworks OpenWrt 14.08 BSP toolchain: 168 176 {{{#!bash