ArmbianHelper changed the topic of #armbian to: armbian - Linux for ARM development boards | www.armbian.com | Github: github.com/armbian | Commits: #armbian-commits | Developer talk: #armbian-devel | Forum/Twitter feed: #armbian-rss | Logs: -> irc.armbian.com
xoan72545 has quit [Quit: Ping timeout (120 seconds)]
xoan72545 has joined #armbian
rpardini has quit [Quit: Textual IRC Client: www.textualapp.com]
xoan725452 has joined #armbian
xoan72545 has quit [Ping timeout: 248 seconds]
xoan725452 is now known as xoan72545
norwich_ has joined #armbian
norwich has quit [Ping timeout: 268 seconds]
norwich_ is now known as norwich
archetech has quit [Quit: Konversation terminated!]
stipa_ has joined #armbian
stipa has quit [Ping timeout: 268 seconds]
stipa_ is now known as stipa
xoan725456 has joined #armbian
xoan72545 has quit [Ping timeout: 248 seconds]
xoan725456 is now known as xoan72545
<Armbian-Discord> <T​onymac32> this joke missed, the local radio station has a "florida man" segment every day. imagining server shenanigans
xoan725450 has joined #armbian
xoan72545 has quit [Ping timeout: 256 seconds]
xoan725450 is now known as xoan72545
lemonzest has joined #armbian
<Armbian-Discord> <W​erner> 😅
marco44 has quit [Quit: ZNC 1.8.2+deb2+b1 - https://znc.in]
marco44 has joined #armbian
indy has quit [Ping timeout: 256 seconds]
indy has joined #armbian
stipa_ has joined #armbian
stipa has quit [Read error: Connection reset by peer]
stipa_ is now known as stipa
Tenkawa has joined #armbian
stipa_ has joined #armbian
stipa has quit [Read error: Connection reset by peer]
stipa_ is now known as stipa
alekksander has joined #armbian
<Armbian-Discord> <A​nimeDev> So stupid question maybe, i never worked with linux drivers before, i want to hook up a small SPI tft for testing purposes, i found a driver repo https://github.com/notro/fbtft but it says its now in the linux kernel staging repo, since that is years ago i take it it is included with the normal linux kernel now? or does it need a custom kernel? how would i go and enable it? 😅
<ArmbianHelper> ^ GitHub - notro/fbtft: Linux Framebuffer drivers for small TFT LCD display modules
<Armbian-Discord> <A​nimeDev> i have looked around the armbian build repo but i don't understand too much of what is going on there 😅
<Armbian-Discord> <M​anoftheSea> I think you'll need to build it. Which is done like building any linux module. get the armbian build environment, and you'll want to configure the kernel for your board: then search for that driver and make sure it's included.
xoan725458 has joined #armbian
xoan72545 has quit [Ping timeout: 252 seconds]
xoan725458 is now known as xoan72545
xoan725454 has joined #armbian
xoan72545 has quit [Ping timeout: 248 seconds]
xoan725454 is now known as xoan72545
<Armbian-Discord> <A​nimeDev> ok i have no clue how to do that, might just buy a hdmi display instead xD
Lucanis has quit [Ping timeout: 256 seconds]
alekksander has quit [Ping timeout: 248 seconds]
Tenkawa has quit [Ping timeout: 256 seconds]
xoan725459 has joined #armbian
xoan72545 has quit [Ping timeout: 248 seconds]
xoan725459 is now known as xoan72545
alekksander has joined #armbian
stipa_ has joined #armbian
alekksander has quit [Quit: Konversation terminated!]
stipa has quit [Ping timeout: 256 seconds]
stipa_ is now known as stipa
<Armbian-Discord> <r​pardini> fbtft is indeed in mainline linux, in the staging directory. https://github.com/torvalds/linux/tree/master/drivers/staging/fbtft @AnimeDev you gotta get Armbian building a simple image for your board first. Then add KERNEL_CONFIGURE=yes to the command line; it will run make menuconfig in kernel tree for you. Then use search (type /) and find CONFIG_FB_TFT and its children and enable them. You'll also probably need to
<ArmbianHelper> ^ linux/drivers/staging/fbtft at master · torvalds/linux · GitHub
<Armbian-Discord> tune the device tree, connecting a specific fbtft device to your SPI bus.
lemonzest has quit [Quit: WeeChat 3.5]
Tenkawa has joined #armbian
xoan725459 has joined #armbian
xoan72545 has quit [Ping timeout: 268 seconds]
xoan725459 is now known as xoan72545
samythemany has joined #armbian
bsw has joined #armbian
xoan725459 has joined #armbian
<Armbian-Discord> <A​nimeDev> Thank you very much, I'll try that! Or at least I know where to start now/what to Google for, might still fail but at least I tried then xD
xoan72545 has quit [Ping timeout: 268 seconds]
xoan725459 is now known as xoan72545
Tenkawa has quit [Quit: Leaving.]
TRS-80 has joined #armbian
<TRS-80> So, rpardini mentioned the other day he is not using the mirrors. How else are you supposed to use build tool? Set up your own Debian mirror I guess?
* TRS-80 goes looking through sources for where mirrors are mentioned
<TRS-80> Or maybe, alternatively, I can just install a barebones Bullseye, and then manually install like XFCE metapackage after the fact?
xoan725450 has joined #armbian
xoan72545 has quit [Ping timeout: 268 seconds]
xoan725450 is now known as xoan72545
* TRS-80 just blew everything out and started over
* TRS-80 crosses fingers
<TRS-80> ok wtf, I thought kernel error was maybe from building repeatedly, but I just got it again
<TRS-80> well, OK, that was on master, let me switch to last release branch
qqqhhh8618 has joined #armbian
qqqhhh8618 is now known as qqqhhh861
qqqhhh861 has quit [Ping timeout: 252 seconds]
<TRS-80> yeah now I am bombin out on compiling kernel :/
samythemany1 has joined #armbian
samythemany11 has joined #armbian
samythemany has quit [Ping timeout: 268 seconds]
samythemany1 has quit [Ping timeout: 268 seconds]
<Armbian-Discord> <T​onymac32> Hmmmm
samythemany11 has quit [Remote host closed the connection]
samythemany11 has joined #armbian
<TRS-80> This happens on both master and v22.05.3 branch, with clean environment (fresly cloned repo and I deleted the armbian docker container as well): https://bpa.st/IHEA
<ArmbianHelper> ^ View paste IHEA
<TRS-80> Here is my build command line, for reference (note I am using docker): https://bpa.st/ZOMQ
<ArmbianHelper> ^ View paste ZOMQ