<fromport>
Q: I am trying to build a jessie image for orange pi pc2. It gives me an error however: https://pastebin.com/ncdJf8gX Anyone an idea how to fix this ?
chomwitt has quit [Ping timeout: 240 seconds]
pg12 has quit [Ping timeout: 260 seconds]
pg12 has joined #linux-sunxi
jrg has joined #linux-sunxi
Yong has quit [Ping timeout: 260 seconds]
lkcl has quit [Ping timeout: 240 seconds]
dave0x6d has joined #linux-sunxi
pg12 has quit [Ping timeout: 255 seconds]
pg12 has joined #linux-sunxi
Char0n has joined #linux-sunxi
Char0n has joined #linux-sunxi
diego_r has quit [Ping timeout: 240 seconds]
lennyraposo has joined #linux-sunxi
quard has quit [Quit: Leaving]
<montjoie>
fromport: what are your sources exactly ?
<noblock>
Do you have a sunxi-mali patch running on the opipc2 mainline? My last attempt failed to properly initialize the hardware.
yann-kaelig has quit [Remote host closed the connection]
Poeticode has joined #linux-sunxi
<MoeIcenowy>
i got
<MoeIcenowy>
but no blob
<[TheBug]>
You guys do realize this is like the only really active community around Allwinner boards and thats why people come asking about vendor kernels and such, right? If I hadn't come here and asked off topic questions I don't think I would have ever got my A10s working as well as I did or my A20s... just something to keep in mind when your brow beat people about being OT... I get that you want to keep chat streamlined...
<[TheBug]>
but you guys are also the best resource out there for these boards :p
<[TheBug]>
<3
lemonzest has quit [Quit: Quitting]
<noblock>
MoeIcenowy: This blob: mali450r5p001rel0linux1fbdevarm64v8a is running with the legacy kernel;The main issue is the stability at the current voltage/frequency.
cnxsoft has quit [Quit: cnxsoft]
<noblock>
The tricks to get the mali blob running on the H3 mainline are likely the same with the H5.
Ntemis has joined #linux-sunxi
mpmc has quit [Ping timeout: 260 seconds]
mpmc has joined #linux-sunxi
TEKrantz has quit [Ping timeout: 240 seconds]
TEKrantz has joined #linux-sunxi
TEKrantz has quit [Ping timeout: 260 seconds]
<wens>
hmm, the dw-hdmi driver doesn't make it easy to access the same address space
TEKrantz has joined #linux-sunxi
perr has quit [Quit: Leaving]
IgorPec has joined #linux-sunxi
TEKrantz has quit [Ping timeout: 255 seconds]
<MoeIcenowy>
wens: maybe you can try to set two regs part?
<MoeIcenowy>
then get the second one in glue
<MoeIcenowy>
let the dw-hdmi driver grab the first
<beeble>
usb_bulk_send() ERROR -7: Operation timed out
<beeble>
i don't think you transfer enough for uboot proper
TEKrantz_ has joined #linux-sunxi
<karak>
This message appears after 4-5 seconds timeout.
TEKrantz has quit [Ping timeout: 246 seconds]
<karak>
And target was hung before. I try to understand where
<karak>
More closely
<karak>
to fix problem
<karak>
I insert a lot of debug output in u-boot source, but messages not appear at all.
<karak>
Only those, from log
afaerber has joined #linux-sunxi
<beeble>
don't have enough knowledge about sunxi-fel, if you have the possibility at all i would recommend to boot from sd card
<karak>
Default boot mode from NAND, but I'll try to boot from SD. Thank you.
<beeble>
have to run right now to catch the train. can help you later maybe
<karak>
:( sorry but I don't have a debuig uSD card in this moment. Only in mobile phone :) or tomorrow.
<karak>
Can you give me a link how to prepare sd card for booting?
<karak>
Sorry for dummy question :) already found answer. Thank you.
<beeble>
i didn't try any recent mainline uboot have to take a look at it what got merged. my knowledge is based on my own tree and that boots fine from sd/emmc/spi
<beeble>
if it helps you can take a look at the documentation available for that
<karak>
In u-boot code: file - much-sunxi/board.c, function - u32 spl_boot_device(void): the first case is case SUNXI_BOOTED_FROM_MMC0: but return value - BOOT_DEVICE_MMC1 - it is correct?