<oneinsect>
seems it tried to read but could not however at the last SCRIPT FAILED: continuing... reading /sun8i-h3-orangepi-pc.dtb 15746 bytes read in 34 ms (452.1 KiB/s)
<oneinsect>
when the script fails ...it does read the dtb
<KotCzarny>
ok, really lastlast idea, try another sd card
<oneinsect>
kinda strange
<KotCzarny>
or try older uboot (2016.01 works for my opipc)
<oneinsect>
hmmm
<KotCzarny>
other than that im out of ideas
<oneinsect>
you have u-boot bin file for older uboot?
<KotCzarny>
let me check if i have it on my bpi
<KotCzarny>
(my opipc went offline and i cant reach it atm)
<KotCzarny>
hrm, one from bpi probably wont work
<oneinsect>
never mind
<oneinsect>
i mean one improvement is
<oneinsect>
its picked up
<oneinsect>
the dtb file
<oneinsect>
after the script failed
<KotCzarny>
yeah, weird that
<oneinsect>
coz printenv suggests fdtfile=sun8i-h3-orangepi-pc.dtb is set
<KotCzarny>
because earlier it says 'unable to read'
<KotCzarny>
out of curiousity, are you using windows editor for that boot.scr?
<oneinsect>
yes?
<oneinsect>
i am
<KotCzarny>
try adding spaces after file names
<oneinsect>
meaning?
<KotCzarny>
maybe it adds some trash end of line codes
<oneinsect>
oooh
<KotCzarny>
or just edit it in notepad++
<oneinsect>
i dont see any trash if i see it vi
<oneinsect>
okie let me
fredy has quit [Excess Flood]
<KotCzarny>
try uploading the boot.cmd as a file and not as a copypaste
<KotCzarny>
it will only write u-boot and leave boot block/mbr/partitions alone
<oneinsect>
well yes
<oneinsect>
but just for the safety side
HeavyMetal has joined #linux-sunxi
HeavyMetal has joined #linux-sunxi
<KotCzarny>
:)
<oneinsect>
Found U-Boot script /boot.scr reading /boot.scr 470 bytes read in 22 ms (20.5 KiB/s) ## Executing script at 43100000 reading sun8i-h3-orangepi-pc.dtb **Unable to read file sun8i-h3-orangepi-pc.dtb reading vmlinuz-4.6.0-rc1-sunxi **Unable to read file vmlinuz-4.6.0-rc1-sunxi reading initramfs-sunxi-new **Unable to read file initramfs-sunxi-new Bad Linux ARM zImage magic! SCRIPT FAILED: continuing... starting USB... No contro
<oneinsect>
i think there is something going on KotCzarny:
<oneinsect>
why isnt able to read automatically
<KotCzarny>
do you have different sd card to try?
<oneinsect>
i will
<KotCzarny>
or maybe needs some delay
<oneinsect>
let me do it
<KotCzarny>
try adding sleep 5 before load commands
oneinsect has quit [Ping timeout: 250 seconds]
HeavyMetal has quit [Ping timeout: 264 seconds]
HeavyMetal has joined #linux-sunxi
HeavyMetal has joined #linux-sunxi
caog has joined #linux-sunxi
kdubious has quit [Ping timeout: 250 seconds]
jbrown has quit [Remote host closed the connection]
petr has quit [Ping timeout: 250 seconds]
petr has joined #linux-sunxi
<Amit_T>
montjoie: why it has been choosen "ethernet-phy@01c00030", when EMAC-EPHY Clock Register sits an offset of 0x30 from base address 0x01C00000 ?
HeavyMetal has quit [Ping timeout: 264 seconds]
HeavyMetal has joined #linux-sunxi
HeavyMetal has quit [Changing host]
HeavyMetal has joined #linux-sunxi
<Amit_T>
From this EMAC-EPHY Clock Register we set the clock for ephy, right ?
pekka_10 has quit [Ping timeout: 276 seconds]
oneinsect has joined #linux-sunxi
<oneinsect>
okie let me trying adding some sleep commands
apritzel has joined #linux-sunxi
bwarff__ has quit [Ping timeout: 252 seconds]
<oneinsect>
KotCzarny: okie sleep doesnt help much
<oneinsect>
changing SD-Cards
matthias_bgg has joined #linux-sunxi
jbrown has joined #linux-sunxi
mozzwald has quit [Ping timeout: 276 seconds]
HeavyMetal has quit [Ping timeout: 264 seconds]
HeavyMetal has joined #linux-sunxi
HeavyMetal has joined #linux-sunxi
al1o has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
|jbrown| has joined #linux-sunxi
<oneinsect>
no change
<oneinsect>
in sdcard KotCzarny:
jbrown has quit [Ping timeout: 268 seconds]
<KotCzarny>
out of ideas then
<KotCzarny>
maybe some uboot forum/bugtracker?
<KotCzarny>
btw. do you own another sunxi board?
<montjoie>
Amit_T: not only clock, it is where we choose the MII type
premoboss has quit [Quit: Sto andando via]
<Amit_T>
fine but why ethernet-phy@01c00030" has been choosen , I mean the address 01c00030 ?
igraltist has quit [Ping timeout: 250 seconds]
igraltist has joined #linux-sunxi
<oneinsect>
no
<oneinsect>
i only have nanopi m1
<oneinsect>
could be some bug
<montjoie>
Amit_T: because the other address space are for totally different thing
<montjoie>
Amit_T: perhaps wens will have a better answer
<Amit_T>
montjoie: ok Thanks, I was thinking why this address "0x01C00000" was not chosen.
<montjoie>
because it is a "misc register space" only 0x24 and 0x30 are used
<montjoie>
and 0x24 have nothing related to emac/clk
<Amit_T>
oh I see ,if we add offset 0x30 to 0x01C00000 it becomes 01c00030
<Amit_T>
fine, Thanks got your point
<Amit_T>
montjoie: Just for my better understanding, PHY autoignition will automatically starts once PHY is initialized with proper 25mz clock, right?
arete74 has joined #linux-sunxi
<montjoie>
autoignition ?
matthias_bgg has quit [Quit: Leaving]
<NiteHawk>
let's hope it's auto-negotiation instead of autoignition... :D
<montjoie>
I am not a PHY expert, I believe that it is the "libphy" who send a PHY command to do that when PHY is detected
<Amit_T>
Sorry , Its auto-negotiation.
<montjoie>
I think it is done after phy_connect()
<montjoie>
so after clk/regulator setup
<Amit_T>
ok and prior to it PHY needs to be powered up with proper clock, right ?
<Amit_T>
ok
<Amit_T>
Got it
<Amit_T>
clk/regulator setup is same thing ?
<montjoie>
no
<montjoie>
clk is mandatory, a regulator is optionnal (some board have one, some not)
matthias_bgg has joined #linux-sunxi
<Amit_T>
ok
<montjoie>
and you could also have a reset controller:)
<Amit_T>
which is also optional, right ?
<montjoie>
not sure, I think
<Amit_T>
ok
<montjoie>
For each compoment you need to read the datasheet
<Amit_T>
ok
<montjoie>
for H3 inernal PHY, if you search for ephy in datasheet, you will find the clk register and the reset register
HeavyMetal has quit [Ping timeout: 264 seconds]
jbrown has joined #linux-sunxi
HeavyMetal has joined #linux-sunxi
HeavyMetal has quit [Changing host]
HeavyMetal has joined #linux-sunxi
|jbrown| has quit [Remote host closed the connection]
Gerwin_J has quit [Quit: Gerwin_J]
libv_ has joined #linux-sunxi
premoboss has joined #linux-sunxi
libv has quit [Ping timeout: 276 seconds]
HeavyMetal has quit [Ping timeout: 264 seconds]
HeavyMetal has joined #linux-sunxi
HeavyMetal has quit [Changing host]
HeavyMetal has joined #linux-sunxi
bwarff__ has joined #linux-sunxi
avph has quit [Ping timeout: 260 seconds]
<Amit_T>
clk register is this EMAC-EPHY Clock Register, right ?
HeavyMetal has quit [Ping timeout: 264 seconds]
HeavyMetal has joined #linux-sunxi
HeavyMetal has joined #linux-sunxi
avph has joined #linux-sunxi
<oneinsect>
KotCzarny:
<oneinsect>
its a bug
<oneinsect>
the very very latest bleeding edge
<oneinsect>
doesnt have it
<oneinsect>
u-boot
<oneinsect>
plus it will need to have a forward slash
<KotCzarny>
good to hear, weird it only shows on your board
HeavyMetal has quit [Ping timeout: 264 seconds]
pietrushnic`away has quit [Ping timeout: 244 seconds]
<oneinsect>
yeaa
<oneinsect>
i dont have any other boards to test
HeavyMetal has joined #linux-sunxi
HeavyMetal has joined #linux-sunxi
scream has joined #linux-sunxi
pietrushnic`away has joined #linux-sunxi
paulk-collins has joined #linux-sunxi
HeavyMetal has quit [Ping timeout: 264 seconds]
HeavyMetal has joined #linux-sunxi
HeavyMetal has joined #linux-sunxi
scream has quit [Ping timeout: 264 seconds]
scream has joined #linux-sunxi
Amit_T has quit [Ping timeout: 244 seconds]
<montjoie>
Amit_T: yes but it is a spetial clock register (not like others in the CCU subsystem)
Rcflyer_ has quit [Read error: Connection reset by peer]
cnxsoft1 has joined #linux-sunxi
HeavyMetal has quit [Ping timeout: 264 seconds]
cnxsoft has quit [Ping timeout: 244 seconds]
cnxsoft1 is now known as cnxsoft
HeavyMetal has joined #linux-sunxi
HeavyMetal has quit [Changing host]
HeavyMetal has joined #linux-sunxi
Gerwin_J has joined #linux-sunxi
<oneinsect>
have the ethernet patches got finalized
<oneinsect>
for H3?
<oneinsect>
any news friends?
Amit_T has joined #linux-sunxi
<montjoie>
oneinsect: the ethernet patch works
<montjoie>
not finalized since not in mainline
<montjoie>
but it works well
<oneinsect>
hello montjoie: yes i was reading your work in previous irc logs
<tkaiser>
5.07 contains tons of fixes compared to 5.05
<oneinsect>
:-(
<tkaiser>
Just get the BPi M2+ image and if you can relink /boot/script.bin to /boot/bin/nanopidingsbums.bin, then boot and then make the two adjustments after the 1st automated reboot
apritzel1 has joined #linux-sunxi
cosm has quit [Quit: Leaving]
al1o has joined #linux-sunxi
al1o has quit [Ping timeout: 264 seconds]
<oneinsect>
thanks tk
<oneinsect>
i will do it now
<oneinsect>
in sometime
_whitelogger has joined #linux-sunxi
alexxy[home] has joined #linux-sunxi
Keziolio_ has joined #linux-sunxi
tsuggs_ has joined #linux-sunxi
iamfrankenstein has quit [*.net *.split]
jbrown has quit [*.net *.split]
caog has quit [*.net *.split]
pulser_ has quit [*.net *.split]
orly_owl has quit [*.net *.split]
tsuggs has quit [*.net *.split]
wigyori has quit [*.net *.split]
alexxy has quit [*.net *.split]
zoobab has quit [*.net *.split]
Michal has quit [*.net *.split]
Keziolio has quit [*.net *.split]
focus has quit [*.net *.split]
TheLinuxBug has joined #linux-sunxi
Michal^ is now known as Michal
iamfrankenstein1 is now known as iamfrankenstein
bwarff__ has quit [Ping timeout: 252 seconds]
nemunaire has quit [Ping timeout: 264 seconds]
al1o has joined #linux-sunxi
apritzel1 has quit [Ping timeout: 244 seconds]
wigyori has joined #linux-sunxi
focus has joined #linux-sunxi
caog has joined #linux-sunxi
avph has quit [Ping timeout: 264 seconds]
atsampso1 has quit [Ping timeout: 264 seconds]
ninolein has quit [Quit: No Ping reply in 180 seconds.]
<apritzel>
tkaiser: oh, btw: I can now boot SMP without the arisc blob
<tkaiser>
apritzel: Ok, and which clockspeeds are currently used? 816MHz still?
<apritzel>
yes, for the time being
<tkaiser>
Sounds reasonable
<apritzel>
are you concerned about silicon health if the arisc is not around?
<apritzel>
so without the PMIC programming we are stuck with 816 MHz / 1.1V
<apritzel>
I guess that is sane even under four-core load?
<tkaiser>
At least using cpuburn it should be possible to do exactly that without a heatsink
<tkaiser>
But that's a use case that has not to be considered now
<apritzel>
would I risk the chip to be damaged permanently when running at 1.15GHz @ 1.3V without the arisc taking care?
<apritzel>
or would it just crash?
<tkaiser>
apritzel: No idea. In our experiments a shutdown occures when exceeding 100 and later 108¡C
<tkaiser>
Since it was configured that way
<apritzel>
and the shutdown is triggered by the arisc?
matthias_bgg has quit [Quit: Leaving]
<tkaiser>
It was a clean shutdown so I would suspect the arisc was involved but then a shutdown has been initiated
<tkaiser>
But maybe there's also code to do a forced power-off when further increasing temperatures. Better ask longsleep/ssvb, they looked into the code IIRC
<apritzel>
naively I would assume that pushing the silicon beyond the spec would just make it crash, thus immediately removing the cause for the heat (in case of cpuburn)
montjoie has joined #linux-sunxi
<tkaiser>
'unfortunately' I've only one Pine64 left (sent the other to a dev to Russia). Would be a nice test
<apritzel>
tkaiser: aside from breaking compatibility with BSP kernel, do you see any other issue in running without the arisc?
<KotCzarny>
apritzel: isnt arisc responsible for real idle/sleep mode?
<KotCzarny>
and waking up from it
<apritzel>
deep sleep, maybe
<apritzel>
PSCI idle should be handled by ATF
<apritzel>
the power gating works also there, so we save some power
<tkaiser>
apritzel: I know barely nothing about arisc. Only this deep sleep thing
<apritzel>
the advantange of the arisc is IHMO that it can turn off the clock and power for _all_ the ARM cores, thus saving much more power
<apritzel>
which makes sense in the tablet/phone use case
<KotCzarny>
or mobile applications
<apritzel>
not so sure about the usefulness in a Linux scenario, though
Ramose_ has quit [Quit: Page closed]
<apritzel>
well, you would need something that wakes it up again
khuey|away is now known as khuey_
<apritzel>
which I guess is implemented in the arisc code, beyond our control
<KotCzarny>
what can be the source of such event for arisc?
<tkaiser>
apritzel: At least with H3 and BSP kernel you can send a device (AKA OTT box) to sleep and then it consumes approx. 0.3W. Most people will call this state 'power off'
Amit_t_ has joined #linux-sunxi
<apritzel>
yeah, this power off state is one of the useful scenarios
vagrantc has joined #linux-sunxi
fredy has quit [Excess Flood]
<apritzel>
I just had the feeling (from looking at the PMIC datasheet and the Pine64 schematics) that this would work without the arisc, just by talking to the PMIC
fredy has joined #linux-sunxi
<apritzel>
for turning the power off, that is, the power button is directly connected to the PMIC and should work without software interaction
<apritzel>
(if I haven't missed anything)
<KotCzarny>
apritzel, depends what can arisc do (ie. can it react to buttons/network/usb?)
<tkaiser>
apritzel: What about Ethernet?
<apritzel>
KotCzarny: I guess it could, but I don't think Allwinner implemented this
<KotCzarny>
pity
<KotCzarny>
useless then for now
<tkaiser>
KotCzarny: You can define different sources, buttons, IR
<KotCzarny>
best would be low power os running in parallel
<KotCzarny>
only turning on main chip when power is needed
<apritzel>
If we don't miss anything by loosing the Allwinner arisc, we can go ahead and implement something ourselves
<apritzel>
I have the feeling that ssvb is eager to do some serious OpenRISC coding ;-)
<KotCzarny>
because my audio box is used only sometimes, but would be great if it could be controllable via network in deep-sleep
<tkaiser>
KotCzarny: It works just like that with BSP kernel. Suspend to RAM
<KotCzarny>
controllable == able to wake up the device on specific packets
<apritzel>
KotCzarny: I guess you can run some uCLinux on the OpenRISC
<KotCzarny>
or maybe on ssh/www request
<apritzel>
that's what I was thinking about in the long run: get rid of the Allwinner arisc blob and do something useful with that core
pulser_ has joined #linux-sunxi
<KotCzarny>
apritzel: and run throttling/core killer on arisc instead in kernel?
|jbrown| has quit [Ping timeout: 250 seconds]
<KotCzarny>
that would have great effect of working in alternative os'es
diego_ has joined #linux-sunxi
<apritzel>
KotCzarny: anything you want ;-)
Keziolio has joined #linux-sunxi
montjoie_ has joined #linux-sunxi
petr_ has joined #linux-sunxi
<apritzel>
got to run, ttyl8er
<KotCzarny>
"_
<KotCzarny>
:)
jbrown has joined #linux-sunxi
IgorPec2 has joined #linux-sunxi
Amit_t_ has quit [Quit: Page closed]
Ramose has joined #linux-sunxi
tsuggs_ has quit [Ping timeout: 250 seconds]
apritzel has quit [Ping timeout: 244 seconds]
vagrantc has quit [*.net *.split]
Amit_T has quit [*.net *.split]
montjoie has quit [*.net *.split]
reinforce has quit [*.net *.split]
nihcas has quit [*.net *.split]
atsampson has quit [*.net *.split]
webmind has quit [*.net *.split]
TheLinuxBug_ has joined #linux-sunxi
afaerber has quit [*.net *.split]
souther has quit [*.net *.split]
TheLinuxBug has quit [*.net *.split]
<oneinsect>
tkaiser:
TheLinuxBug_ is now known as TheLinuxBug
<oneinsect>
that image is built with squashfs support?
<longsleep>
apritzel: seems to work fine, will be in my next release for Pine64
<oneinsect>
lovely tkaiser: its inbuilt
<oneinsect>
do you have an alternative microsd Ramose:
lastebil has joined #linux-sunxi
<oneinsect>
i will help you atleast get a cmd prompt
<oneinsect>
without the rootfs hassel
<oneinsect>
just with fat partition
petr has joined #linux-sunxi
Amit_T has joined #linux-sunxi
<Ramose>
I just don't have any card , But I run command from u-boot prompt
<KotCzarny>
uboot or fel mode?
afaerber has joined #linux-sunxi
mossroy has joined #linux-sunxi
ccaione has quit [Ping timeout: 276 seconds]
<Ramose>
I started using fel mode
al1o has joined #linux-sunxi
ccaione has joined #linux-sunxi
reinforce has joined #linux-sunxi
Shirasaka-Hazumi has quit [Ping timeout: 244 seconds]
nihcas has joined #linux-sunxi
petr has quit [*.net *.split]
arete74 has joined #linux-sunxi
montjoie_ has quit [Quit: leaving]
montjoie has joined #linux-sunxi
focus has joined #linux-sunxi
indy has quit [Ping timeout: 244 seconds]
Shirasaka-Hazumi has joined #linux-sunxi
petr has joined #linux-sunxi
ganbold__ has quit [Remote host closed the connection]
sigjuice has joined #linux-sunxi
Ramose_ has joined #linux-sunxi
Ramose has quit [Ping timeout: 250 seconds]
<Ramose_>
oneinsect: Thank you, It worked , I am able to boot Linux :)
<oneinsect>
what worked
<oneinsect>
how did it work Ramose_:
fest has quit [Ping timeout: 260 seconds]
<Ramose_>
I just used your images
<oneinsect>
excellent
<Ramose_>
But boot.scr is mine
<oneinsect>
no issues
<Ramose_>
let me try with my images now
<oneinsect>
isnt it late for you? 11:25 night
<Ramose_>
its ok
fest has joined #linux-sunxi
nihcas has quit [Ping timeout: 260 seconds]
cosm has joined #linux-sunxi
<oneinsect>
is it kolkata?
cosm has quit [Client Quit]
<Ramose_>
Its Bangalore.
webmind has joined #linux-sunxi
<oneinsect>
i am in hyd
<oneinsect>
we are near
<oneinsect>
:-D
<Ramose_>
:)
atsampson has joined #linux-sunxi
<oneinsect>
Sunxi is a tremendous community
<oneinsect>
great community i must say
apritzel1 has quit [Ping timeout: 244 seconds]
souther has joined #linux-sunxi
<Ramose_>
Yup
cosm has joined #linux-sunxi
Netlynx has joined #linux-sunxi
Netlynx has quit [Changing host]
Netlynx has joined #linux-sunxi
<oneinsect>
btw
<oneinsect>
what are you trying to do Ramose_:
<oneinsect>
like enable ethernet?
vagrantc has joined #linux-sunxi
<Ramose_>
just playing around
jernej has joined #linux-sunxi
<oneinsect>
hmmm
<Ramose_>
you said, your boot.scr is not working
nihcas has joined #linux-sunxi
<Ramose_>
Is it for all the sunxi board ?
<KotCzarny>
he had a different problem
<Ramose_>
ok
<oneinsect>
i had discovered a bug
<oneinsect>
when trying to boot from vfat partition without rootfs
<oneinsect>
that was what was causing it
Ramose_ has quit [Ping timeout: 250 seconds]
indy has joined #linux-sunxi
<KotCzarny>
oneinsect: which is weird, though i use ext3 as a /boot
tkaiser has quit [Ping timeout: 260 seconds]
<KotCzarny>
but i think it was working even with vfat, it was long time ago tho, so i dont remember
IgorPec2 has quit [Ping timeout: 276 seconds]
<oneinsect>
hmmm
apritzel has joined #linux-sunxi
<oneinsect>
yeaa could have been some regression somewhere
<oneinsect>
that got solved in one release
Shirasaka-Hazumi has quit [Ping timeout: 260 seconds]
Shirasaka-Hazumi has joined #linux-sunxi
Ramose has joined #linux-sunxi
cosm has quit [Quit: Leaving]
cosm has joined #linux-sunxi
tkaiser has joined #linux-sunxi
pmattern has joined #linux-sunxi
Ramose has quit [Ping timeout: 250 seconds]
vickycq has quit [Ping timeout: 244 seconds]
Netlynx has quit [Quit: Leaving]
vickycq has joined #linux-sunxi
afaerber has quit [Quit: Ex-Chat]
apritzel has quit [Ping timeout: 244 seconds]
scream has joined #linux-sunxi
oneinsect has quit [Quit: Page closed]
wigyori has quit [Remote host closed the connection]
IgorPec has joined #linux-sunxi
khuey_ is now known as khuey|away
Ramose has joined #linux-sunxi
IgorPec has quit [Ping timeout: 276 seconds]
fest_ has joined #linux-sunxi
reinforce1 has joined #linux-sunxi
fest has quit [Ping timeout: 276 seconds]
reinforce has quit [Ping timeout: 276 seconds]
alexxy has quit [Ping timeout: 276 seconds]
fest_ is now known as fest
alexxy has joined #linux-sunxi
ricardocrudo has quit [Remote host closed the connection]
JohnDoe_71Rus has quit [Quit: KVIrc KVIrc Equilibrium 4.2.0, revision: 42021, sources date: 20120701, built on: 2013-10-21 12:25:22 UTC 42021 http://www.kvirc.net/]
Ramose has quit [Ping timeout: 250 seconds]
iamfrankenstein1 has joined #linux-sunxi
JohnDoe_71Rus has joined #linux-sunxi
iamfrankenstein has quit [Ping timeout: 276 seconds]
iamfrankenstein1 is now known as iamfrankenstein
bwarff__ has joined #linux-sunxi
bwarff__ has quit [Ping timeout: 244 seconds]
Gerwin_J has quit [Quit: Gerwin_J]
Nacho has quit [Remote host closed the connection]
Nacho has joined #linux-sunxi
pmattern has quit [Quit: Genug für heute.]
kdubious has joined #linux-sunxi
<kdubious>
Moved to the latest kernel, and get this message: ERROR uv_udp_set_membership failed: no buffer space available. I fixed it with: sudo sysctl -w net.ipv4.igmp_max_memberships=200
<kdubious>
Is something consuming multicast groups?
IgorPec has joined #linux-sunxi
TheLinuxBug has quit [Ping timeout: 264 seconds]
TheLinuxBug has joined #linux-sunxi
MackBoy has quit [Ping timeout: 264 seconds]
IgorPec has quit [Ping timeout: 244 seconds]
nieuwbie has joined #linux-sunxi
<nieuwbie>
mripard: Hi I want to ask about display egine driver for sun4i. Is the patch-v3 merged with mainline or I have to apply it manually?
<NiteHawk>
nieuwbie: it's "work in progress", currently undergoing peer review on the mailing list. so: no, it's not merged yet
khuey|away is now known as khuey_
<nieuwbie>
NiteHawk: Thank you, cause I was busy this afternoon with touchscreen section of sun4i-a10-inet3f-rev06.dts and it compiled nicely - and I thought I screwed something up.
<nieuwbie>
NiteHawk: Would love to but I'm not really good with git
jernej has quit [Quit: Konversation terminated!]
jernej has joined #linux-sunxi
JohnDoe_71Rus has quit [Quit: KVIrc KVIrc Equilibrium 4.2.0, revision: 42021, sources date: 20120701, built on: 2013-10-21 12:25:22 UTC 42021 http://www.kvirc.net/]
mossroy has quit [Quit: Quitte]
<nieuwbie>
NiteHawk: You know what? Why not. Gonna check it out
<willmore>
git'er done!
* willmore
strongly regrets that pun
<NiteHawk>
i'm not sure it really reflects the patch set on the mailing list - maybe it would be reasonable to grab it straight from the series there
<nieuwbie>
NiteHawk: Too late already cloning. :D
<nieuwbie>
gonna check meanwhile what devs of hurd are doing
<kdubious>
GPIO Question.... can I re-purpose pins like the 4 SPIO pins?
<kdubious>
and use them as outputs for something else?
tkaiser has quit [Ping timeout: 260 seconds]
tkaiser has joined #linux-sunxi
<willmore>
Is the only difference between the Opi2 and the Opi mini2 the wireless?
<TheLinuxBug>
Hmm
<willmore>
I'm toggeling between the to pics and only see that one difference. Nice pictures.
<TheLinuxBug>
okay I have an open schedule for the next 18 hours, a RPi3, Odroid C2, RPi2, BPi M1 and 2x Cubieboard A10's and I need a project...
<willmore>
See if you can run cpuburn on the pi3 while powering it from the USB.
<TheLinuxBug>
hmm
<TheLinuxBug>
gimme the details if you need it done and I will load it up
<willmore>
I couldn't get mine to do that without throttling. Runs fine if I put power in via the 40 pin I/O.