veremitz has quit [Remote host closed the connection]
lurchi__ has quit [Ping timeout: 265 seconds]
TRS-80 has quit [Quit: WeeChat 2.3]
veremitz has joined #linux-sunxi
pmp-p has quit [Ping timeout: 268 seconds]
<MoeIcenowy>
Ecco: BTW what LCD interface does your console use?
<MoeIcenowy>
I heard that some F1C100s console uses i80 LCD
minicom is now known as minicomocinim
minicomocinim is now known as minicom
netlynx has joined #linux-sunxi
netlynx has joined #linux-sunxi
netlynx has quit [Changing host]
bbrezillon has quit [Quit: WeeChat 2.7]
bbrezillon has joined #linux-sunxi
bjne has joined #linux-sunxi
_whitelogger has joined #linux-sunxi
checkpoint has joined #linux-sunxi
<checkpoint>
greetings to everyone
* checkpoint
wonders if there's a simple C example on how to use framebuffer overlays on A10/A13
<jernej>
checkpoint: If you are using mainline kernel, check any DRM planes example
<jernej>
if you are using BSP, I'm not aware of any example
florian has joined #linux-sunxi
reinforce has joined #linux-sunxi
florian has quit [Ping timeout: 240 seconds]
florian has joined #linux-sunxi
florian has quit [Ping timeout: 265 seconds]
dddddd has quit [Ping timeout: 268 seconds]
florian has joined #linux-sunxi
florian has quit [Ping timeout: 268 seconds]
<checkpoint>
jernej: have to use 3.4 because of hardware H264 encoding (CedarX)
<jernej>
checkpoint: dive into driver code...
* checkpoint
is curretly digging into fbturbo
JohnDoe_71Rus has quit [Ping timeout: 260 seconds]
dev1990 has joined #linux-sunxi
dev1990 has quit [Quit: Konversation terminated!]
florian has joined #linux-sunxi
florian has quit [Ping timeout: 265 seconds]
megi has joined #linux-sunxi
jerbob92_ has left #linux-sunxi [#linux-sunxi]
jerbob92 has joined #linux-sunxi
diego71 has quit [Ping timeout: 260 seconds]
grey-bit has joined #linux-sunxi
chewitt has quit [Quit: Adios!]
<grey-bit>
I am running armbian with kernel 5.5.0-rc6-sunxi on orange pi r1 (h2+). I see sun8i-ce in /proc/crypto only for cbc/ecb-des/aes, which is fine according to https://linux-sunxi.org/Cryptographic_Hardware_Accelerators, since only those are uploaded to 5.5. What I am not getting is how to get the rest of the cyphers that are marked as OK in the table.
<grey-bit>
I modprobed sun8i-ce, which loaded fine, but /proc/crypto still doesn't show anything new... any ideas?
florian has joined #linux-sunxi
jstein has joined #linux-sunxi
<KotCzarny>
someone should really add some devel/wip note to that page
Danct12_ has joined #linux-sunxi
jstein has quit [Quit: quit]
<KotCzarny>
but basically it's work in progress
<KotCzarny>
and since you are testing 5.5.0-rc6-sunxi, it might be added in later version
Mangy_Dog has joined #linux-sunxi
sunilmohan has quit [Ping timeout: 268 seconds]
sunilmohan has joined #linux-sunxi
sunilmohan has quit [Changing host]
sunilmohan has joined #linux-sunxi
JohnDoe_71Rus has joined #linux-sunxi
pmp-p has joined #linux-sunxi
megi has quit [Ping timeout: 240 seconds]
thimslugga has joined #linux-sunxi
dddddd has joined #linux-sunxi
<montjoie>
grey-bit: what cipher exactly do you want?
<montjoie>
CTS and CTS will be added later
<montjoie>
I will uddate the status, Ok means they basicly work but need extended test
MoeIcenowy has quit [Quit: ZNC 1.7.2+deb3 - https://znc.in]
JohnDoe5 has joined #linux-sunxi
MoeIcenowy has joined #linux-sunxi
JohnDoe_71Rus has quit [Ping timeout: 265 seconds]
Mangy_Dog has quit [Remote host closed the connection]
Mangy_Dog has joined #linux-sunxi
return0e_ has quit [Ping timeout: 268 seconds]
bjne has quit [Ping timeout: 268 seconds]
return0e has joined #linux-sunxi
dev1990 has joined #linux-sunxi
cnxsoft has quit [Quit: cnxsoft]
bjne has joined #linux-sunxi
megi has joined #linux-sunxi
florian has quit [Ping timeout: 265 seconds]
chewitt has joined #linux-sunxi
pmp-p has quit [Ping timeout: 265 seconds]
obbardc has joined #linux-sunxi
obbardc has quit [Client Quit]
neothefox has joined #linux-sunxi
return0e has quit [Remote host closed the connection]
<neothefox>
heya everyone, I'm trying to compile my own u-boot for Orange Pi 3, and I got it all working, but it wouldn't let me boot from eMMC. It says "Card did not respond to voltage select!", but it sees it. Armbian u-boot has no problem booting tho, and I can't find where my config deviates in relation to eMMC, any tips?
<megi>
I guess my u-boot doesn't support eMMC on H6, never tested that, because I don't have Opi3 variant with emmc
return0e has joined #linux-sunxi
florian has joined #linux-sunxi
<neothefox>
mine boots the SD without issues too, but this voltage select problem is driving me up the wall, it's frustrating because Armbian somehow does it
<megi>
also maybe DTS in my tree probably doesn't even have mmc2 node enabled
<megi>
maybe that's the issue for u-boot?
<neothefox>
and it can see the bloody card - MMC: mmc@4020000: 0, mmc@4021000: 1 pops up on boot, but then the voltage select issue
<neothefox>
megi, but the Armbian has it working, you think they have some patch that's missing from this branch?
<megi>
arbian is using mainline u-boot
<KotCzarny>
you can always take armbian's build script and make one yourself
<megi>
it's the reverse, I have a lot of patches that implement various optimizations around the SD controller (DMA DDR, etc.)
<neothefox>
megi, but there is no mainline support for OPi3, so how? Their config clearly builds it for the orangepi 3 device tree that's missing from mainline tho
Guest82 has joined #linux-sunxi
<neothefox>
KotCzarny, well yes, I can, but I wanna make a clean PKGBUILD for OPi3 support and be able to provide a buildable source to the u-boot for updates
<megi>
you can probably just build the orange pi one plus variant
<megi>
and it will mostly work
<megi>
if you don't need usb/net in u-boot
<neothefox>
megi, not usb nor net, but what about eMMC?
<megi>
not sure, it will probably need some extra options in the config file
<megi>
you can look at other orange pi boards that have emmc enabled
<megi>
to see what may be needed
<neothefox>
yeah, looks like I'm SOL for any kind of clear source here
<megi>
maybe CONFIG_MMC_SUNXI_SLOT_EXTRA=2
Guest82 has quit [Remote host closed the connection]
<megi>
you can try adding this to my config, if it will be enough to boot