chromebooks icon indicating copy to clipboard operation
chromebooks copied to clipboard

Add kappa support

Open aneeshlingala opened this issue 1 year ago • 10 comments

Adds initial support to kappa - in mainline kernel

aneeshlingala avatar Jun 22 '23 17:06 aneeshlingala

for some reason, I cant compile because of basename: missing operand.

aneeshlingala avatar Jun 23 '23 15:06 aneeshlingala

Looks like @bilelmoussaoui already reported this [1]. Looking at it now. Meanwhile I think you try to use the following if kappa is already enabled in Fedora kernel.

# ./chromebook-setup.sh deploy_fedora --architecture=arm64 --storage=/dev/sdX

[1] https://github.com/eballetbo/chromebooks/issues/41

eballetbo avatar Jun 26 '23 11:06 eballetbo

Thanks!

Testing the image right now. Will report back in a few hours

aneeshlingala avatar Jun 26 '23 15:06 aneeshlingala

Tried the image, but kappa boots into a black screen.

aneeshlingala avatar Jun 27 '23 16:06 aneeshlingala

Found the reason why. It has not even copied the rootfs files. The last thing the script outputs is "/home/linux/chromebooks/tmpdir mount(2) system call failed: File Exists."

aneeshlingala avatar Jun 27 '23 19:06 aneeshlingala

Can you enable set -x in the script and rerun again?

eballetbo avatar Jun 28 '23 16:06 eballetbo

Sorry,

I didn't have much time.

I will test this sometime in this week.

aneeshlingala avatar Jul 18 '23 20:07 aneeshlingala

Can you build from your side?

I tried building with latest master, but it won't mount. I am busy this week. Will post output soon.

aneeshlingala avatar Aug 03 '23 01:08 aneeshlingala

1 year later - I merged all the commits, and I will be testing again.

aneeshlingala avatar Jul 30 '24 15:07 aneeshlingala

Please squash all the commits and create one with a meaningful commit message (i.e https://www.freecodecamp.org/news/how-to-write-better-git-commit-messages/ ). Thanks.

eballetbo avatar Jul 30 '24 18:07 eballetbo