Werner__ changed the topic of #armbian to: armbian - Linux for ARM development boards | www.armbian.com | Github: github.com/armbian | Commits: #armbian-commits | This channel is logged -> http://irc.armbian.com
ashthespy has quit [Ping timeout: 260 seconds]
ashthespy has joined #armbian
<ashthespy>
ah..
<ashthespy>
Messing with U-Boot is where a little bit know knowledge can be quite dangerous..
<ashthespy>
I wish I could go back the being the oblivious Windoze running person..
<ashthespy>
I know have just enough knowledge that wastes 4 hours :P
<ashthespy>
now*
drobo_00 has quit [Ping timeout: 260 seconds]
<ashthespy>
note to self - the `.next` in `/boot` has got nothing to do with Armbian's legacy/current/next scheme .. :duh:
<c0rnelius>
ha
<ashthespy>
Man I feel so silly now.
<lanefu>
hey ashthespy
<ashthespy>
Anyyway, I am wiser - and have a booting and working OpiLite now.
<ashthespy>
Hey lanefu
<lanefu>
oh you fixed it?
<lanefu>
was gonna tell you my image booted fine on my plus2e last night
<ashthespy>
Ah thanks - you already did last night :-)
<ashthespy>
I was the issue, so the fix in the end was adding `.next` to `/boot` instead of `.current` :o
<ashthespy>
Like I said, I am at that stage where I have a dangerous amount of knowledge.
<lanefu>
doh
<lanefu>
I'm glad you prevailed
<lanefu>
so all these SBCs are just a nasty mess with their cables on my desk
<lanefu>
i feel like it would be neater to just dangle them from a little tree of some sorts
<ashthespy>
Lol I have them spread everwhere right now..
<ashthespy>
I was initially one on my desk..
<ashthespy>
but now they creeping around at night..
Tonymac32 has joined #armbian
NeuroScr has quit [Quit: NeuroScr]
* archetech
makes a mobile of sbc's for lanefu to help him sleep
NeuroScr has joined #armbian
<archetech>
I'd like a 2 level wooden rotating lazy susan type thing
<archetech>
hole in the middle for wires
Tonymac32 has quit [Read error: Connection reset by peer]
archetech has quit [Quit: Konversation terminated!]
NeuroScr has quit [Quit: NeuroScr]
archetech has joined #armbian
<lanefu>
yeah lazy susan would be cool
<sarnold>
feed in some DC power on the underside with rings and brushes and skip the 'wires through the center'? Just like those rotating restaurants..
<lanefu>
yeah just a sweet DC busbar on my desk
<lanefu>
lol
ashthespy has quit [Remote host closed the connection]
<lanefu>
Hmmm the ole Opi3 is sitll having stability problems
<lanefu>
whats annoying is i'm even shipping system logs to ELK and there's still no clues
selfbg has quit [Remote host closed the connection]
maccraft has joined #armbian
<steev>
i am shocked
maccraft has quit [Quit: WeeChat 2.7.1]
maccraft has joined #armbian
drobo_00 has joined #armbian
drobo_00 has quit [Quit: drobo_00]
<lanefu>
Lol
<IgorPec>
hej
archetech has joined #armbian
<steev>
alright, so, the rockchip 4.4 kernel - ttyFIQ0 is supposed to be the serial port with it, but am i supposed to also pass ,1500000n8 after? i'm trying to get the console to spit out more info after the earlycon stuff, but all i'm getting is
<steev>
[ 0.000000] earlycon: Early serial console at MMIO32 0xff1a0000 (options '')
<steev>
[ 0.000000] bootconsole [uart0] enabled
<steev>
and then i get nadda
<archetech>
what board ?
<steev>
nanopi neo 4
drobo_00 has joined #armbian
<steev>
i guess i should slap a panic=10 in there, except it doesn't seem to be panic-ing, just not fully booting
<archetech>
try the current image?
<steev>
that doesn't help with figuring out my issue, i know it works
<steev>
i'm trying to get serial output to actually go to the serial port
<archetech>
i c
<steev>
it's just sorta schrodinger's booted - it's not fully booting, but not fully crashing either
IgorPec has quit [Quit: Leaving]
<steev>
hm
<steev>
if test "${console}" = "serial" || test "${console}" = "both"; then setenv consoleargs "earlycon=uart8250,mmio32,0xff1a0000 console=ttyFIQ0,1500000 ${consoleargs}"; fi
<steev>
that gets me *most* of the way there, but i still don't get anything from uart0 until systemd starts spitting its stuff out
<steev>
archetech: fwiw, i need to use the 4.4 kernel because the 5.x kernel doesn't properly handle my 1080x1920 screen
<archetech>
hang out somebody will chime in
<steev>
it's a vertical screen, and it's annoying
<steev>
but yeah, i might just go with the 5.4 kernel, i think i have a 5.4.18 installed currently
<steev>
there's definitely some weirdness going on with it
<steev>
because every once in a while i'm getting some weird output spit into modules.builtin
soerenderfor has quit [Remote host closed the connection]
<robmur01>
ttyFIQ0 is some weird android thing - the regular debug uart itself is usually ttyS2
<robmur01>
for super-hacks if nothing else works, adding ",keep" to the earlycon argument will leave it active past console init
<robmur01>
and yeah, mainline display on anything that isn't a TV is a pain in the bum, since the dw_hdmi-rockchip driver rejects any mode that doesn't exactly match the list of pixel clocks it knows about
<steev>
actually i see what it is
<steev>
there's no stdout-path in the armbian 4.4 kernel
<steev>
but, that didn't actually help either
<steev>
i added stdout-path = "serial2:1500000n8"; under chosen, but still not getting anything after the bootconsole line
<robmur01>
Have you removed any "console=" arguments? I think those will override stdout-path
<lanefu>
steev: edit /boot/armbianEnv.txt adn change verbosity=1 to verbosity=7
<lanefu>
I have this in my customize-image.sh script sed -i 's/verbosity.*$/verbosity=7/' /boot/armbianEnv.txt
<steev>
just need to figure out why it's stopping there
<steev>
i guess it *is* kernel panicing, just not printing at that point
<steev>
not really sure what the ".?W;^W; are, but they come from the serial not from me trying to input things
<lanefu>
yehat hats probably just noise
<lanefu>
it should say kernel panic
<lanefu>
but yeah no clues eh
<steev>
same
<steev>
okay, guess we will try 5.4 after all :)
<steev>
just gotta disable the stupid wireless drivers that aren't endian safe
<steev>
mostly booted with 5.4 :D lots of drm complaints, that doesn't surprise me at all... although it did randomly lock so not sure what happened, serial just says unexpected interrupt latency, but it's a starting point :D
IgorPec has joined #armbian
IgorPec has quit [Changing host]
IgorPec has joined #armbian
erm67 has joined #armbian
<IgorPec>
lanefu: hey
IgorPec has quit [Quit: Leaving]
z6np has joined #armbian
<z6np>
I would like to get my displaylink USB mini-monitor working with aarch64, or is this a lost cause?
<z6np>
I don't see kernel modules for either udl or udlfb
drobo_00 has quit [Ping timeout: 260 seconds]
drobo_00 has joined #armbian
z6np has quit [Quit: Leaving]
z6np has joined #armbian
drobo_00 has quit [Remote host closed the connection]