File tree Expand file tree Collapse file tree
content/learning-paths/servers-and-cloud-computing/kernel-build Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,26 +4,7 @@ next_step_guidance: >
44
55recommended_path : " /learning-paths/servers-and-cloud-computing/profiling-for-neoverse/"
66
7- further_reading :
8- - resource :
9- title : TuxMake documentation
10- link : https://tuxmake.org/
11- type : documentation
12- - resource :
13- title : Linux kernel documentation
14- link : https://www.kernel.org/doc/html/latest/
15- type : documentation
16- - resource :
17- title : arm_kernel_install_guide repository
18- link : https://github.com/geremyCohen/arm_kernel_install_guide
19- type : website
20- - resource :
21- title : Arm Neoverse system architecture
22- link : https://developer.arm.com/documentation/den0024/latest/
23- type : documentation
24-
25-
26- # ## FIXED, DO NOT MODIFY THIS FILE, unless you need to update the 'further_reading' list.
7+ # ## FIXED, DO NOT MODIFY THIS FILE.
278weight : 21
289layout : learningpathall
2910---
Original file line number Diff line number Diff line change @@ -13,9 +13,9 @@ Fastpath builds use the same TuxMake pipelines but add a configuration fragment
1313Fastpath workflows are build-only: don't combine ` --fastpath true ` (or the demo shortcut) with ` --kernel-install ` or any ` --install-from ` commands.
1414
1515The proper workflow is:
16- 1 . Build the kernel with Fastpath configuration enabled
17- 2 . Copy the flat artifacts (` Image.gz ` , ` modules.tar.xz ` , and ` config ` ) to the Fastpath host
18- 3 . Let the Fastpath tooling handle deployment to the SUT (System Under Test)
16+ - Build the kernel with Fastpath configuration enabled
17+ - Copy the flat artifacts (` Image.gz ` , ` modules.tar.xz ` , and ` config ` ) to the Fastpath host
18+ - Let the Fastpath tooling handle deployment to the SUT (System Under Test)
1919
2020### Install Docker for Fastpath
2121
You can’t perform that action at this time.
0 commit comments