Werner changed the topic of #armbian to: armbian - Linux for ARM development boards | www.armbian.com | Github: github.com/armbian | Commits: #armbian-commits | Forums Feed: #armbian-rss | Type 'help' for help | This channel is logged -> irc.armbian.com
NeuroScr has quit [Quit: NeuroScr]
<birkoff>
what is universal multi-boot ? is it safe to install it via 'update' ?
<ArmbianTwitter>
@Migg0r (Mike 'MiggyMan' Woods, Lord of the squid): @HdE_playsgames Google :D (and the armbian forums :D (6s ago)
<birkoff>
no success with installing universal multi-boot either
<birkoff>
the boot screen just remains unmoving
ChriChri_ has joined #armbian
ChriChri has quit [Ping timeout: 265 seconds]
ChriChri_ is now known as ChriChri
<birkoff>
well it turns i needed this FDT: meson-gxl-s905x-p212.dtb
<birkoff>
but wireless don't work
<birkoff>
what is the wireless model / driver for x96?
<lanefu>
birkoff: not sure what an x96 device is.....thats an old RC image that you downloaded
<birkoff>
x96 is amlogic s905x p212
<lanefu>
k. so ths is no particular SBC that we support or psuedo support.. the TV Boxes stuff is really 1 or 2 people.. you're better off posting in the tv boxes forum problem
<birkoff>
ok
<lanefu>
but you could start with the latest lepotato image and then make device tree adjustments
<lanefu>
since thats an s905x device
<lanefu>
you mean want to look into building your own image and kernel and see if theres ther drivers you need to activate... not sure w/ regards to your wireless... probably need to just crack open the device and find hte chip adn go from there
<Werner>
The action could be split up in push an pr. When PR recreate the documentation and push it to a preview repository to see if everything looks good. On push or PR merge it will be pushed to the real documentation repository.
<Dr{Who}>
I have done various testing on a odroid-c4 and Armbian. My device a pHAT uses the GPIO uart for communication. I was not able to get the gpio uart to work when I build Armbian with BRANCH=current but it does work when I build with legacy. I have tried buster and bionic with the same results. I have looked at the kernel data for the uart and looked over all I can think of. Best I can tell it is a kernel issue but what is strange
<Dr{Who}>
is the onboard ttyS0 debug uart that afaik is the same hardware works fine. This just effects the GPIO uart(s). Anyway I am working on a build recipe for the AlarmDecoder webapp using this hardware so any help is appreciated.