Michael Ellerman fc8a898cfd Merge branch 'fixes' into next
Merge our fixes branch to bring in some changes that conflict with
upcoming next content.
2023-02-12 22:11:56 +11:00
..
2022-12-19 07:13:33 -06:00
2022-05-05 22:11:58 +10:00
2016-09-28 14:20:44 +10:00
2020-11-19 14:50:14 +11:00
2018-03-05 20:58:17 -06:00

To extract the kernel vmlinux, System.map, .config or initrd from the zImage binary:

objcopy -j .kernel:vmlinux -O binary zImage vmlinux.gz
objcopy -j .kernel:System.map -O binary zImage System.map.gz
objcopy -j .kernel:.config -O binary zImage config.gz
objcopy -j .kernel:initrd -O binary zImage.initrd initrd.gz


	Peter