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
return0e has joined #linux-amlogic
return0xe has quit [Ping timeout: 240 seconds]
vdehors has quit [Quit: No Ping reply in 180 seconds.]
jakogut_ has joined #linux-amlogic
jakogut__ has joined #linux-amlogic
jakogut_ has quit [Read error: Connection reset by peer]
afaerber has quit [Quit: Leaving]
sputnik_ has quit [Remote host closed the connection]
_whitelogger has joined #linux-amlogic
jakogut__ has quit [Remote host closed the connection]
jakogut_ has joined #linux-amlogic
sputnik_ has joined #linux-amlogic
tlwoerner_ has joined #linux-amlogic
sputnik_ has quit [Remote host closed the connection]
sputnik_ has joined #linux-amlogic
vagrantc has quit [Quit: leaving]
chewitt has joined #linux-amlogic
jakogut_ has quit [Quit: jakogut_]
jakogut_ has joined #linux-amlogic
yangxuan has joined #linux-amlogic
yangxuan has quit [Quit: Page closed]
yangxuan has joined #linux-amlogic
tlwoerner_ has quit [Ping timeout: 264 seconds]
yangxuan_ has joined #linux-amlogic
yangxuan_ has quit [Remote host closed the connection]
Barada has joined #linux-amlogic
chewitt has quit [Quit: Zzz..]
Xogium has joined #linux-amlogic
yangxuan has quit [Remote host closed the connection]
yangxuan has joined #linux-amlogic
yangxuan has quit [Quit: Leaving]
yangxuan has joined #linux-amlogic
yangxuan has quit [Client Quit]
yangxuan has joined #linux-amlogic
tlwoerner_ has joined #linux-amlogic
chewitt has joined #linux-amlogic
tlwoerner_ has quit [Ping timeout: 264 seconds]
chewitt has quit [Quit: Adios!]
Darkmatter66 has quit [Quit: ZNC 1.7.1 - https://znc.in]
Darkmatter66 has joined #linux-amlogic
<narmstrong> steev: yes
<narmstrong> steev: kernelci tests BE kernels, I’ll have a look
<sheepman> hi all, I'm still having issues with ethernet on my S912 box, no matter what I try I end up with ethernet working for a while then it suddenly starts dropping packets and/or experiencing extremely high ping latency. A reboot brings it back for a while but then it happens again. Also not 100% sure but seems to get triggered faster when the box is under load
<sheepman> currently running 4.19.0-rc7 (one of balbes builds) on ARMBIAN 5.62
<sheepman> oh it's gigabit ethernet btw
tlwoerner_ has joined #linux-amlogic
tlwoerner_ has quit [Ping timeout: 252 seconds]
random_yanek has quit [Ping timeout: 264 seconds]
random_yanek has joined #linux-amlogic
<yangxuan> narmstrong: have you ever tried enable CC_STACKPROTECTOR ? I make menuconfig then search it, but nothing found
tlwoerner_ has joined #linux-amlogic
tlwoerner_ has quit [Client Quit]
return0xe has joined #linux-amlogic
return0e has quit [Ping timeout: 246 seconds]
<narmstrong> yangxuan: no but it should work, nothing related to Amlogic SoCs specificities
<narmstrong> sheepman: try to disable eee with ethtool
<yangxuan> narmstrong: yes, this should not related to SoC, but I can't find it, and can't enable it with kernel scripts, so it's kind of weird
<yangxuan> and seems it not depends on other config
<sheepman> narmstrong: it is already, it stops it dying under load but this is definitely a different issue
<sheepman> think eee is disabled by the dts i'm using
<sheepman> (just fyi)
Barada has quit [Read error: Connection reset by peer]
Barada has joined #linux-amlogic
<narmstrong> sheepman: a similar issue was fixed a hopefully backported to 4.18, can you use the latest stable tree ?
<sheepman> i tend to just use some of the prebuilt images available but i'll certainly have a look
<sheepman> RTL8211F chipset btw
Barada has quit [Quit: Barada]
yangxuan has quit [Ping timeout: 246 seconds]
yangxuan has joined #linux-amlogic
yangxuan has quit [Ping timeout: 264 seconds]
yangxuan has joined #linux-amlogic
yangxuan_ has joined #linux-amlogic
yangxuan_ has quit [Client Quit]
distemper has quit [Quit: bye]
distemper has joined #linux-amlogic
yangxuan has quit [Remote host closed the connection]
yangxuan has joined #linux-amlogic
<steev> narmstrong: i thought the kernelci tests tested with a initramfs, not on emmc/sdcard since writing those would possibly cause hardware issues
<xdarklight> steev: it does run from initramfs - but it's the kernel's job to detect the SD card (if there's one inserted) and the eMMC flash (if available on the board). so if you're seeing an error during SD card initialization then kernelci should have the same problem (at least that's the idea :))
<steev> xdarklight: si, I just meant, if the hardware doesn’t exist it can’t error
<yangxuan> narmstrong: when connect my s905d box with ssh, some time it will stuck for a while, have to wait some seconds to continue typing, if this is device specific or happen on most amlogic device with mainline kernel?
<probono> hi all, i am still looking for a way to make a _full_ nand image of my box. any hints? (there seems to be no official restore img available online for my type of box, and actually many people are looking for one)
<steev> xdarklight: yep, that’s pretty much what I see here
<xdarklight> probono: unfortunately it's not possible with the mainline kernel (and I never tried with the Amlogic one) because Amlogic's kernel uses a custom flash format (they're storing the block status inside the main area, which mainline can't parse)
yangxuan has quit [Ping timeout: 252 seconds]
<probono> hm. if I save the content of all the partitions mentioned in the dtd, can I then be sure that I can fully recover an entirely bricked machine?
<probono> is there a way to make an Amlogic factory-like .image from those dd'd partitions?
<probono> err, "dts"
<xdarklight> not on NAND, IIRC the first NAND page is not referenced in the .dtb/.dts but hardcoded somewhere in u-boot / chip firmware and it's used to store some of the NAND settings (which then allows the chip firmware to load u-boot)
<probono> this is what i was fearing
<probono> thanks for confirming
vagrantc has joined #linux-amlogic
vagrantc has quit [Ping timeout: 268 seconds]
vagrantc has joined #linux-amlogic
<xdarklight> probono: you can always put u-boot on an SD card - just make sure to properly break your NAND then ;)
<xdarklight> if firmware can't find a valid bootloader on NAND it tries to load u-boot from SD card
<xdarklight> however, that only works if firmware detects the bootloader on NAND as invalid (I managed to overwrite my bootloader on NAND with 0x00 or 0xff once - firmware loaded u-boot from SD card just fine)
<vagrantc> defaulting to removable media sure makes troubleshooting easier
<probono> i figured so much, yes
return0xe has quit [Read error: Connection reset by peer]
return0xe has joined #linux-amlogic
<steev> xdarklight: wait... i just noticed at the top... it says pass - shouldn't it fail?
AntonioND has joined #linux-amlogic
return0e has joined #linux-amlogic
return0xe has quit [Read error: Connection reset by peer]
Darkmatter66_ has joined #linux-amlogic
Darkmatter66 has quit [Ping timeout: 264 seconds]
<xdarklight> steev: it also doesn't see any errors or warnings - not sure about that. maybe khilman knows why (as https://storage.kernelci.org/mainline/master/v4.19-4404-g44adbac8f721/arm64/defconfig+CONFIG_CPU_BIG_ENDIAN=y/lab-baylibre-seattle/boot-meson-gxbb-odroidc2.html shows some errors at the end of the log)
AntonioND has quit [Quit: Quit]
The_CooIest has quit [Ping timeout: 245 seconds]
random_yanek has quit [Quit: random_yanek]
random_yanek has joined #linux-amlogic
AntonioND has joined #linux-amlogic
afaerber has joined #linux-amlogic
AntonioND has quit [Quit: Quit]
random_yanek has quit [Quit: random_yanek]
afaerber has quit [Quit: Leaving]