ariendj has quit [Remote host closed the connection]
kaspter has joined #linux-sunxi
xyntrix has quit [Ping timeout: 248 seconds]
dev1990 has quit [Quit: Konversation terminated!]
dh1tw has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
nashpa has quit [Ping timeout: 246 seconds]
vagrantc has quit [Quit: leaving]
nashpa has joined #linux-sunxi
dave0x6d has quit [Quit: Connection closed for inactivity]
xyntrix has joined #linux-sunxi
popolon has quit [Quit: WeeChat 2.0.1]
LargePrime has joined #linux-sunxi
Gerwin_J has joined #linux-sunxi
lurchi_ is now known as lurchi__
codefree has joined #linux-sunxi
cnxsoft has joined #linux-sunxi
cnxsoft has quit [Remote host closed the connection]
cnxsoft has joined #linux-sunxi
perr has joined #linux-sunxi
perr has joined #linux-sunxi
perr has quit [Changing host]
chlorine has joined #linux-sunxi
chlorine has quit [Ping timeout: 263 seconds]
dev1990 has joined #linux-sunxi
xyntrix has quit [Ping timeout: 255 seconds]
junnie has joined #linux-sunxi
dave0x6d has joined #linux-sunxi
jbrown has quit [Ping timeout: 240 seconds]
lurchi__ is now known as lurchi_
xyntrix has joined #linux-sunxi
anarsoul|2 has quit [Ping timeout: 240 seconds]
dev1990 has quit [Remote host closed the connection]
junnie has quit [Ping timeout: 248 seconds]
junnie has joined #linux-sunxi
Macer has quit [Quit: Fear is the mind killer.]
Macer has joined #linux-sunxi
aalm has quit [Quit: xyz 2.0]
aalm has joined #linux-sunxi
dddddd has quit [Remote host closed the connection]
lurchi_ is now known as lurchi__
perr has quit [Remote host closed the connection]
perr has joined #linux-sunxi
perr has joined #linux-sunxi
JohnDoe_71Rus has joined #linux-sunxi
anarsoul|2 has joined #linux-sunxi
cnxsoft has quit [Read error: Connection reset by peer]
cnxsoft has joined #linux-sunxi
junnie has quit [Ping timeout: 246 seconds]
nots has quit [Quit: Page closed]
TheSeven has quit [Ping timeout: 255 seconds]
anarsoul|2 has quit [Ping timeout: 240 seconds]
megi has quit [Quit: WeeChat 2.0.1]
megi has joined #linux-sunxi
TheSeven has joined #linux-sunxi
xyntrix has quit [Ping timeout: 256 seconds]
xyntrix has joined #linux-sunxi
TheSeven has quit [Ping timeout: 246 seconds]
TheSeven has joined #linux-sunxi
lurchi_ has joined #linux-sunxi
lurchi__ has quit [Ping timeout: 246 seconds]
TheSeven has quit [Ping timeout: 265 seconds]
TheSeven has joined #linux-sunxi
megi has quit [Ping timeout: 264 seconds]
xyntrix has quit [Ping timeout: 248 seconds]
junnie has joined #linux-sunxi
IgorPec has joined #linux-sunxi
chlorine has joined #linux-sunxi
chlorine has quit [Ping timeout: 248 seconds]
foxx_ has joined #linux-sunxi
ganbold has quit [Remote host closed the connection]
DullTube has joined #linux-sunxi
xyntrix has joined #linux-sunxi
smaeul has quit [Ping timeout: 256 seconds]
dave0x6d has quit [Quit: Connection closed for inactivity]
pepee- has quit [Quit: bye $IRC]
smaeul has joined #linux-sunxi
IlyaM has joined #linux-sunxi
junnie has quit [Ping timeout: 264 seconds]
xes_ has joined #linux-sunxi
xes has quit [Ping timeout: 268 seconds]
nuuuciano has quit [Ping timeout: 268 seconds]
medvid has quit [Ping timeout: 256 seconds]
Wink[AW] has joined #linux-sunxi
<Wink[AW]>
Hi folks, I just want to upload the DE 3.0/2.0 Spec to SUNXI Wiki, But I encountered a Http 500 error from the wiki server. It also mention that "Warning: Unknown: write failed: No space left on device (28) in Unknown on line 0" in normal page of wiki, anyone can help me to solve? THX!
<KotCzarny>
libv / plaes / nitehawk: ^
nuuuciano has joined #linux-sunxi
reinforce has joined #linux-sunxi
junnie has joined #linux-sunxi
yann has quit [Ping timeout: 263 seconds]
<libv>
more space has been made available
<libv>
some older stale kernels were still lying about, which were not removed automatically
<sunxi_fan>
hello, i've mali.ko loaded on A20 board (see https://paste.debian.net/1006562/) but malitest fails because doesn't find the /dev/mali device node. anyone knows which major/minor values should have? i found on line 10/57 but it looks not working ("missing device err..")
<KotCzarny>
crw-rw---- 1 root video 244, 0 Jan 23 10:55 /dev/mali
<KotCzarny>
but that's on 3.4.113
<sunxi_fan>
is that a dynamic value?
<KotCzarny>
244 is some random number in linux
<KotCzarny>
afair
<KotCzarny>
still, might be hardcoded in sources
<sunxi_fan>
as they are from 254 downward AFAIK.. so my "module" SHOULD create on its own at load time.. umh..
<KotCzarny>
yes, it was loaded here when i've loaded module
<KotCzarny>
s/loaded/created/
<sunxi_fan>
here i'm talking about this mali repo https://github.com/mripard/sunxi-mali r6p2 on a mainline 4.15rc2 where i'have the dual head DRM/KMS .. so it could be different then legacy..
<sunxi_fan>
i was indeed looking on the source code of the mali.ko driver, but it's bit convoluted, i supposed it was a bit easier to just ask here.. getting back on digging the source code. if it doesn't create the /dev/mali, it means there are other hiccups..
<sunxi_fan>
i enabled the BUILD=debug on the build.sh script but it seems is not enough..
<KotCzarny>
look for mknodat() or mknod() ?
<KotCzarny>
though that's userspace. hmm
the0loko has joined #linux-sunxi
The_Loko has quit [Ping timeout: 246 seconds]
<KotCzarny>
hmm, only ump has register_chrdev()
<KotCzarny>
maybe its not meant to be used with /dev node. :)
<sunxi_fan>
umh. i'm looking in devicedrv/mali/linux/mali_kernel_linux.c in mali_probe()..
<KotCzarny>
no mentions of device_create() neither
<sunxi_fan>
err = mali_miscdevice_register(pdev);
<KotCzarny>
i think device is usally created in <module>_init()
<KotCzarny>
or init_module()
<sunxi_fan>
there you find "mali_miscdevice.minor = MISC_DYNAMIC_MINOR;" and then "err = misc_register(&mali_miscdevice);" i suppose it's there, with the MAJOR to be assigned dynamically.. i'll print out something to see if the codepath is that..
xyntrix has quit [Ping timeout: 256 seconds]
<sunxi_fan>
yeah. it's in sysfs!
<sunxi_fan>
10:59
<sunxi_fan>
# cat /sys/class/misc/mali/dev
<sunxi_fan>
now malitest works! more forward..
chlorine has quit [Remote host closed the connection]
<Wizzup>
On some newer LIME2 devices (rev G2) I have trouble using ethernet. Every minute or so, I see a message like this: Generic PHY stmmac-0:01: attached PHY driver [Generic PHY] (mii_bus:phy_addr=stmmac-0:01, irq=POLL)
<Wizzup>
er -
junnie has quit [Ping timeout: 256 seconds]
<Wizzup>
On some newer LIME2 devices (rev G2) I have trouble using ethernet. Every minute or so, I see a message like this: Generic PHY stmmac-0:00: attached PHY driver [Generic PHY] (mii_bus:phy_addr=stmmac-0:00, irq=POLL)
<Wizzup>
I can sometimes get a dhcp lease, but packet loss is quite heavy
foxx_ has joined #linux-sunxi
jstein_ has joined #linux-sunxi
<Wizzup>
Happens on three different LIME2 devices here, but all rev G2
<Wizzup>
The official olimex image works.
jstein_ is now known as jstein
<Wizzup>
(with 3.4 based kernel)
<Wizzup>
(ruling out a hw issue I think)
chlorine has joined #linux-sunxi
pgreco has joined #linux-sunxi
<embed-3d>
mripard: wens: icenowy[m]: In my ths patchseries I use the sid controller with nvmem to get calibration data. Right now I see suspicious behavior with the sid controller on H3. If I remove a useless dummy function, see last commit in this branch: https://github.com/embed-3d/linux/tree/testing/h3_a83t_ths, the calibration data can't be fetched anymore. Do you have any idea?
xyntrix has joined #linux-sunxi
chlorine has quit [Remote host closed the connection]
<embed-3d>
For me it looks like a bug in the sid driver.
BenG83 has joined #linux-sunxi
chlorine has joined #linux-sunxi
chlorine_ has joined #linux-sunxi
chlorine has quit [Read error: Connection reset by peer]
chlorine_ has quit [Remote host closed the connection]
<mripard>
what doesn't work
chlorine has joined #linux-sunxi
<embed-3d>
if I use the latest commit on this test branch (disabeling the dummy function), i can not get the nvmem cells/the data inside the cells
Worf has quit [Quit: Konversation terminated!]
<wens>
I don't even see any definition for nvmem_read in mainline
chlorine has quit [Remote host closed the connection]
<BenG83_>
we used an automated script to go through the values the last few times
<BenG83_>
I used that to tune my SOPine modules on clusterboard
<BenG83_>
it uses dt overlays to step through the values without rebooting
<BenG83_>
you need configfs support for that though
<Wizzup>
I see
kaspter has quit [Remote host closed the connection]
<Wizzup>
sounds like I should force it to 100Mbit/s at least for now, I need to prepare 10 for tomorrow
kaspter has joined #linux-sunxi
<Wizzup>
thank you, I will see if I can do some tests soon and will contact olimex as well
<BenG83_>
sounds like the same issues Pine64 had before tuning and disabling the hardware delays
<BenG83_>
also with RTL8211E
chomwitt has joined #linux-sunxi
<BenG83_>
Wizzup, the dts property for the mac is
<BenG83_>
allwinner,rx-delay-ps
<embed-3d>
wens: ok i will change the driver to use only one cell. most of the registers in the new version of the ths are mostly the same (offset) execept the content (eg the interputs are on nearly all devices different).
<BenG83_>
and allwinner,tx-delay-ps
<BenG83_>
tx-delay goes from 0-700
<BenG83_>
rx-delay goes from 0-3100
<BenG83_>
don't ask me why :P
<BenG83_>
steps of 100ps
<BenG83_>
embed-3d, your thermal driver should work on all A6x, A8x and Hx, right? I only looked a bit at the different register sets of the THS controller, but they seem more or less the same after A33 with just different amounts of sensors?
JohnDoe_71Rus has joined #linux-sunxi
Worf has joined #linux-sunxi
junnie has quit [Ping timeout: 265 seconds]
<megi>
BenG83_: There are also small variations in timing setup. When I used H3 formula for A83T, it gave me 3 times slower interrupt rate.
junnie has joined #linux-sunxi
<icenowy[m]>
embed-3d: Jun Nie reported it
<icenowy[m]>
I think send some patch
xyntrix has joined #linux-sunxi
nuuuciano has quit [Ping timeout: 255 seconds]
<Wizzup>
BenG83_: thank you
nuuuciano has joined #linux-sunxi
afaerber has joined #linux-sunxi
BenG83 has joined #linux-sunxi
BenG83 has quit [Remote host closed the connection]
BenG83_ has quit [Ping timeout: 260 seconds]
msimpson has joined #linux-sunxi
fkluknav has quit [Ping timeout: 260 seconds]
chlorine_ has joined #linux-sunxi
junnie has quit [Ping timeout: 260 seconds]
<KotCzarny>
does a13 have muxed uart on sd slot or its only a33 thing?
chlorine has quit [Ping timeout: 260 seconds]
chlorine has joined #linux-sunxi
chlorine_ has quit [Ping timeout: 264 seconds]
amaka has joined #linux-sunxi
aalm has quit [Ping timeout: 248 seconds]
amaka has quit [Client Quit]
reinforce has joined #linux-sunxi
foxx_ has quit [Ping timeout: 240 seconds]
jbrown has joined #linux-sunxi
chlorine has quit [Read error: Connection reset by peer]
chlorine has joined #linux-sunxi
hardfalcon has quit [Quit: Leaving.]
hardfalcon has joined #linux-sunxi
cnxsoft has quit [Quit: cnxsoft]
chewitt has joined #linux-sunxi
Worf has quit [Quit: Konversation terminated!]
chlorine has quit [Remote host closed the connection]
chlorine has joined #linux-sunxi
muvlon has joined #linux-sunxi
BenG83 has joined #linux-sunxi
fkluknav has joined #linux-sunxi
<embed-3d>
BenG83_: yes it should support all new sensors. But I'm not able to test all, since I own only a h3,h5 and A83T. megi: H5 is also special since it has 2 formulas
MX-Master has joined #linux-sunxi
foxx_ has joined #linux-sunxi
anarsoul has quit [Ping timeout: 264 seconds]
anarsoul has joined #linux-sunxi
muvlon has quit [Quit: Leaving]
victhor has quit [Remote host closed the connection]
MX-Master has quit [Ping timeout: 256 seconds]
chlorine has quit [Ping timeout: 240 seconds]
Gerwin_J has quit [Quit: Gerwin_J]
skiboy has joined #linux-sunxi
<KotCzarny>
hmm
<KotCzarny>
in legacy uboot on a13 device i have nand partitions accessible by their names, but i need to dump first 16megs
<KotCzarny>
which arent covered by definitions, is there any way to get it read to mem?
MX-Master has joined #linux-sunxi
foxx_ has quit [Ping timeout: 248 seconds]
the0loko has quit [Quit: Leaving]
nashpa has quit [Quit: Going away]
<KotCzarny>
nvm, got it. nand read 44000000 0 1000000
victhor has joined #linux-sunxi
chewitt has quit [Max SendQ exceeded]
chewitt has joined #linux-sunxi
tom_nov has quit [Quit: Leaving]
foxx_ has joined #linux-sunxi
MX-Master has quit [Ping timeout: 256 seconds]
matthias_bgg has quit [Ping timeout: 256 seconds]
MX-Master has joined #linux-sunxi
lkcl has quit [Remote host closed the connection]
msimpson_ has joined #linux-sunxi
lkcl has joined #linux-sunxi
msimpson has quit [Ping timeout: 248 seconds]
msimpson_ has quit [Quit: Leaving]
<MX-Master>
KotCzarny: trying to launch a simple ARISC code, uploaded to the SRAM A2, but without any results..
<KotCzarny>
pastebin your code?
<MX-Master>
yea, just a second..
xes_ is now known as xes
megi has quit [Ping timeout: 260 seconds]
<KotCzarny>
btw. make sure offsets and memory locations are right when mmapping pages
<MX-Master>
here is the ARISC code (based on megous's work), on/off leds with some UART0 output every second..