<montjoie>
wens: arg, I believed something more "test automate friendly"
<wens>
montjoie: unfortunately that isn't possible
<wens>
the only thing automation friendly is perhaps having an otg host cable (and device) plugged in all the time, and make sure the device is detected every boot
NeuroScr has quit [Ping timeout: 240 seconds]
tnovotny has joined #linux-sunxi
NeuroScr has joined #linux-sunxi
chomwitt has joined #linux-sunxi
leviathanch has quit [Remote host closed the connection]
libv_ has joined #linux-sunxi
BenG83 has joined #linux-sunxi
libv has quit [Ping timeout: 245 seconds]
megi has joined #linux-sunxi
msimpson has joined #linux-sunxi
libv_ has quit [Ping timeout: 240 seconds]
libv has joined #linux-sunxi
heatfanjohn has quit [Ping timeout: 246 seconds]
fkluknav has quit [Remote host closed the connection]
fkluknav has joined #linux-sunxi
Andy-D has joined #linux-sunxi
libv has quit [Ping timeout: 272 seconds]
libv has joined #linux-sunxi
heatfanjohn has joined #linux-sunxi
jelly has quit [Ping timeout: 246 seconds]
jelly-home has joined #linux-sunxi
Boris80 has joined #linux-sunxi
shfil has joined #linux-sunxi
catphish has joined #linux-sunxi
JohnDoe_71Rus has quit [Quit: KVIrc KVIrc Aria 5.0.0, revision: 5.0.0+git-7416-9b35d44fd, build type: debug, sources date: 20160102, built on: 2019-01-23 17:02:15 UTC 5.0.0+git-7416-9b35d44fd http://www.kvirc.net/]
JohnDoe_71Rus has joined #linux-sunxi
zoums has joined #linux-sunxi
Gerwin_J has joined #linux-sunxi
jbrown has quit [Remote host closed the connection]
jbrown has joined #linux-sunxi
dddddd has joined #linux-sunxi
Gerwin_J has quit [Quit: Gerwin_J]
Gerwin_J has joined #linux-sunxi
jbrown has quit [Ping timeout: 252 seconds]
zumbi_ has quit [Ping timeout: 268 seconds]
ScrumpyJack has quit [Remote host closed the connection]
ScrumpyJack has joined #linux-sunxi
bbrezillon has quit [Ping timeout: 246 seconds]
zumbi has joined #linux-sunxi
mripard has quit [Ping timeout: 264 seconds]
jbrown has joined #linux-sunxi
jelly-home is now known as jelly
Gerwin_J has quit [Quit: Gerwin_J]
afaerber has joined #linux-sunxi
nuuuciano has joined #linux-sunxi
Rafael1980 has joined #linux-sunxi
shfil has quit [Quit: Connection closed for inactivity]
mripard has joined #linux-sunxi
bbrezillon has joined #linux-sunxi
aalm has quit [Ping timeout: 250 seconds]
pgreco has quit [Ping timeout: 245 seconds]
pgreco has joined #linux-sunxi
Boris80 has quit [Ping timeout: 250 seconds]
selfbg has quit [Remote host closed the connection]
aalm has joined #linux-sunxi
Andy-D has quit [Ping timeout: 245 seconds]
Andy-D has joined #linux-sunxi
lurchi_ is now known as lurchi__
msimpson has quit [Read error: Connection reset by peer]
clemens3 has quit [Ping timeout: 240 seconds]
jbrown has quit [Ping timeout: 252 seconds]
jbrown has joined #linux-sunxi
BenG83 has quit [Quit: Leaving]
reinforce1 has joined #linux-sunxi
lurchi__ is now known as lurchi_
IgorPec has quit [Ping timeout: 250 seconds]
swiftgeek has quit [Ping timeout: 240 seconds]
IgorPec has joined #linux-sunxi
Rafael1980 has quit [Ping timeout: 246 seconds]
pgreco has quit [Ping timeout: 250 seconds]
tnovotny has quit [Quit: Leaving]
Asara has quit [Quit: leaving]
Asara has joined #linux-sunxi
pgreco has joined #linux-sunxi
Andy-D has quit [Remote host closed the connection]
The_Loko has joined #linux-sunxi
reinforce has quit [Quit: Leaving.]
pgreco has quit [Ping timeout: 250 seconds]
pgreco has joined #linux-sunxi
Andy-D has joined #linux-sunxi
tllim has quit [Quit: Leaving]
aalm has quit [Ping timeout: 272 seconds]
zoums has quit [Ping timeout: 240 seconds]
swiftgeek has joined #linux-sunxi
zoums has joined #linux-sunxi
zoums has quit [Ping timeout: 245 seconds]
Andy-D has quit [Remote host closed the connection]
Andy-D has joined #linux-sunxi
Andy-D has quit [Remote host closed the connection]
IgorPec has quit [Ping timeout: 244 seconds]
iamfrankenstein has joined #linux-sunxi
swiftgeek has quit [Ping timeout: 268 seconds]
aalm has joined #linux-sunxi
<heatfanjohn>
Still trying to get 4.20 to recognize my mmc SD card. Added debug displays to sunxi-mmc.c and see that sunxi_mmc_resource_request is returning error -517 EPROBE_DEFER
<heatfanjohn>
Any idea that could cause that?
<heatfanjohn>
This happens several times during boot and when I finally get dracut prompt it happens every time I rmmod / modprobe sunxi_mmc
Putti has quit [Remote host closed the connection]
<heatfanjohn>
I guess I need to dig deeper with more debug statements ...
<heatfanjohn>
Does U-Boot use the same driver code?
<heatfanjohn>
As U-Boot detects MMC and loads kernel and initramfs and dtb into memory
Putti has joined #linux-sunxi
AneoX_ has quit [Ping timeout: 268 seconds]
Putti has quit [Remote host closed the connection]
Putti has joined #linux-sunxi
<jernej>
heatfanjohn: DEFER is normal return code for many drivers
<jernej>
it just means that all dependencies are not loaded yet
<jernej>
later on it should be retried
netlynx has joined #linux-sunxi
netlynx has quit [Changing host]
netlynx has joined #linux-sunxi
swiftgeek has joined #linux-sunxi
<heatfanjohn>
Hi @jernej, with sunxi-mmc.c the DEFER causes the driver to not complete the initialization of the device when processing the probe
<jernej>
exactly
<jernej>
because some dependencies are not satisfied
<jernej>
but it's probed again later
<jernej>
unless every remaining driver return EPROBE_DEFER
<jernej>
which means that something in config is not enabled
<heatfanjohn>
For me the mmc device isn't initialized after 200+ seconds, kernel can't find root and I fall into dracut
<jernej>
well, I never had any issue with SD cards
f0xx has quit [Ping timeout: 250 seconds]
<heatfanjohn>
I just thought of something, I need to check which DTB is being used during the boot
<heatfanjohn>
I could have that mismatched
swiftgeek has quit [Ping timeout: 240 seconds]
<heatfanjohn>
For my setup, U-Boot is statically loading /boot/dtb/allwinner... where /boot/dtb is a link to the correct sub-directory to use
<fALSO>
heatfanjohn, is there any differences in the dts files from one kernel to another ?
tllim has joined #linux-sunxi
<fALSO>
you could look into that... trying random ideas
<fALSO>
;-)
<heatfanjohn>
Mainlining efforts for sunxi have been adding new items to the dtd for the A64 based systems
<heatfanjohn>
Nothing for mmc has changed ... I think ...
<heatfanjohn>
Same behavior using DTB from same build as Kernel and modules build
fkluknav has quit [Remote host closed the connection]
fkluknav has joined #linux-sunxi
<anarsoul>
heatfanjohn: my guess is that you have some dependency built as a module
<anarsoul>
so either put it into initramfs
<anarsoul>
or build it in
Putti has quit [Remote host closed the connection]
Putti has joined #linux-sunxi
JohnDoe_71Rus has quit [Quit: KVIrc KVIrc Aria 5.0.0, revision: 5.0.0+git-7416-9b35d44fd, build type: debug, sources date: 20160102, built on: 2019-01-23 17:02:15 UTC 5.0.0+git-7416-9b35d44fd http://www.kvirc.net/]
JohnDoe_71Rus has joined #linux-sunxi
JohnDoe_71Rus has quit [Client Quit]
lurchi_ is now known as lurchi__
AneoX has joined #linux-sunxi
Putti has quit [Remote host closed the connection]
Putti has joined #linux-sunxi
reinforce1 has quit [Quit: Leaving.]
tllim has quit [Read error: Connection reset by peer]
Andy-D has joined #linux-sunxi
dev1990 has joined #linux-sunxi
swiftgeek has joined #linux-sunxi
netlynx has quit [Quit: Ex-Chat]
Putti has quit [Remote host closed the connection]