Changes between Version 28 and Version 29 of linux/kernel
- Timestamp:
- 06/29/2022 05:13:59 PM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
linux/kernel
v28 v29 2 2 3 3 = Linux Kernel Development = 4 This page is for new or inexperienced developers wanting to work directly on the linux kernel.5 6 Video accompaniment: [https://youtu.be/XCkegC05xXY]4 This page is for new or inexperienced developers wanting to work directly on the Linux kernel. 5 6 Video tutorial for working with Kernel: [https://youtu.be/XCkegC05xXY] 7 7 8 8 … … 119 119 120 120 2. Obtain and install compiler toolchain: 121 * Venice: Use the Venice BSP located [wiki:venice/bsp Venice BSP Wiki Page] 121 122 * For Newport, you can use the pre-built toolchain provided by Cavium for their SDK: 122 123 {{{#!bash … … 191 192 5. Configure the kernel. Often you will want to start with an existing defconfig file followed by doing a 'make kernel menuconfig' to change any options you desire to modify. 192 193 * Examples: 194 * Venice: Use the Venice BSP located [wiki:venice/bsp Venice BSP Wiki Page] 193 195 * for the mainline Ventana/IMX6: 194 196 {{{