ChanServ changed the topic of #linux-sunxi to: Allwinner/sunxi development - Did you try looking at our wiki? https://linux-sunxi.org - Don't ask to ask. Just ask and wait for an answer! - This channel is logged at https://oftc.irclog.whitequark.org/linux-sunxi
Mangy_Dog has quit [Ping timeout: 480 seconds]
apritzel has quit [Ping timeout: 480 seconds]
cnxsoft has joined #linux-sunxi
gnarface has quit [Ping timeout: 480 seconds]
gnarface has joined #linux-sunxi
mripard has quit [Remote host closed the connection]
mripard has joined #linux-sunxi
<pnill> If anyone else ever searches IRC logs for the H6 and not having a script.bin but wanting to modify the DTB/soc-config... I extracted the boot_package.fex manually by hand, there's an example config file boot_package.cfg in the tools stuff of BSP and then dragonsecboot, if it's not signed with a cert or whatever you can just use that cfg, use the same names you find in boot_package.fex and re-create them.... then run dragonsecboot -pack
<pnill> boot_package.cfg and it'll build a new boot_package.fex with your changes.
<pnill> The soc-cfg in the boot_package.cfg just seems to be a bin like the script.bin so you can use bin2fex, then modify it and take it back the other way, the dtb just seems to be a standard dtb.
indy has quit [Ping timeout: 480 seconds]
JohnDoe_71Rus has joined #linux-sunxi
indy has joined #linux-sunxi
MoeIcenowy has quit [Quit: ZNC 1.7.2+deb3 - https://znc.in]
MoeIcenowy has joined #linux-sunxi
<buZz> wouldnt using dtb men no need to use fex?
<buZz> wouldnt using dtb mean no need to use fex?
<buZz> fex is old stuff
chewitt has quit [Quit: Zzz..]
<pnill> Idk it uses one for u-boot
<pnill> and one for the Android setup
<pnill> seems to use the dtb in the android setup
<pnill> and fex in the u-boot
apritzel has joined #linux-sunxi
gsz has joined #linux-sunxi
<jernej> smaeul: does analog audio work on D1 with your driver? I plan to reuse it for H616...
apritzel has quit [Ping timeout: 480 seconds]
hlauer has joined #linux-sunxi
cnxsoft1 has joined #linux-sunxi
cnxsoft has quit [Read error: Connection reset by peer]
warpme___ has joined #linux-sunxi
hlauer has quit [Ping timeout: 480 seconds]
apritzel has joined #linux-sunxi
apritzel has quit [Ping timeout: 480 seconds]
JohnDoe_71Rus has quit []
Mangy_Dog has joined #linux-sunxi
apritzel has joined #linux-sunxi
cnxsoft1 has quit []
JohnDoe_71Rus has joined #linux-sunxi
<smaeul> jernej: yes, analog audio works on D1. the RAMP_REG is still mysterious to me. setting some bits in it is required or else there is major distortion
<smaeul> it looks like R329 is also the same HW, with no headphone part (like H616) and with 5 ADC channels
<smaeul> I can refactor the driver to work with all three, so we don't start with the newest/most compilicated one (D1) first
<jernej> smaeul: that would be great!
<jernej> I tried, but I couldn't make it work on H616
<valdikss> Does anyone know where to buy FBGA396 A64 reballing stencil template?
<valdikss> Found on ebay :D "Direct heating 80*80 90*90 A64 CPU BGA396 BGA Stencil Template"
<jakllsch> heh
<valdikss> The only one seller on ebay and aliexpress
<valdikss> US $13.50 + Shipping: US $3.47 :/
<apritzel> valdikss: you mentioned watchdog issues with USB OTG in mainline U-Boot the other day, with which command was this? "ums" seemed to work fine for me
<valdikss> apritzel: do "dd if=/dev/sdX bs=1M of=/dev/null" on sufficiently large emmc/flash and wait for 20+ seconds
<valdikss> apritzel: in my case, the spinner freezes completely while reading is going
<valdikss> apritzel: and I assume that watchdog is not getting updated. I could be wrong and the board rebooted not due to watchdog.
<valdikss> apritzel: I've tested only twice, after that all the time disabled the watchdog before running.
<apritzel> valdikss: mmh, I did copy a lot of data via ums (for at least 30 seconds), but didn't see any issues
<valdikss> apritzel: hrm, ok
<apritzel> also it looks like the ums command pets the watchdog correctly
<apritzel> WATCHDOG_RESET() in cmd/usb_mass_storage.c
<apritzel> I will retry later
Daanct12 has joined #linux-sunxi
Daanct12 has quit [Remote host closed the connection]
Daanct12 has joined #linux-sunxi
Danct12 has quit [Ping timeout: 480 seconds]
chewitt has joined #linux-sunxi
Daanct12 is now known as Danct12
ftg has quit [Ping timeout: 480 seconds]
apritzel has quit [Ping timeout: 480 seconds]
chewitt has quit [Quit: Zzz..]
Mangy_Dog has quit [Remote host closed the connection]
Mangy_Dog has joined #linux-sunxi
Mangy_Dog has quit [Remote host closed the connection]
Mangy_Dog has joined #linux-sunxi
JohnDoe_71Rus has quit []
apritzel has joined #linux-sunxi
diego71 has joined #linux-sunxi
arti has quit [Ping timeout: 480 seconds]
hlauer has joined #linux-sunxi
tllim has joined #linux-sunxi
arti has joined #linux-sunxi
tllim has quit [Read error: Connection reset by peer]
gsz has quit [Quit: leaving]
macromorgan has joined #linux-sunxi
<pnill> apritzel: Do you know anything about LCD configurations?
<pnill> mainline or BSP doesn't matter lol.
paulk2 has quit [Ping timeout: 480 seconds]
chewitt has joined #linux-sunxi
hlauer has quit [Ping timeout: 480 seconds]
chewitt has quit [Ping timeout: 480 seconds]
<apritzel> pnill: no, nothing at all :-(
<apritzel> you can hardcode something in U-Boot, but I don't even know if this still works
<pnill> Was more so wondering how values like the DCLK are calculated than how to implement/integrate lol
<pnill> I guess a bit of googling and I sort of got an answer that it's related to how large a display is but I don't understand it entirely part of it is the application I'm using it in is weird with LVDS->HDMI and some china board to handle it to a larger display.