Werner 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 | Type 'help' for help | Logs: -> irc.armbian.com
uovobw has quit [Quit: uovobw]
uovobw has joined #armbian
archetyp has quit [Quit: Leaving]
<Armbian-Discord>
<Modmike> I am trying to understand the syntax of the Uart parameters. I am trying to turn of RTS and CTS and disable serial console mode. What do I set the console to and are my UART 1 parameters correct? verbosity=1 bootlogo=false console=both disp_mode=1920x1080p60 overlay_prefix=sun8i-h3 rootdev=UUID=e7e80086-a15f-4f2e-825d-9913c71ff19c rootfstype=ext4 usbhost0 overlays=uart1 uart2 uart3 param_uart1_rtscts 0
<lanefu>
wait im confused u want the console or you dont
<lanefu>
remove the console option
<Armbian-Discord>
<Modmike> I don't want it. I am trying to use pins 8 & 10 (14 & 15) which I believe is UART 3. I need to disable serial console completely
<Armbian-Discord>
<Modmike> So completely delete it?
<lanefu>
yeah
<Armbian-Discord>
<Modmike> Thanks
<lanefu>
and also you'll need to disalbe serial-getty@ttyS0.service
<lanefu>
in systemd
<Armbian-Discord>
<Modmike> Does the rest look ok? And can you can form that 14,15 are UART3?
<Armbian-Discord>
<Modmike> Thanks again
<lanefu>
yeah looks pretty okay to me... as far as the pins.. it varies by board on what the broke out
<lanefu>
ex: i used an libre compute h5 board and it was slightly different than an opi allwinner i was going from originally
<Armbian-Discord>
<Modmike> Thats why I did all 3 so I can test. It's a Banana Pi M2 Zero
<lanefu>
yeah it takes a t of fiddling and documenting
<lanefu>
like i had 3 pages of notes when i was trying to identify all my uarts on my tritium-h5
<lanefu>
i made a little hat and everything
<Armbian-Discord>
<Modmike> Thanks for the help, I really appreciate it.
<lanefu>
but then i realized cheap ttl usb adapters are like 3bucks lol
<Armbian-Discord>
<Modmike> I know the community is not fond of newbs like me.
<lanefu>
yeah i hope im actually helpful
<lanefu>
you asked a good question its just very specific and on a board that isnt a favorite :P
<c0rnelius>
I like the mic on the Tritium H5 :) Completely useless, but if you solder it off and stick pin on it, it then becomes an audio in which is neat.
<lanefu>
ha that is sweet
<Armbian-Discord>
<Modmike> That is cool. Actually I am using the serial port to connect to a 3D printer controller, not the computer. There is physical issue with going through USB. Speaking of which, should I also trun off USB? Will it walk over the one of the UARTSs?
<lanefu>
mono or stereo in?
<lanefu>
nah usb wont cause trouble
<lanefu>
the uarts will have different device names. so ttyS0 S1 S2
<c0rnelius>
I believe it can do stereo? There is a right and left.
<lanefu>
oh man that is pretty sweet
<c0rnelius>
Under the mic there is actually four holes. Only to two would fit traditional pins.
<c0rnelius>
Not sure what the other two are for really? Could be just a resting place for the mic, I never tested it.
<Armbian-Discord>
<Modmike> What is the right way to disable serial-getty@ttyS0.service? Put this in Armbianenv? systemctl mask serial-getty@ttyS0.service
<Armbian-Discord>
<Modmike> Ok so how do I permanently disable it?
<lanefu>
the way i just said :P
<Armbian-Discord>
<Modmike> I only need to run it once in terminal?
<lanefu>
correct
<Armbian-Discord>
<Modmike> Not everey time I reboot?
<lanefu>
disable disables a service from startup
<lanefu>
stop just stops
<Armbian-Discord>
<Modmike> Ok thanks!
<lanefu>
the enable if you wanted to go the other way
archetech has joined #armbian
<Armbian-Discord>
<Modmike> Gotcha, thanks again everyone. Now lets see if it works.
<c0rnelius>
So I was digging through the old issues on DIETPI looking for something related to using motioneye with python3, as I could have sworn it came up at some point and came across over clocking the RK3399 related to an optional overlay you guys have? So I made a patch for it directly and yeah, its pretty sweet. Why not just go the patch route and skip the whole overlay part altogether?
<c0rnelius>
This is the original RK3399, not the opp-1.dtsi or whatever that is? which I think is clocked higher by default.
<steev>
c0rnelius: can i see your patch?
<Armbian-Discord>
<Modmike> Do I need to specify baud rate or are the ports auto negotiating?
<steev>
a few reasons i can think of to not throw it in, power usage, if people aren't using a good power supply, heat, if people aren't cooling properly
<steev>
a thought, if you wanted to go that route, you could hide it behind turbo boost
<c0rnelius>
Yeah it would and does need active cooling if burning all cores at once. But beyond that it seems pretty stable.
<steev>
then in order to use that freq, the user has to echo 1 > /sys/devices/system/cpu/cpufreq/boost
<lanefu>
the app that talks to it will need to set the baud rate
<lanefu>
when it opens the com port
<lanefu>
but if you just wanna test.. you can use screen
<lanefu>
ex: `screen /dev/ttyS1 250000`
<Armbian-Discord>
<Modmike> It seems to do something on ttys2. What output should I see when using that command?
<Armbian-Discord>
<Modmike> I get a blank screen., but at least it's something! The others could not find device
<lanefu>
ctrl-a then q to quit
<lanefu>
maybe x i cant remmeber lol
<lanefu>
you'll see whatever the serial port is recieve
<lanefu>
okay soooo it as a CH340.. why are you using uarts directly?
<lanefu>
i dont even see uart out on that diagram
<Armbian-Discord>
<Modmike> The board mounts up against a metal palte. The zero needs to be mounted internally so usb is not doable.
<Armbian-Discord>
<Modmike> There was a revision of the board and the 4 pins that were the USB header has been replaced by a serial port. They are labeled RX, TX, GND, 3.3V
<lanefu>
oh i see now so you're connecting to each motor breakout directly
<Armbian-Discord>
<Modmike> No
<Armbian-Discord>
<Modmike> Next to USB connector
<Armbian-Discord>
<Modmike> I am trying to use serial instead of USB. I set up with my RPI4 and it worked perfectly, just trying to replicate on Armbian
<Armbian-Discord>
<lanefu> do you need to unplug the USB
<Armbian-Discord>
<Modmike> I am only iusing the usb to power the board on my bench
<Armbian-Discord>
<lanefu> gotcha well yeah just keep checking and testing and make sure you're using correct pins etc
<Armbian-Discord>
<Modmike> It worked with RPI 4 so I imagine it should be ok. You said the application needs to set the baud rate? I am not sure it can, can I hardcode it in boot.cmd?
<Armbian-Discord>
<lanefu> or connect a serial console out from another SBC into your banapi so you can see it
<Armbian-Discord>
<lanefu> i dunno about hardcoding it
<Armbian-Discord>
<lanefu> not how ive worked with serial devices in the pass
<Armbian-Discord>
<lanefu> past
<Armbian-Discord>
<Modmike> Jsut to review: My armbianenv is ok, I disabled the serial console, I activated the the 3 ports, deactived RTS and CTS in the params. Anything else you can suggest?
<Armbian-Discord>
<Modmike> Do I need to disable bluetooth? Was an issue with RPI (maybe older models) .
<c0rnelius>
steev: Wouldn't this require something in the commandline though? which is something I wanted to avoid.
<steev>
c0rnelius: the echo 1, or 0 to sysfs, yes. which you can do in a service, i was just too lazy
<c0rnelius>
lanefu, does it again. Another 10 bucks for his secret crack addiction. :) Come to think of it? It's kinda odd you never hear about crack anymore? I guess big pharma took care of that problem.
<Armbian-Discord>
<lanefu> yeah now 10 bucks just covers my co-pay
<archetech>
crack has a co-pay?
<c0rnelius>
Yeah I think diet pills is no code for crack at the doctors office.
<c0rnelius>
now*
<archetech>
ah
<c0rnelius>
or maybe that's Ritalin? Whatever the kids are taking now-a-days? Who knows?
<archetech>
or meth
<c0rnelius>
Yeah the good ole meth days.
<c0rnelius>
ugh
<archetech>
meth mug shots are scary
<c0rnelius>
Yeah thats what I just thinking about.
<c0rnelius>
the before and after shot.
crabbedhaloablut has quit [Remote host closed the connection]
crabbedhaloablut has joined #armbian
<c0rnelius>
oh. 5.14.11... must compile.
pablocastellanos has quit [Quit: Leaving.]
<steev>
wow, they release them late these days
<c0rnelius>
I was surprised too. Its small so probs a bug fix kinda deal.
pablocastellanos has joined #armbian
<c0rnelius>
So yeah not to bad. All cores going with passive and active cooling on the RK3399 overclocked - CPU Temp: 67°C 57°C
<c0rnelius>
I saw it reach 70*C last night from time to time, but thats also not horrid.
<archetech>
be interesting to race 3399 vs s922x
<c0rnelius>
they are racing right now :)
<c0rnelius>
the S922X will win.
<archetech>
should by quite a bit
<c0rnelius>
and runs cooler. I also have it slightly under clocked.
<c0rnelius>
Its not even a fair race to be honest.
<steev>
c0rnelius: fwiw, the c630 goes to 90 before throttling
<steev>
it's a laptop with no active cooling
<c0rnelius>
Not bad.
<steev>
definitely helps with building things :D
<c0rnelius>
For sure..
<steev>
i do wish the driver would get in, but i guess it won't be in to 5.16
<steev>
til*
<c0rnelius>
Takes a long whiles for some things to make it in. But thats what patching is for :)
<c0rnelius>
The RK3399 eth fix probs won't be in until the EOL of 5.14.y
<c0rnelius>
[ 0.000000] Linux version 5.14.11 (marvin@martian) (gcc-10 (Ubuntu 10.3.0-1ubuntu1) 10.3.0, GNU ld (GNU Binutils for Ubuntu) 2.36.1) #1 SMP PREEMPT Sat Oct 9 23:36:49 EDT 2021
<c0rnelius>
[ 0.000000] Linux version 5.14.11-v8 (root@rpi-img-builder) (gcc-10 (Ubuntu 10.3.0-1ubuntu1) 10.3.0, GNU ld (GNU Binutils for Ubuntu) 2.36.1) #1 SMP PREEMPT Sat Oct 9 23:42:46 EDT 2021
<c0rnelius>
[ 0.000000] Machine model: Raspberry Pi 4 Model B Rev 1.2
<c0rnelius>
shocked!
<c0rnelius>
But no in all seriousness. I'm lazy. I would probs be running CRUX or BSD if I still really cared at this point.
<archetech>
theres lazy and theres not interested due to req effort I get that
<c0rnelius>
Plus I spend a lot of time automating things based around deb based systems in the past year and half or so?
<c0rnelius>
spent*
<c0rnelius>
so I can just run a few commands and walk away this point and it just does what I want it to do.
<steev>
i like crux
<c0rnelius>
The one distro that caught my eye in the last year or so is Void. But I don't understand yet how the packaging works. So long story short I got a laptop thats pretty nice someone handed to me "because they think its broke" when I was fixing other stuff for her.
<c0rnelius>
So I'm waiting on a few parts, gonna drop them in and then install Void on it.
<c0rnelius>
Figure out the packaging and then create a builder for it.
<c0rnelius>
At least that's the goal. Depends on my diagnoses of this laptop really. I think I'm right..? Find out soon.
<c0rnelius>
and yeah.. I like CRUX too.
<c0rnelius>
Very under rated distro.
marco44 has quit [Quit: ZNC 1.8.2+deb2+b1 - https://znc.in]
marco44 has joined #armbian
ikmaak2 is now known as ikmaak
archetech has quit [Ping timeout: 245 seconds]
sndb has joined #armbian
steev has quit [Read error: Connection reset by peer]
steev has joined #armbian
archetyp has joined #armbian
Heisath has joined #armbian
<Heisath>
Hello all
steev_ has joined #armbian
steev has quit [Ping timeout: 260 seconds]
steev_ is now known as steev
<IgorPec>
heisath
<IgorPec>
gday
<Heisath>
Is it on purpose, that the new kernel test build does only build helios4 for my PR? I mean sure, the kernel is the same for all mvebu, but I am curios why the script goes for helios...
<lanefu>
Assuming it's still using my script. The scoring works by trying to match a board from supported list to SoC
<Heisath>
Yeah I'd expected to see C before H there xD
<lanefu>
You'll quickly see that it's amazing it works as well as it does lol
<stipa>
damn right
Guest5 has joined #armbian
Guest5 has quit [Quit: Client closed]
Heisath has quit [Quit: Leaving]
crabbedhaloablut has quit [Remote host closed the connection]
crabbedhaloablut has joined #armbian
HerculeP has quit [Quit: WeeChat 2.3]
Herc has joined #armbian
Herc has quit [Quit: WeeChat 2.3]
archetyp has quit [Quit: Leaving]
Herc has joined #armbian
Herc is now known as HerculeP
archetyp has joined #armbian
<IgorPec>
Heisath: that is more related to the random / position in the board build list.
<IgorPec>
i actually don't use @lanefu logic anymore. Its moved to internal logic - the downside of this approach is that other kernels, which will be changed upstream or in the mean time, will also be built
<IgorPec>
but it will usually not take any longer, since its building kernels in parallel
unmanbearpig has quit [Ping timeout: 265 seconds]
unmanbearpig has joined #armbian
<nekomancer[m]>
<c0rnelius> "Yeah it would and does need..." <- device need a way to properly setup good and adequate standart cooler. active, passive, with vent, or water.
<nekomancer[m]>
board should allow setup.
<c0rnelius>
Trying the turbo-mode idea now.
<yang>
Does default installer extracts on the SD card and binds the board to a certain IP using DHCP? So the installer menu can be accessed through ssh? Or is external monitor and keyboard required to have?
<c0rnelius>
steev: Just tested ur idea on turbo-mode and yeah it works like a charm. Thanx for the tip :)
<steev>
oh, awesome, i wasn't even sure it would work myself, awesome :D
<ArmbianHelper>
AR-895 [Bug] "USB sticks doesn't show after plugging-in / XFCE desktop" reported by Igor Pecovnik at 2021-08-29. Status: Done
<Guest14>
si
<IgorPec>
ok, solution is to install that missing package
<Guest14>
what is the missing package
<yang>
apt install gvfs-backend
<yang>
apt install gvfs-backends
<yang>
Guest14: this ^
<yang>
Guest14: run "apt update" first
Dagger has quit [Ping timeout: 252 seconds]
Dagger has joined #armbian
<Guest14>
Yes, thank you very much, it worked for me=D
<yang>
great ;)
Guest14 has quit [Quit: Client closed]
archetech has joined #armbian
<c0rnelius>
that fella is a pro at spam
<IgorPec>
lol
<IgorPec>
it seems we need to upgrade antispam
sunshavi has joined #armbian
sunshavi has quit [Remote host closed the connection]
sunshavi has joined #armbian
<c0rnelius>
Something in that regard, yes. :)
<yang>
flood trigger
<c0rnelius>
I mean. I haven't taken a gander at every article or journal on the subject, but that was pretty good. I'm sure if there was a job specific to `spam` this person would be at the top of the list.
<stipa>
he's a newb, that's all
<stipa>
he doesn't need to die bcs of it
<stipa>
:P
<stipa>
one line in a config file of some of the bots could probably prevent that from happening
<stipa>
more than 5 lines is a standard for kicking
<yang>
stipa: weird that the defaults aren't already on ircd software, I think on freenode the flood limits were set
<yang>
Maybe you can even modify some kind of channel mode for that in chanserv, dunno
<stipa>
probably a waste of resources
<stipa>
dunno, i've seen bots taking care of that a decade ago
<yang>
yes
milkii has quit [Quit: tara]
<Armbian-Discord>
<Tonymac32> Omg wtf bbq
Cyber_Samurai has joined #armbian
Guest62 has joined #armbian
<Guest62>
edicion de aundio Audio editing available for Armbian Buster please