You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you so much for this work. I have one of these chromebooks and I really want to use Arch on it. If you can look at this, I would be most appreciative!
~
Building the new kernel with makepkg -si fails because the checksums are not correct. Ignoring the checksums with --skipchecksums leads to a kernel build failure. Here's an excerpt of your PKGBUILD file from a commit a couple of years ago:
Those commits don't match the checksums. I don't currently know enough about google's git or ChromeOS to fix this myself. If you could take a look.. Thanks.
The text was updated successfully, but these errors were encountered:
It seems that the latest ArchLinuxARM uses gcc10 and that does not build this old kernel. I think this old kernel is patched for 5 and 6, but not 10. The simplest solution might be to use an older "latest" ArchLinuxARM image from here:
http://tardis.tiny-vps.com/aarm/repos/
Alternatively, I could install an older gcc; I tried that with no luck.
You don't need to build the kernel yourself if you don't want to. The script installs a precompiled one for you as part of the install process. If you only want the kernel and not the whole OS install then you can just pinch the kernel and kernel header tarballs from the URLs in the script.
Thank you so much for this work. I have one of these chromebooks and I really want to use Arch on it. If you can look at this, I would be most appreciative!
~
Building the new kernel with
makepkg -si
fails because the checksums are not correct. Ignoring the checksums with--skipchecksums
leads to a kernel build failure. Here's an excerpt of your PKGBUILD file from a commit a couple of years ago:Those commits don't match the checksums. I don't currently know enough about google's git or ChromeOS to fix this myself. If you could take a look.. Thanks.
The text was updated successfully, but these errors were encountered: