Hi,
I've installed Arch to my Asus Chromebook Flip according to http://archlinuxarm.org/platforms/armv7 ... flip-c100p
How is the file /boot/vmlinux.kpart assembled?
If I want to upgrade to recent kernel, I need to rebuild this kernel partition.
Here is output of vbutil_kernel
$this->bbcode_second_pass_code('', '
$ vbutil_kernel --verbose --verify vmlinux.kpart
Key block:
Signature: ignored
Size: 0x4b8
Flags: 7 !DEV DEV !REC
Data key algorithm: 4 RSA2048 SHA256
Data key version: 1
Data key sha1sum: d6170aa480136f1f29cf339a5ab1b960585fa444
Preamble:
Size: 0xfb48
Header version: 2.2
Kernel version: 1
Body load address: 0x100000
Body size: 0x551000
Bootloader address: 0x650000
Bootloader size: 0x1000
Body verification succeeded.
Config:
console=ttyS2,115200n8 earlyprintk=ttyS2,115200n8 console=tty1 init=/sbin/init root=PARTUUID=%U/PARTNROFF=1 rootwait rw noinitrd
')
Thanks