Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Various readme edits #3

Merged
merged 4 commits into from
May 11, 2023
Merged

Various readme edits #3

merged 4 commits into from
May 11, 2023

Conversation

lonewsk
Copy link

@lonewsk lonewsk commented May 10, 2023

No description provided.

README.md Show resolved Hide resolved
README.md Outdated Show resolved Hide resolved
README.md Show resolved Hide resolved
```

**IMPORTANT** The `mkswap` command will return the swap partition's UUID, which will be needed later. Please write it down.
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

btw if we can make sure fdisk gives us gpt partitions, then systemd will automatically find and use the swap partitions.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

oh nice, that could be handy!

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@@ -432,8 +431,7 @@ The SD card is now ready to be booted by the DevTerm! Good luck!

## Next Steps

You will want to set up Wi-Fi on first boot. You can do so by
Copy link
Owner

@yatli yatli May 10, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

could you also test if wiringpi and the printer works?
also, while I'm not sure if it works, you can test suspend without the mainboard mod like this:

1. sudo systemctl suspend
2. observe that it goes to sleep
3. plug in power
4. observe whether it resumes
5. if we're lucky and it bounces back, use dmesg to verify it's a deep sleep

Copy link
Author

@lonewsk lonewsk May 10, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should the green led be on while sleeping?

After running systemctl suspend, screen turns off, keyboard unresponsive, green light on.

It immediately resume when I plug a power cable in.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't have the printer to try it sorry.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

And fan works 👍

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ooh then it means we actually have a way to wake up the core without the mainboard hack. this is good.
no worry about the printer.

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

And fan works

yep that's the handy work of the Manjaro folks.

@yatli
Copy link
Owner

yatli commented May 10, 2023

I'm actually (happily) a little bit surprised that it works, given that my image is like half the size of cuu's -- I suspected that I removed important bits in the cleanup step.

I extracted /etc of both and compared them, nothing important is missing.

@lonewsk
Copy link
Author

lonewsk commented May 10, 2023

I'm actually (happily) a little bit surprised that it works, given that my image is like half the size of cuu's -- I suspected that I removed important bits in the cleanup step.

I extracted /etc of both and compared them, nothing important is missing.

That's Arch's magic right there, I guess. Plus it's really stripped down compared to armbian. I'm not as much surprised by the image's size.

@yatli
Copy link
Owner

yatli commented May 10, 2023

I mean cuu's original ArchLinuxARM rootfs, not guu's Armbian :D :D
btw for a while I thought they're both on cpi team, and cpi team somewhat assign aliases to their employees in a [a-zA-Z0-9]uu manner

@yatli
Copy link
Owner

yatli commented May 10, 2023

take your time, and let me know when you feel it's ready.
🛌 now

@lonewsk
Copy link
Author

lonewsk commented May 11, 2023

Looks okay to me! I think you can merge :)

@yatli
Copy link
Owner

yatli commented May 11, 2023

Go.

@yatli yatli merged commit d0cdf65 into yatli:main May 11, 2023
@yatli
Copy link
Owner

yatli commented May 11, 2023

Thanks a lot!

@lonewsk
Copy link
Author

lonewsk commented May 11, 2023

Thanks a lot!

You're the one that made all the work ;)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants