rellla changed the topic of #linux-sunxi to: Allwinner/sunxi /development discussion - did you try looking at our wiki? https://linux-sunxi.org - Don't ask to ask. Just ask and wait! - https://github.com/linux-sunxi/ - Logs at http://irclog.whitequark.org/linux-sunxi - *only registered users can talk*
Ahbrosha has joined #linux-sunxi
return0e has joined #linux-sunxi
random_yanek has quit [Ping timeout: 244 seconds]
Ahbrosha has quit [Ping timeout: 256 seconds]
nuuuciano has joined #linux-sunxi
dev1990 has quit [Quit: Konversation terminated!]
random_yanek has joined #linux-sunxi
RichardG867 has quit [Read error: Connection reset by peer]
RichardG867 has joined #linux-sunxi
RichardG867 has quit [Changing host]
RichardG867 has joined #linux-sunxi
Bortolino has joined #linux-sunxi
<smaeul> so if vcc-pl is supplied by the AXP803, which is connected over RSB, which requires pins on port L, which can't be requested until vcc-pl is set up...
<smaeul> this happens to work at the moment because of how regulators are probed by name, and you get
<smaeul> [ 0.864882] sun50i-a64-r-pinctrl 1f02c00.pinctrl: 1f02c00.pinctrl supply vcc-pl not found, using dummy regulator
<smaeul> but if you add an explicit &r_pio { vcc-pl-supply = <&reg_aldo3>; }; then everything EPROBE_DEFERs and nothing works
dddddd has quit [Remote host closed the connection]
vagrantc has quit [Quit: leaving]
dlan has quit [Remote host closed the connection]
random_yanek has quit [Ping timeout: 246 seconds]
giomba has joined #linux-sunxi
random_yanek has joined #linux-sunxi
giomba has quit [Ping timeout: 250 seconds]
random_yanek has quit [Ping timeout: 250 seconds]
AneoX has joined #linux-sunxi
AneoX_ has quit [Ping timeout: 258 seconds]
leviathanch has joined #linux-sunxi
victhor has quit [Ping timeout: 252 seconds]
random_yanek has joined #linux-sunxi
Andy-D has quit [Ping timeout: 240 seconds]
lurchi_ is now known as lurchi__
OnkelUlla has quit [Ping timeout: 252 seconds]
agraf has quit [Ping timeout: 245 seconds]
agraf has joined #linux-sunxi
leviathanch has quit [Remote host closed the connection]
megi has quit [Ping timeout: 250 seconds]
nuuuciano_ has joined #linux-sunxi
<wens> correct
nuuuciano has quit [Ping timeout: 245 seconds]
<wens> unfortunately there's no way around it, so just set the regulator to always-on and don't add vcc-pl-supply
\\Mr_C\\ has quit [Quit: (Read error: Connection reset by beer)]
random_yanek has quit [Ping timeout: 245 seconds]
random_yanek has joined #linux-sunxi
Mandragor has quit [Ping timeout: 245 seconds]
Mandragor has joined #linux-sunxi
Mandragor has quit [Ping timeout: 245 seconds]
s_frit has quit []
Mandragor has joined #linux-sunxi
\\Mr_C\\ has joined #linux-sunxi
random_yanek has quit [Ping timeout: 245 seconds]
<[TheBug]> Anyone have a Libre Computer Board ALL-H3-CC and know what special magic is needed to make the eMMc work on any of the boards? Was testing with Armbian and it doesn't even show up as a device. Is it some special fex settings i am missing or something?
<[TheBug]> I have all 3 boards and can't get it to show up on any of them
<gnarface> [TheBug]: (i don't know but the typical answer is usually "some 3rd party patch to a fork of u-boot")
<[TheBug]> I mean ibre Computer Board ALL-H3-CC suggests it should work with mainline u-boot
<[TheBug]> but I get no device node
random_yanek has joined #linux-sunxi
<[TheBug]> "This process only works on the Ubuntu and Debian images we release. This is not for flashing Android, Armbian, or anything else and it will not work on Armbian since it is not using our systems. We did not release the Gnome 3 Wayland variant for this release cycle."
<[TheBug]> fun stuff so basically its not compatible curently with anything but their images. much sad.
<wens> where's that?
<[TheBug]> I assume by what it describes is not actually exposed as a regula block device and it has to be flashed?
<[TheBug]> thats my take from that
<[TheBug]> so basically you have to have a special driver thats manipulated in their image to use it
<[TheBug]> ?
<[TheBug]> I mean I could probably fel flash it, but unless i use their image that supports their eMMc and provides drivers I doubt it will boot?
<wens> the page says: The new tool is called lc_redetect_emmc and it re-detect the eMMC module by unbinding and rebinding the driver.
<wens> which is the case if you didn't have the emmc module attached at boot time
<wens> [TheBug]: are you asking about u-boot or linux?
<wens> it should work under linux. don't know about u-boot after all the DM changes
<[TheBug]> I booted the Armbian H5 image on the H5 board from sdcard and it didn't even recognize the emmc was connected
<[TheBug]> for example
<[TheBug]> but my real goal would be to make it work on the H2+ and H3 variants with H3Droid
<[TheBug]> which is using a variation of an older Armbian 3.x kernel series for H2/H3
<[TheBug]> but I am guessing it won't be supported at all in the older kernels
<[TheBug]> and it seems Armbian hasn't included eMMc support or I am missing something?
[7] has quit [Ping timeout: 250 seconds]
<wens> I've no idea how new the Armbian image is
TheSeven has joined #linux-sunxi
<wens> you need to ask over in #armbian
<wens> all we do here is add support to the kernel
<wens> it's up to the distros to pull the new kernels in
<[TheBug]> well bottom line is it doesn't seem a commonly supported device in the kernel and its starting to remind me of how eMMc was on the S905x where you had to use special tools to flash it and then Armbian and such had to have special eMMc drivers which were hacked from Android and such
<[TheBug]> wens: so which kernel servies actually supports the eMMc then?
<[TheBug]> I will go from that direction if I must and look at compiling it my self
<[TheBug]> series*
<wens> was added in 4.19
<[TheBug]> k I will go chek the armiab images I was using and review more my self, appriciate your help and input though, wens !
<[TheBug]> Armbian*
<[TheBug]> geez I can't type worth anything tonight
<[TheBug]> Also going to test their images and see how its initilaized
<wens> works fine for me on v5.0-rc1
OnkelUlla has joined #linux-sunxi
<[TheBug]> curious why it doesn't come up in Armbian then, how is it actually exposed?
<[TheBug]> as a block device or some funky nand type device?
<[TheBug]> wens: I am burning their Ubuntu image and am gonna see how things look from there maybe it will expose something I am missing
<[TheBug]> Holy shit. What does this thing do for literally 4 minutes before it boots, you see uboot, loads efi, get grub, choose os and literally takes 4-5 minutes to start booting... (facepalm)
<[TheBug]> well fun it doesn't even detect the eMMc in thier image
<[TheBug]> did they send me a dead module O_o
<[TheBug]> root@libre-computer:/home/libre# lc_redetect_emmc
<[TheBug]> [ 221.433184] mmc1: unrecognised CSD structure version 0
<[TheBug]> [ 221.438397] mmc1: error -22 whilst initialising MMC card
<DonkeyHotei> probably a faq
<[TheBug]> no seems some issue as it also cause some weird kernel panic issue
giomba has joined #linux-sunxi
random_yanek has quit [Ping timeout: 255 seconds]
giomba has quit [Remote host closed the connection]
random_yanek has joined #linux-sunxi
lurchi_ has joined #linux-sunxi
<wens> I suppose it is resizing
lurchi__ has quit [Ping timeout: 268 seconds]
<[TheBug]> :Z
<[TheBug]> hmm
<[TheBug]> on h2+ does same weird stuff
<[TheBug]> Linux libre-computer 4.18.8-gf6c466dd009d-dirty
<plaes> [TheBug]: can you revert this patch: 3f790433c3cb ?
<[TheBug]> well I am using the libre image that they provide :Z
<[TheBug]> but let mne see
<plaes> ah...
<[TheBug]> but
<[TheBug]> hm
<[TheBug]> so you think bad driver not bad module? I will keep poking the bear if so
selfbg has joined #linux-sunxi
<plaes> maybe.. maybe not.. but this patch was added post 4.18
<[TheBug]> I will try a different armbian rls maybe one I was trying was not working and see if it shows up there as they have 4.19, past that maybe I will need to spin off my own kernel build I guess :Z
<[TheBug]> ill try a few more before giving up at least
reinforce has joined #linux-sunxi
_whitelogger has joined #linux-sunxi
random_yanek has quit [Ping timeout: 258 seconds]
random_yanek has joined #linux-sunxi
f0xx has joined #linux-sunxi
leviathanch has joined #linux-sunxi
nuuuciano_ has quit [Ping timeout: 240 seconds]
nuuuciano_ has joined #linux-sunxi
msimpson has joined #linux-sunxi
clemens3_ has joined #linux-sunxi
nuuuciano_ has quit [Ping timeout: 268 seconds]
IgorPec has joined #linux-sunxi
tnovotny has joined #linux-sunxi
IgorPec has quit [Ping timeout: 255 seconds]
yann has quit [Ping timeout: 240 seconds]
arete74 has joined #linux-sunxi
Boris80 has joined #linux-sunxi
messpl has quit [Read error: Connection reset by peer]
messpl has joined #linux-sunxi
kaspter has quit [Quit: kaspter]
victhor has joined #linux-sunxi
kaspter has joined #linux-sunxi
yann has joined #linux-sunxi
megi has joined #linux-sunxi
wwilly has quit [Quit: Leaving]
wwilly has joined #linux-sunxi
BenG83 has joined #linux-sunxi
victhor has quit [Ping timeout: 258 seconds]
gamelaster has joined #linux-sunxi
tmn505 has joined #linux-sunxi
gamiee has joined #linux-sunxi
tmn505 has left #linux-sunxi [#linux-sunxi]
gamelaster has quit [Ping timeout: 255 seconds]
gamiee has quit [Ping timeout: 245 seconds]
nashpa_ is now known as nashpa
ep_ has joined #linux-sunxi
Rafael1980 has joined #linux-sunxi
ep_ has quit [Client Quit]
ep_ has joined #linux-sunxi
ep_ has quit [Remote host closed the connection]
dddddd has joined #linux-sunxi
penpatde has quit [Quit: be right back, maybe!]
penpatde has joined #linux-sunxi
fkluknav_ has quit [Remote host closed the connection]
fkluknav has joined #linux-sunxi
leviathanch has quit [Quit: http://quassel-irc.org - Chat comfortably. Anywhere.]
Gerwin_J has joined #linux-sunxi
ep_ has joined #linux-sunxi
ep_ has quit [Remote host closed the connection]
paulk-leonov has quit [Ping timeout: 250 seconds]
paulk-leonov has joined #linux-sunxi
mhlavink has joined #linux-sunxi
paulk-leonov has quit [Max SendQ exceeded]
paulk-leonov has joined #linux-sunxi
paulk-leonov has quit [Max SendQ exceeded]
paulk-leonov has joined #linux-sunxi
paulk-leonov has quit [Max SendQ exceeded]
paulk-leonov has joined #linux-sunxi
paulk-leonov has quit [Max SendQ exceeded]
paulk-leonov has joined #linux-sunxi
mhlavink has quit [Ping timeout: 250 seconds]
paulk-leonov has quit [Max SendQ exceeded]
paulk-leonov has joined #linux-sunxi
paulk-leonov has quit [Max SendQ exceeded]
paulk-leonov has joined #linux-sunxi
CoconutC1ab has quit [Ping timeout: 245 seconds]
CoconutCrab has joined #linux-sunxi
lkcl has quit [Excess Flood]
lkcl has joined #linux-sunxi
paulk-leonov has quit [Max SendQ exceeded]
paulk-leonov has joined #linux-sunxi
kaspter has quit [Read error: Connection reset by peer]
kaspter has joined #linux-sunxi
paulk-leonov has quit [Max SendQ exceeded]
paulk-leonov has joined #linux-sunxi
airwind has quit [Quit: airwind]
paulk-leonov has quit [Max SendQ exceeded]
paulk-leonov has joined #linux-sunxi
paulk-leonov has quit [Remote host closed the connection]
paulk-leonov has joined #linux-sunxi
paulk-leonov has quit [Max SendQ exceeded]
paulk-leonov has joined #linux-sunxi
paulk-leonov has quit [Max SendQ exceeded]
paulk-leonov has joined #linux-sunxi
paulk-leonov has quit [Max SendQ exceeded]
paulk-leonov has joined #linux-sunxi
paulk-leonov has quit [Max SendQ exceeded]
paulk-leonov has joined #linux-sunxi
dwalt has quit []
dwalt has joined #linux-sunxi
paulk-leonov has quit [Max SendQ exceeded]
paulk-leonov has joined #linux-sunxi
paulk-leonov has quit [Max SendQ exceeded]
paulk-leonov has joined #linux-sunxi
Putti has joined #linux-sunxi
paulk-leonov has quit [Max SendQ exceeded]
paulk-leonov has joined #linux-sunxi
paulk-leonov has quit [Max SendQ exceeded]
paulk-leonov has joined #linux-sunxi
paulk-leonov has quit [Remote host closed the connection]
paulk-leonov has joined #linux-sunxi
paulk-leonov has quit [Max SendQ exceeded]
paulk-leonov has joined #linux-sunxi
lurchi_ is now known as lurchi__
paulk-leonov has quit [Max SendQ exceeded]
reinforce has quit [Quit: Leaving.]
paulk-leonov has joined #linux-sunxi
paulk-leonov has quit [Remote host closed the connection]
paulk-leonov has joined #linux-sunxi
paulk-leonov has quit [Max SendQ exceeded]
paulk-leonov has joined #linux-sunxi
selfbg has quit [Remote host closed the connection]
nuuuciano_ has joined #linux-sunxi
penpatde has quit [Quit: bbl]
victhor has joined #linux-sunxi
Putti has quit [Remote host closed the connection]
Putti has joined #linux-sunxi
random_yanek has quit [Quit: random_yanek]
messpl has quit [Read error: Connection reset by peer]
random_yanek has joined #linux-sunxi
random_yanek has quit [Max SendQ exceeded]
random_yanek has joined #linux-sunxi
tllim has joined #linux-sunxi
reinforce has joined #linux-sunxi
tnovotny has quit [Quit: Leaving]
msimpson has quit [Quit: Leaving]
netlynx has joined #linux-sunxi
netlynx has quit [Changing host]
netlynx has joined #linux-sunxi
clemens3_ has quit [Ping timeout: 255 seconds]
vagrantc has joined #linux-sunxi
<[TheBug]> wens: Turns out, I bought the wrong module and thats why it doesn't work, the only modules they have available on Amazon appear to be the 5.x version and it doesn't work with the ALL-H3-CC variants. So I basically wasted 6 hours of my life trying to make an incompatible module work. Will be returning it.. and since I can't find a source for the 4.x modules gues I am SOL.
<[TheBug]> wens: but thanks for all your time and assistance yesterday
Bortolino has quit [Ping timeout: 256 seconds]
shfil has quit [Quit: Connection closed for inactivity]
AneoX_ has joined #linux-sunxi
Mr__Anderson has joined #linux-sunxi
AneoX has quit [Ping timeout: 244 seconds]
penpatde has joined #linux-sunxi
Nyuutwo has quit [Read error: Connection reset by peer]
Nyuutwo has joined #linux-sunxi
vagrantc_ has joined #linux-sunxi
shfil has joined #linux-sunxi
dev1990 has joined #linux-sunxi
iamfrankenstein has joined #linux-sunxi
iamfrankenstein has quit [Client Quit]
iamfrankenstein has joined #linux-sunxi
IgorPec has joined #linux-sunxi
scelestic has quit [Remote host closed the connection]
scelestic has joined #linux-sunxi
Boris80 has quit [Remote host closed the connection]
fl_0 has quit [Quit: STRG + Q]
reinforce has quit [Quit: Leaving.]
fl_0 has joined #linux-sunxi
Nyuutwo has quit [Read error: Connection reset by peer]
Nyuutwo has joined #linux-sunxi
Nyuutwo has quit [Read error: Connection reset by peer]
Nyuutwo has joined #linux-sunxi
ganbold has quit [Ping timeout: 245 seconds]
return0e_ has joined #linux-sunxi
return0__ has joined #linux-sunxi
return0e has quit [Ping timeout: 250 seconds]
Bortolino has joined #linux-sunxi
return0e_ has quit [Ping timeout: 250 seconds]
IgorPec has quit [Ping timeout: 250 seconds]
vagrantc has quit [Quit: leaving]
vagrantc_ is now known as vagrantc
netlynx has quit [Quit: Ex-Chat]
f0xx has quit [Ping timeout: 240 seconds]
iamfrankenstein has quit [Quit: iamfrankenstein]
Putti has quit [Remote host closed the connection]
Andy-D has joined #linux-sunxi
Putti has joined #linux-sunxi
xes_ has quit [Quit: bye..]
vagrantc_ has joined #linux-sunxi
<vagrantc_> hrm. can't seem to get backlight working on pinebook with linux 5.0-rc8 ... 4.19.x and 4.20.x work with u-boot v2019.01 setting up the regulator, but it appears to be incompatible with the backlight changes in 5.0-rc8
BenG83 has quit [Quit: Leaving]
xes has joined #linux-sunxi
<vagrantc_> in the working system, i get:
<vagrantc_> [ 36.736427] pwm-backlight backlight: backlight supply power not found, using dummy regulator
<vagrantc_> [ 36.752716] pwm-backlight backlight: Linked as a consumer to regulator.0
<vagrantc_> [ 36.766057] pwm-backlight backlight: Dropping the link to regulator.0
<vagrantc_> on 5.0-rc8, it's associated with regulator.1 ...
akaWolf1 has quit [Ping timeout: 245 seconds]
* vagrantc_ tries a .dtb with patches from linux-next
* vagrantc_ waves to vagrantc
vagrantc_ has quit [Quit: leaving]
Mr__Anderson has quit [Remote host closed the connection]
return0e has joined #linux-sunxi
return0__ has quit [Ping timeout: 255 seconds]
<xes> anyone could explain why with 4.19 kernel cpu operating point are different?
xes has quit [Quit: bye..]
xes has joined #linux-sunxi
VargaD has joined #linux-sunxi
vagrantc_ has joined #linux-sunxi
VargaD has quit [Quit: ZNC - http://znc.in]
VargaD has joined #linux-sunxi