narmstrong changed the topic of #linux-amlogic to: Amlogic mainline kernel development discussion - our wiki http://linux-meson.com/ - ml linux-amlogic@lists.infradead.org - Publicly Logged on https://irclog.whitequark.org/linux-amlogic
<ndufresne> xdarklight, thanks, it's good to understand the naming, it does not explain why it not not detect the link in the u-boot, but at the same time, can we trust these people to actually enable the right u-boot for feature they don't need ...
<ndufresne> I tried rebuilding the u-boot for the potato once, the procedure is long, but works as expected, but I never manage to get it to boot, I'm still unsure what wrong I did ...
<ndufresne> another source of confusion, the BL2 is tagged "gxl gc3c9a84 - xiaobo.gu@droid05", but u-boot says gxm_q201_v1
vagrantc has joined #linux-amlogic
vagrantc has quit [Ping timeout: 264 seconds]
vagrantc has joined #linux-amlogic
sputnik_ has quit [Remote host closed the connection]
sputnik_ has joined #linux-amlogic
sputnik_ has quit [Remote host closed the connection]
sputnik_ has joined #linux-amlogic
<ndufresne> narmstrong, xdarklight: I tried changing the call to designware_initialize() in the vendor u-boot with MII, RGMII, and of course the default, RMII, but not luck, I'm pretty much shooting in the dark atm
<ndufresne> oh, just spotted "dwmac.c9410000[KM]Error:f[keymanage_dts_parse]L287:not a fdt at 0x0000000001000000"
sputnik_ has quit [Remote host closed the connection]
sputnik_ has joined #linux-amlogic
<ndufresne> (but no clue what to do)
<ndufresne> good night
default__ has quit [Ping timeout: 255 seconds]
sputnik_ has quit [Remote host closed the connection]
sputnik_ has joined #linux-amlogic
default__ has joined #linux-amlogic
jakogut has quit [Remote host closed the connection]
jakogut has joined #linux-amlogic
chewitt has quit [Read error: Connection reset by peer]
vagrantc has quit [Ping timeout: 250 seconds]
jakogut has quit [Read error: Connection reset by peer]
default__ has quit [Read error: Connection reset by peer]
_whitelogger has joined #linux-amlogic
default__ has joined #linux-amlogic
_whitelogger has joined #linux-amlogic
The_Coolest has quit [Ping timeout: 244 seconds]
The_Coolest has joined #linux-amlogic
default__ has quit [Read error: Connection reset by peer]
default__ has joined #linux-amlogic
<xdarklight> ndufresne: you also have to change the registers at 0xc8834540 (Amlogic extensions to dwmac): https://github.com/torvalds/linux/blob/master/arch/arm64/boot/dts/amlogic/meson-gx.dtsi#L465 -> the value of that Amlogic register should be 0x1621 for RGMII PHYs (at least that's what I wrote like 3 years ago: https://patchwork.kernel.org/patch/9198613/). if you're lucky then there's a custom u-boot command to change the mode, but otherwise I'
<xdarklight> d probably spend the time on getting mainline u-boot to work on that board
default__ has quit [Read error: Connection reset by peer]
default__ has joined #linux-amlogic
sputnik_ has quit [Ping timeout: 245 seconds]
jakogut has joined #linux-amlogic
sputnik_ has joined #linux-amlogic
nashpa has quit [Ping timeout: 245 seconds]
nashpa has joined #linux-amlogic
vagrantc has joined #linux-amlogic
vagrantc has quit [Ping timeout: 250 seconds]
nashpa has quit [Quit: Going away]
nashpa has joined #linux-amlogic
vagrantc has joined #linux-amlogic
<adema> Hello everyone. I tried to make Xorg work on my amlogic-s905x-cc using https://github.com/superna9999/meson_gx_mali_450
<adema> i have built and installed the armsoc_drv.so
<adema> copied the required libmali.so and and added all the syminks but when i start Xorg, i get a black screen on my TV.
<adema> Here is the Xorg.log: https://termbin.com/dz34r
<adema> Also in /usr/share/X11/xorg.conf.d/99-user.conf i put this file: https://github.com/superna9999/xf86-video-armsoc/blob/meson-drm/xorg.conf