Changes between Version 28 and Version 29 of linux/kernel


Ignore:
Timestamp:
06/29/2022 05:13:59 PM (2 years ago)
Author:
Ryan Erbstoesser
Comment:

add venice details

Legend:

Unmodified
Added
Removed
Modified
  • linux/kernel

    v28 v29  
    22
    33= 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]
     4This page is for new or inexperienced developers wanting to work directly on the Linux kernel.
     5
     6Video tutorial for working with Kernel: [https://youtu.be/XCkegC05xXY]
    77
    88
     
    119119
    1201202. Obtain and install compiler toolchain:
     121 * Venice: Use the Venice BSP located [wiki:venice/bsp Venice BSP Wiki Page]
    121122 * For Newport, you can use the pre-built toolchain provided by Cavium for their SDK:
    122123{{{#!bash
     
    1911925. 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.
    192193 * Examples:
     194  * Venice: Use the Venice BSP located [wiki:venice/bsp Venice BSP Wiki Page]
    193195  * for the mainline Ventana/IMX6:
    194196{{{