Jump to content

Recommended Posts

Posted

@Yell BigTreeTech images are like a reference image made by bigtreetech, it doesn't have the long-terms support and usually uses old kernel versions, simply an image to use when the board was just released. The other link is a link to my forked repo where I did work on the board before it got merged into the main branch, it's a temporary branch and you should not use it.

I recommend using the official Armbian image as that is what is supported on this forum, you can download it on the armbian website (armbian.com)

Posted

Hi there, thanks for the replies. I'm still new to armbian and trying to figure out what's it's all about.

 

As far as I can tell the BTT "3.0.0" looks like the current image from armbian.com, both bookworm with 6.6.60.

What I can't tell if BTT has better/newer drivers or fixes. Like the mentioned ghost touches in combination with the 35tft spi.

 

Can't fully grasp armbian-upgrade but it looks like it would override those things?

 

Posted
38 minutes ago, Yell said:

armbian-upgrade

That is just a small script for user convenience which does this:

 

#!/bin/bash
trap "exit" INT TERM
[[ $EUID != 0 ]] && exec sudo "$0" "$@"
apt update
apt -y upgrade
apt clean
apt -y autoremove
exit 0

Nothing weird, nothing fancy, just upgrades and house-keeping.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines