buzzmarshall has quit [Quit: Konversation terminated!]
hexdump0815 has quit [Ping timeout: 268 seconds]
hexdump0815 has joined #linux-amlogic
naoki has joined #linux-amlogic
jacobk has joined #linux-amlogic
adeepv has joined #linux-amlogic
naoki has quit [Quit: naoki]
luka177 has quit [Ping timeout: 252 seconds]
luka177 has joined #linux-amlogic
rockosov has quit [Ping timeout: 256 seconds]
rockosov has joined #linux-amlogic
ldevulder has joined #linux-amlogic
<narmstrong>
xdarklight: you basically came to the same conclusion as me, I have no board to help both of you....
<montjoie>
narmstrong: I will put in production some extra board and I can share you one
djrscally has joined #linux-amlogic
mripard has joined #linux-amlogic
luka177 has quit [Ping timeout: 255 seconds]
luka177 has joined #linux-amlogic
luka177 has quit [Ping timeout: 264 seconds]
luka177 has joined #linux-amlogic
adeepv has quit [Quit: adeepv]
luka177 has quit [Ping timeout: 256 seconds]
<xdarklight>
montjoie: narmstrong: I got one of these CH348 boards from aliexpress for ~15 USD. it seems they have gotten cheaper since - only ~11 USD now: https://www.aliexpress.com/item/1005006398789929.html - you'll have to solder the pins (which are supplied) yourself though (but that only takes a few minutes and is super simple since it's all DIP with 2.54mm pitch)
adeepv has joined #linux-amlogic
neoninte- is now known as neoninteger
luka177 has joined #linux-amlogic
<montjoie>
xdarklight: I use a custom design which permit stacking AND RS232 daughter board
<xdarklight>
montjoie: sure, aliexpress designs won't give you that kind of flexibility. my use-case is simpler: getting rid of a bunch of individual CH340 and replace them with a single CH348
marc|gonzalez has quit [Quit: Leaving.]
Rond has quit [Ping timeout: 264 seconds]
adeepv1 has joined #linux-amlogic
adeepv has quit [Ping timeout: 240 seconds]
adeepv1 is now known as adeepv
adeepv1 has joined #linux-amlogic
adeepv has quit [Ping timeout: 268 seconds]
adeepv1 is now known as adeepv
buzzmarshall has joined #linux-amlogic
Rond has joined #linux-amlogic
jacobk has quit [Ping timeout: 268 seconds]
jacobk has joined #linux-amlogic
dliviu has quit [Quit: Going away]
dliviu has joined #linux-amlogic
adeepv has quit [Quit: adeepv]
zsoltiv_ has quit [*.net *.split]
anessen9733 has quit [*.net *.split]
minute has quit [*.net *.split]
phh has quit [*.net *.split]
minute has joined #linux-amlogic
anessen9733 has joined #linux-amlogic
luka177 has quit [Ping timeout: 255 seconds]
phh has joined #linux-amlogic
phh has joined #linux-amlogic
zsoltiv_ has joined #linux-amlogic
luka177 has joined #linux-amlogic
jacobk has quit [Ping timeout: 240 seconds]
psydroid has joined #linux-amlogic
jacobk has joined #linux-amlogic
asriel has quit [Quit: Don't drink the water. They put something in it to make you forget.]
<narmstrong>
phh: just saw I had -@ in my env, so yes you'll either need to pass -@ to build the DTB or let the kernel do the overlay apply
<narmstrong>
so I need to fix the vim3 panel dtbo build aswell !
<narmstrong>
(and sorry for the delay to reply...)
<phh>
narmstrong: good thanks. and happy to catch a bug for you :P
jacobk has joined #linux-amlogic
<phh>
narmstrong: no problem, that was fast enough
mripard has quit [Quit: mripard]
jacobk has quit [Ping timeout: 240 seconds]
jacobk has joined #linux-amlogic
<phh>
narmstrong: wrt the dtbos, they'll be automatically loaded on runtime (no need for user intervention) based on mmc pid/vid for those dtbo, and based on a saradc value for dvb dtbo when they come. Is there some already existing framework for that, or we'll just live with our own shell script doing that?
<narmstrong>
phh: there’s nothing generic, but if you use fit image the dtbo can be specified in a configuration which is selectable at runtime when loading the fitimage
<narmstrong>
You’ll still need to code the logic on shell or C to determine the fit configuration
<phh>
well, fixing the bootloader is rather out of spec for me at the moment. Maybe with kexec though (as in, by adding a new bootloader stage)
<phh>
so yeah that'll be some custom shell script using dynamic overlay
<xdarklight>
montjoie: I think I know why the 4096 byte case is not working - the CH348 datasheet states: Integrated the 2048-byte RX FIFO and 1024-byte TX FIFO for each UART.
<xdarklight>
s/4096/2048/
kenny has quit [Quit: WeeChat 4.2.1]
luka177 has quit [Ping timeout: 268 seconds]
jacobk has quit [Ping timeout: 240 seconds]
luka177 has joined #linux-amlogic
psydroid has quit [Ping timeout: 252 seconds]
luka177 has quit [Ping timeout: 255 seconds]
luka177 has joined #linux-amlogic
psydroid has joined #linux-amlogic
luka177 has quit [Ping timeout: 260 seconds]
luka177 has joined #linux-amlogic
<xdarklight>
montjoie: hmm, no - that's not it. RX buffer size of 1280 works fine, but 1536 is already problematic
<xdarklight>
montjoie: oh, the vendor driver even has issues with 1024 byte buffers :D and it also fails with 2048 bytes. so I think what we have is good ;-)