sarietta_ has quit [Read error: Connection reset by peer]
Putti has joined #linux-sunxi
jernej has joined #linux-sunxi
sariett__ has quit []
Putti has quit [Read error: Connection reset by peer]
OverCR has joined #linux-sunxi
jernej has quit [Ping timeout: 244 seconds]
IgorPec19 has joined #linux-sunxi
mosterta has joined #linux-sunxi
Andy-D has joined #linux-sunxi
mosterta has quit [Ping timeout: 250 seconds]
apritzel has joined #linux-sunxi
ricardocrudo has joined #linux-sunxi
Putti has joined #linux-sunxi
cnxsoft has quit [Ping timeout: 240 seconds]
<Putti>
Hi, I'm trying to create new temp page for a device to http://linux-sunxi.org/User:Putti/Unknown_Device but I don't have the permissions to do that. Does someone need to give them permissions for doing that?
<KotCzarny>
could be generic sample that will get rebranded tohell in future
ricardocrudo has quit [Ping timeout: 258 seconds]
<KotCzarny>
google said that one of possible rebrands is: hpc m8
<Putti>
Okay. Hmm, they might have the same board. Someone put already up the wiki page http://linux-sunxi.org/ET-Q8_A33, and used ET as the manufacturer name (*ET*-Q8_A33).. Maybe I could do a wiki page called ET-Q8-V2.0 ?
<KotCzarny>
for possible rebranders and a placeto add info
<Putti>
I looked already :)
<KotCzarny>
its mix and match of cases/boards/screens that gets rebranded
<Putti>
So does the new wiki page "ET Q8 V2.0" sound good ?
<KotCzarny>
dont ask me, wait for someone else to hint
iamfrankenstein has quit [Quit: iamfrankenstein]
yann has joined #linux-sunxi
IgorPec has joined #linux-sunxi
pstef has joined #linux-sunxi
Keziolio has quit [Ping timeout: 240 seconds]
fire219 is now known as fire219[Bama]
apritzel has joined #linux-sunxi
Sakami-_- has quit [Ping timeout: 240 seconds]
perr has quit [Quit: Leaving]
<mont3z>
Hi all, I just compiled mainline u-boot for pine64 using the instructions from http://linux-sunxi.org/Pine64#Mainline_U-Boot. I used the apritzel/u-boot repository with branch pine64. However after burning it on my SD-card it can't be loaded by boot0. How can I use this u-boot?
<mont3z>
I was hoping to compile the whole pine64 environment using just aarch64 toolchain.
jernej has joined #linux-sunxi
popolon has joined #linux-sunxi
jernej has quit [Ping timeout: 250 seconds]
ninolein_ has quit [Remote host closed the connection]
<apritzel>
mont3z: you have to revert one commit from U-Boot: 1a83fb4a17d959d7b037999ab7ed7e62429abe34
ninolein has joined #linux-sunxi
<apritzel>
mont3z: also you should use upstream U-Boot
<apritzel>
that's more up-to-date for normal usage these days
<apritzel>
I will try to push some SPL stuff this weekend
<apritzel>
though FEL still doesn't work atm with the AArch64 SPL :-(
<apritzel>
it aborts on the RMR back to AArch32 (needed to return to the FEL stack eventually)
<mont3z>
apritzel: thx, I'll try that. I'm working on a yocto meta-pine64 layer. It's working at the moment but it has a very ugly hack to use arm-linux-gnueabihf- for u-boot.
<apritzel>
mont3z: what do you need the arm32 for? Are you building SPL? Or that ancient BSP U-Boot?
<mont3z>
currently i'm building the acient bsp u-boot
<apritzel>
mont3z: what kernel are you using? Also the BSP kernel (from longsleep)?
<mont3z>
yes, from longsleep
<apritzel>
last time I checked this kernel relies on the BSP U-Boot
<apritzel>
so you can't boot it with upstream U-Boo
<apritzel>
t
<apritzel>
and I don't feel like ever fixing this, as it would require to support every weird interface that AW came up with
jernej has joined #linux-sunxi
<mont3z>
I see... thx for this info. I was thinking on integrating another kernel to this layer was well. Which one to you recommend for mainline u-boot?
<mont3z>
I will try using your apritzel/linux.
<apritzel>
mont3z: for instance
<apritzel>
upstream it's all a bit preliminary in the moment, so it's a bit messy
<apritzel>
hopefully we see something merged eventually
curtis22 has joined #linux-sunxi
<mont3z>
apitzel: thx for those comments. I'll try publishing my layer this weekend as beta version and later I'll do some improvements.
<mont3z>
at the moment I have blob0 being distributed in this layer. I hope is no problem to distribute this binary.
<mont3z>
*boot0
jernej has quit [Ping timeout: 265 seconds]
<apritzel>
no, it seems to be sane to do so
<apritzel>
IIRC Allwinner approved shipping the binary
IgorPec has quit [Ping timeout: 244 seconds]
mosterta has joined #linux-sunxi
Da_Coynul has joined #linux-sunxi
<apritzel>
mont3z: I am just about preparing the SPL patches, which would allow you to use the SPL without boot0
mosterta has quit [Client Quit]
petr has quit [Ping timeout: 240 seconds]
petr has joined #linux-sunxi
vishnup has joined #linux-sunxi
mosterta has joined #linux-sunxi
ninolein has quit [Remote host closed the connection]
JohnDoe3 has joined #linux-sunxi
JohnDoe_71Rus has quit [Ping timeout: 244 seconds]
vishnup has quit [Quit: Leaving]
Budovi has joined #linux-sunxi
<Budovi>
Hello, I have a question about Ethernet status on Pine A64+ board with apritzel a64-v5 kernel...
<Putti>
I couldn't finds script.bin for http://linux-sunxi.org/User:Putti/Unkown_Device – I tried to fetch with sunxi-fel (libusb usb_bulk_send error -7), script-extractor (gave wrong data), looking from /dev/block/nanda). Any ideas what other places to look or could it be so that there isn't any script.bin? I found out that jwrdegoede / Hans had extracted/made ET_Q8_V2.4 script.fex, does anyone know if he is here in this channel? It would be interestin
<Putti>
g to know how he did that
<Budovi>
I've managed to port, compile and insert an ethernet driver from BSP kernel (3.10.xxx) but it looks like ethernet is just unpowered and stays down...
<apritzel>
Budovi: why would you do that (port the BSP driver?)
netlynx has joined #linux-sunxi
<apritzel>
Budovi: montjoie's driver (in a64-v5) is pretty good these days
<Budovi>
because I did not know there was a working one driver ._.
<Budovi>
how it's called?
<apritzel>
sun8i-emac
<Budovi>
will try, thank you...
<apritzel>
originally it was written for the H3 (thus the sun8i name), but the IP is almost the same as in the A64
<apritzel>
Budovi: it's not yet upstream, but getting very close
<mont3z>
apritzel: nice, it'll be great to drop boot0. :)
Da_Coynul has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
<jmcneill>
Budovi: you need to enable DC1SW on the axp803
<apritzel>
oh, so that's based on agraf's first patches, I guess
<KotCzarny>
apritzel: well, bspdriver ported to mainline could be interesting in a way of comparing results ;)
lennyraposo has joined #linux-sunxi
<apritzel>
KotCzarny: sure, if you got nothing else to do ...
<KotCzarny>
he already ported it, didnt he?
<apritzel>
KotCzarny: I was halfway through with it in January, but stopped this when montjoie got something working
<apritzel>
KotCzarny: and apparently it doesn't work, does it?
<KotCzarny>
:)
curtis22 has quit [Quit: Leaving]
buZz_ has joined #linux-sunxi
buZz_ is now known as Guest43275
fire219 has joined #linux-sunxi
fire219[Bama] has quit [Read error: Connection reset by peer]
fire219 is now known as fire219[Bama]
buZz has quit [Remote host closed the connection]
apritzel has quit [Ping timeout: 244 seconds]
Guest43275 is now known as buZz
netlynx has quit [Quit: Ex-Chat]
Da_Coynul has joined #linux-sunxi
Mr__Anderson has joined #linux-sunxi
<Budovi>
Well I cannot really concentrate today anymore, so I'll leave the testing for tomorrow or Monday... but thanks for the help, I was basically stuck. Hope it'll work, otherwise I'll come back :D , good night