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*
ChriChri_ has joined #linux-sunxi
ChriChri has quit [Ping timeout: 265 seconds]
ChriChri_ is now known as ChriChri
Mangy_Dog has quit [Ping timeout: 260 seconds]
sunshavi has quit [Remote host closed the connection]
sunshavi has joined #linux-sunxi
psydread has left #linux-sunxi [#linux-sunxi]
psydread has joined #linux-sunxi
_0x5eb_ has quit [Ping timeout: 256 seconds]
suprothunderbolt has joined #linux-sunxi
fl_0 has quit [Ping timeout: 246 seconds]
psydread has left #linux-sunxi [#linux-sunxi]
dddddd has quit [Ping timeout: 265 seconds]
psydread has joined #linux-sunxi
fl_0 has joined #linux-sunxi
warpme_ has quit [Quit: Connection closed for inactivity]
gaston1980 has quit [Quit: Konversation terminated!]
nashpa has quit [Quit: Going away]
nashpa has joined #linux-sunxi
niceplaces has quit [Read error: Connection reset by peer]
niceplace has joined #linux-sunxi
tuxd3v has quit [Quit: Leaving]
[7] has quit [Ping timeout: 252 seconds]
TheSeven has joined #linux-sunxi
tl_lim has quit [Ping timeout: 272 seconds]
tl_lim has joined #linux-sunxi
daregap has joined #linux-sunxi
netlynx has joined #linux-sunxi
JohnDoe_71Rus has joined #linux-sunxi
tl_lim has quit [Ping timeout: 240 seconds]
mauz555 has joined #linux-sunxi
random_yanek has joined #linux-sunxi
_whitelogger has joined #linux-sunxi
warpme_ has joined #linux-sunxi
tl_lim has joined #linux-sunxi
tnovotny has joined #linux-sunxi
tl_lim has quit [Read error: Connection reset by peer]
tdebrouw has joined #linux-sunxi
matthias_bgg has joined #linux-sunxi
suprothunderbolt has quit [Ping timeout: 256 seconds]
suprothunderbolt has joined #linux-sunxi
aloo_shu has quit [Ping timeout: 265 seconds]
dddddd has joined #linux-sunxi
florian has joined #linux-sunxi
dev1990 has joined #linux-sunxi
suprothunderbolt has quit [Ping timeout: 265 seconds]
jbrown has quit [Ping timeout: 272 seconds]
AneoX has joined #linux-sunxi
jbrown has joined #linux-sunxi
Mangy_Dog has joined #linux-sunxi
macc24 has quit [Read error: Connection reset by peer]
NeuroScr has quit [Quit: NeuroScr]
AneoX has quit [Ping timeout: 258 seconds]
AneoX has joined #linux-sunxi
macc24 has joined #linux-sunxi
random_yanek has quit [Ping timeout: 256 seconds]
random_yanek has joined #linux-sunxi
iyzsong has joined #linux-sunxi
AneoX has quit [Quit: Textual IRC Client: www.textualapp.com]
tdebrouw has quit [Quit: Leaving.]
tdebrouw has joined #linux-sunxi
hramrach has quit [Remote host closed the connection]
gnarface has quit [Quit: Leaving]
gnarface has joined #linux-sunxi
aep has joined #linux-sunxi
<aep> anyone has a dts example handy for getting /dev/i2c in userspace? i think its called "i2cdev"?
<mru> you don't need dt for that
<mru> just enable the kernel option
<aep> ooh its just that? thanks
<aep> i thought they conflict with other i2c devices thats why you need a dts
<mru> CONFIG_I2C_CHARDEV
<mru> it's spi that's really annoying
<aep> ah!
<mru> the spi device needs a dt thing, and if you add that, the kernel shouts at you for doing that
<mru> you can't win
<aep> :D
<mru> and if you complain on lkml, the maintainers shout at you
daregap has quit [Quit: daregap]
macc24 has quit [Quit: WeeChat 2.8]
macc24 has joined #linux-sunxi
gaston1980 has joined #linux-sunxi
tdebrouw has quit [Quit: Leaving.]
dddddd has quit [Ping timeout: 256 seconds]
macc24 has quit [Quit: WeeChat 2.8]
iyzsong has quit [Quit: ZNC 1.7.1 - https://znc.in]
macc24 has joined #linux-sunxi
macc24 has quit [Quit: WeeChat 2.8]
sunshavi has quit [Ping timeout: 250 seconds]
macc24 has joined #linux-sunxi
sunshavi has joined #linux-sunxi
[Awaxx] has joined #linux-sunxi
a13 has joined #linux-sunxi
a13 has left #linux-sunxi [#linux-sunxi]
tnovotny has quit [Quit: Leaving]
merbanan has quit [Ping timeout: 250 seconds]
merbanan has joined #linux-sunxi
jstein has joined #linux-sunxi
florian has quit [Ping timeout: 250 seconds]
gsz has joined #linux-sunxi
mauz555 has quit [Ping timeout: 272 seconds]
mauz555 has joined #linux-sunxi
mauz555 has quit [Ping timeout: 256 seconds]
mauz555 has joined #linux-sunxi
macc24 has quit [Quit: WeeChat 2.8]
vagrantc has joined #linux-sunxi
macc24 has joined #linux-sunxi
andy25225 has quit [Ping timeout: 256 seconds]
andy25225 has joined #linux-sunxi
<embed-3d> Hey I'm currently trying to boot my bpi-m3 with hdmi display, but it is not working and the wiki seems to be outdated. These are the boot arguments: console=tty0 console=ttyS0,115200 root=/dev/mmcblk0p1 rw rootwait panic=10 hdmi.audio=EDID:0 disp.screen0_output_mode=1920x1080p60 consoleblank=0
<embed-3d> Has anyone an idea what I'm missing?
<aep> is the i2c speed on the h2+ fixed? i cant find anything to configure it
<anarsoul|2> aep: try changing it in dts?
<aep> nothing in /sys/firmware/devicetree/base/soc/i2c@01c2b000/ at least, so maybe the dts either doesnt specify it because the default is fine, or you cant
<aep> weird
<[TheBug]> Anyone have a good/known working (with ethernet) DTB/DTS for pcDuino3 nano for mainline -- the Armbian version seems to be incorrect and breaks the Gmac and causes it to give weird errors. If I try to load the board with the BPi M1+ DTB, the Gmac comes up, kernel driver looks to load, but like 20% packet loss and you can't actually establish any connections --
<[TheBug]> trying to figure out if it is caused by DTB settings or something in uboot
<aep> [TheBug]: isnt there one in mainline?
<aep> arch/arm/dts/sun7i-a20-pcduino3-nano.dts
<[TheBug]> again, assuming its the one Armbian is pulling its not working -- but happy to grab what you link and test it to see if its different
<aep> no thats openwrt
<[TheBug]> using sun7i-a20-pcduino3-nano.dtb
<[TheBug]> that is provded by Armbian with pcDuino board image
lurchi__ is now known as lurchi_
<willmore> aep, what speed are you looking to clock it at?
[Awaxx] has quit [Quit: The Lounge - https://thelounge.chat]
<aep> willmore:400khbits but apparantly clock-frequency = <400000> just worked thanks :)
<willmore> I don't know the driver, so I don't know how conformant it demands to be. I know some I2C interfaces are really strict about only clocking at 100KHz or 400KHz.
<aep> yeah, it was happy with 400. dont need anything else
dddddd has joined #linux-sunxi
AudreyanaMi has joined #linux-sunxi
<willmore> Good. :)
AudreyanaMi has quit [Client Quit]
vagrantc has quit [Quit: leaving]
matthias_bgg has quit [Ping timeout: 256 seconds]
matthias_bgg has joined #linux-sunxi
gsz has quit [Quit: Konversation terminated!]
lurchi_ is now known as lurchi__
lurchi__ is now known as lurchi_
netlynx has quit [Quit: Ex-Chat]
sunshavi has quit [Ping timeout: 240 seconds]
mauz555 has quit [Read error: Connection reset by peer]
aloo_shu has joined #linux-sunxi
sunshavi has joined #linux-sunxi
mauz555 has joined #linux-sunxi
popolon has joined #linux-sunxi
lurchi_ is now known as lurchi__
mauz555 has quit [Ping timeout: 256 seconds]
sunshavi has quit [Remote host closed the connection]
florian has joined #linux-sunxi
sunshavi has joined #linux-sunxi
anarsoul|2 is now known as anarsoul
aep has quit [Quit: WeeChat 2.7.1]
NeuroScr has joined #linux-sunxi
mauz555 has joined #linux-sunxi
mauz555 has quit [Ping timeout: 272 seconds]
FridaAasen has joined #linux-sunxi
FridaAasen has quit [Client Quit]
tdebrouw has joined #linux-sunxi
gaston1980 has quit [Ping timeout: 256 seconds]
mauz555 has joined #linux-sunxi
macc24 has quit [Quit: WeeChat 2.8]
macc24 has joined #linux-sunxi
JohnDoe_71Rus has quit [Quit: KVIrc 5.0.0 Aria http://www.kvirc.net/]
macc24 has quit [Client Quit]
jstein has quit [Ping timeout: 256 seconds]
macc24 has joined #linux-sunxi
fl__0 has joined #linux-sunxi
florian has quit [Ping timeout: 256 seconds]
fl_0 has quit [Ping timeout: 256 seconds]
dev1990 has quit [Remote host closed the connection]
dev1990 has joined #linux-sunxi
HeatfanJohn has joined #linux-sunxi
fl__0 has quit [Ping timeout: 256 seconds]
HeatfanJohn has quit [Remote host closed the connection]
HeatfanJohn has joined #linux-sunxi
fl_0 has joined #linux-sunxi
<andy25225> hello folks.... how do i get more info on the serial console
<andy25225> I've been attempting to build kernels for a pcAudino, but the keep stopping at "Starting kernel ..."
<andy25225> opps a pcDuino, not pcAudino
macc24 has quit [Quit: WeeChat 2.8]
macc24 has joined #linux-sunxi
niceplaces has joined #linux-sunxi
niceplace has quit [Ping timeout: 256 seconds]
macc24 has quit [Quit: WeeChat 2.8]
vagrantc has joined #linux-sunxi
ldevulder has joined #linux-sunxi
ldevulder_ has quit [Ping timeout: 256 seconds]
<megi> console=ttyS0,115200 earlyprintk and this http://linux-sunxi.org/Mainline_Kernel_Howto#Early_printk
<andy25225> ah, i see where i went wrong now
<andy25225> i have the console and earlyprintk bits in boot.cmd
<andy25225> but what i don't have is all te correct options in "Kernel hacking"
<andy25225> thanks for the pointers
matthias_bgg has quit [Quit: Leaving]
<andy25225> now if i enbale these options, then run make again for the zImage... do i have to rebuild the modules too?
<megi> I always rebuild modules, not sure if it's necessary
<megi> probably depends on kernel config around module versioning
<megi> they'll usually rebuild quickly anyway
<andy25225> ok... i'll rebuild them to rule out latter confusions
<megi> I once ended up with issues because modules were built for "v123" and kernel was built for "v123-dirty" (when building from git tree, if it's dirty this is reflected in the kernel version)
<megi> and the modules would not load :)
HeatfanJohn has quit [Remote host closed the connection]
HeatfanJohn has joined #linux-sunxi
<andy25225> i haven't opted for a git version.... I'm using 5.4.32, as that is what slackware-current is using
HeatfanJohn has quit [Ping timeout: 240 seconds]
tdebrouw has quit [Quit: Leaving.]
dev1990 has quit [Quit: Konversation terminated!]