dashboard
repositories
activity
search
login
lzh
/
A133
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
feat(backlight): set default backlight value 255
lin
2025-03-21
c2c82c91f6acd44c57766034b6ced0c53c164a55
[~lzh/A133.git]
/
longan
/
kernel
/
linux-4.9
/
arch
/
powerpc
/
boot
/
README
1
2
3
4
5
6
7
8
9
10
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