rellla changed the topic of #linux-sunxi to: Allwinner/sunxi /development discussion - did you try looking at our wiki? https://linux-sunxi.org - Don't ask to ask. Just ask and wait! - https://github.com/linux-sunxi/ - Logs at http://irclog.whitequark.org/linux-sunxi - *only registered users can talk*
cnxsoft has joined #linux-sunxi
cnxsoft1 has quit [Ping timeout: 260 seconds]
Mangy_Dog has quit [Ping timeout: 240 seconds]
gaston1980 has joined #linux-sunxi
jbrown has quit [*.net *.split]
nashpa has quit [*.net *.split]
lurchi_ has quit [*.net *.split]
pg12 has quit [*.net *.split]
abelvesa has quit [*.net *.split]
alexxy has quit [*.net *.split]
ScrumpyJack has quit [*.net *.split]
duracrisis has quit [*.net *.split]
jerbob92 has quit [*.net *.split]
wigyori has quit [*.net *.split]
wigyori has joined #linux-sunxi
jbrown has joined #linux-sunxi
pg12 has joined #linux-sunxi
abelvesa has joined #linux-sunxi
ScrumpyJack has joined #linux-sunxi
jerbob92 has joined #linux-sunxi
alexxy has joined #linux-sunxi
duracrisis has joined #linux-sunxi
lurchi_ has joined #linux-sunxi
nashpa has joined #linux-sunxi
apritzel has quit [Ping timeout: 246 seconds]
tuxd3v has joined #linux-sunxi
lurchi_ is now known as lurchi__
jstein has quit [Quit: quit]
jernej has quit [Quit: Free ZNC ~ Powered by LunarBNC: https://LunarBNC.net]
jernej has joined #linux-sunxi
kaspter has joined #linux-sunxi
camus has joined #linux-sunxi
kaspter has quit [Ping timeout: 272 seconds]
camus is now known as kaspter
gaston1980 has quit [Quit: Konversation terminated!]
victhor has quit [Ping timeout: 256 seconds]
DonkeyHotei has joined #linux-sunxi
gediz0x539 has quit [Remote host closed the connection]
gediz0x539 has joined #linux-sunxi
ChriChri_ has joined #linux-sunxi
ChriChri has quit [Ping timeout: 256 seconds]
ChriChri_ is now known as ChriChri
[7] has quit [Ping timeout: 268 seconds]
TheSeven has joined #linux-sunxi
JohnDoe_71Rus has joined #linux-sunxi
tuxd3v has quit [Ping timeout: 265 seconds]
asdf28 has joined #linux-sunxi
daregap has joined #linux-sunxi
reinforce has joined #linux-sunxi
camus has joined #linux-sunxi
kaspter has quit [Read error: Connection reset by peer]
camus is now known as kaspter
chewitt has quit [Read error: Connection reset by peer]
chewitt has joined #linux-sunxi
_whitelogger has joined #linux-sunxi
apritzel has joined #linux-sunxi
cmeerw has joined #linux-sunxi
_whitelogger has joined #linux-sunxi
chewitt_ has quit [Read error: Connection reset by peer]
chewitt has joined #linux-sunxi
apritzel has quit [Ping timeout: 264 seconds]
cmeerw has quit [Ping timeout: 260 seconds]
_whitelogger has joined #linux-sunxi
chewitt has quit [Quit: Adios!]
netlynx has joined #linux-sunxi
camus has joined #linux-sunxi
kaspter has quit [Ping timeout: 265 seconds]
camus is now known as kaspter
ldevulder has joined #linux-sunxi
ldevulder has quit [Ping timeout: 256 seconds]
ldevulder has joined #linux-sunxi
matthias_bgg has joined #linux-sunxi
AneoX has joined #linux-sunxi
apritzel has joined #linux-sunxi
chewitt has joined #linux-sunxi
victhor has joined #linux-sunxi
kaspter has quit [Ping timeout: 260 seconds]
kaspter has joined #linux-sunxi
lkcl has quit [Ping timeout: 240 seconds]
tuxd3v has joined #linux-sunxi
lkcl has joined #linux-sunxi
tuxillo has quit [Ping timeout: 256 seconds]
tuxillo has joined #linux-sunxi
Mangy_Dog has joined #linux-sunxi
camus has joined #linux-sunxi
kaspter has quit [Ping timeout: 240 seconds]
camus is now known as kaspter
tuxd3v has quit [Ping timeout: 256 seconds]
lkcl has quit [Ping timeout: 264 seconds]
faruk has joined #linux-sunxi
kaspter has quit [Quit: kaspter]
JohnDoe_71Rus has quit [Quit: KVIrc 5.0.1 Aria http://www.kvirc.net/]
lkcl has joined #linux-sunxi
faruk has quit [Quit: Leaving]
daregap has quit [Quit: daregap]
<plaes> apritzel: o/ I finally found time to test a64 fel
<plaes> 'U-Boot header CRC mismatch: expected acf8b, got 66ab0f56'
<plaes> any idea from where to start digging?
<plaes> ./sunxi-fel uboot u-boot-sunxi-with-spl.bin
<plaes> apritzel: your mkimage patches never made upstream?
<apritzel> plaes: so far you need to use "spl" instead of "uboot"
<apritzel> and you can't load the whole image at once, since sunxi-fel only knows about the U-Boot legacy image
<apritzel> I have FIT support in some kind of advanced state
<apritzel> and the mkimage patch will probably be merged in the new U-Boot merge window
<apritzel> plaes: so for loading the whole firmware you have to break this down:
tnovotny has joined #linux-sunxi
<apritzel> $ sunxi-fel spl /src/u-boot/spl/sunxi-spl.bin write 0x44000 /src/tf-a/build/sun50i_a64/debug/bl31.bin write 0x4a000000 /src/u-boot/u-boot.bin reset64 0x44000
<apritzel> obvious, isn't it? ;-)
<libv> -> wiki?
<plaes> libv: this stuff is not yet merged ;)
<apritzel> libv: but thanks for volunteering! :-P
<plaes> apritzel: how should I pass in crust?
reinforce has quit [Quit: Leaving.]
<smaeul> 0x50000 .../scp.bin
<plaes> \o/
<apritzel> plaes: yeah, either load explicitly, to its load address (0x50000 on the A64)
<plaes> \o/ works :)
<apritzel> plaes: or append it to bl31.bin
<plaes> NOTICE: PSCI: System suspend is available via SCPI
<apritzel> plaes: great, thanks for testing!
<plaes> FEL tested on Olimex A64 Olinuxino..
<apritzel> plaes: do you have the version with eMMC?
luke-jr has quit [Read error: Connection reset by peer]
<plaes> yes
<apritzel> plaes: nice! Can you add: "max-frequency = <150000000>;" and "mmc-hs200-1_8v;" to the DT, and check if the eMMC gets faster (and works reliably in the first place)?
luke-jr has joined #linux-sunxi
gaston1980 has joined #linux-sunxi
<plaes> ok, will look into this later
<apritzel> plaes: thanks, no hurry! I might ping you after the merge window ...
luke-jr has quit [Ping timeout: 260 seconds]
luke-jr has joined #linux-sunxi
tbueno_ has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
JohnDoe_71Rus has joined #linux-sunxi
tbueno has joined #linux-sunxi
gaston1980 has quit [Quit: Konversation terminated!]
kaspter has joined #linux-sunxi
<montjoie> hé hé hé hé, ebiggers sent a patch for supporting mmc hardware encryption, this will help using EMCE on H6
vagrantc has joined #linux-sunxi
lucascastro has quit [Ping timeout: 260 seconds]
cmeerw has joined #linux-sunxi
jstein has joined #linux-sunxi
chewitt has quit [Read error: Connection reset by peer]
chewitt has joined #linux-sunxi
lkcl has quit [Ping timeout: 240 seconds]
lkcl has joined #linux-sunxi
jorik_ has joined #linux-sunxi
jonkerj has quit [Read error: Connection reset by peer]
lucascastro has joined #linux-sunxi
datagutt has quit [Ping timeout: 246 seconds]
datagutt has joined #linux-sunxi
datagutt has joined #linux-sunxi
datagutt has quit [Changing host]
grw1 has quit [Ping timeout: 264 seconds]
vbmithr has quit [Ping timeout: 246 seconds]
vbmithr has joined #linux-sunxi
grw1 has joined #linux-sunxi
azend has quit [Ping timeout: 264 seconds]
azend_ has joined #linux-sunxi
jaganteki has joined #linux-sunxi
vbmithr has quit [Ping timeout: 246 seconds]
vbmithr has joined #linux-sunxi
yann has quit [Ping timeout: 246 seconds]
yann has joined #linux-sunxi
AneoX has quit [Quit: Textual IRC Client: www.textualapp.com]
kaspter has quit [Quit: kaspter]
tuxd3v has joined #linux-sunxi
apritzel has quit [Ping timeout: 272 seconds]
lurchi__ is now known as lurchi_
<plaes> hmm.. any idea why I cannot enable fastboot functionality for arm64 (a64-olinuxino) ?
<plaes> ok, arm32 seems to have USB_FUNCTION_FASTBOOT as default
<plaes> and this seems to require USB GADGET functionality...
<jaganteki> @plaes: fastboot can be possible even on arm64 - pls check BPI-M64 defconfig
<plaes> jaganteki: ah thank.. the issue (after adding the various FASTBOOT configuration options was this): u-boot/cmd/fastboot.c:80: undefined reference to `usb_gadget_handle_interrupts'
<plaes> and +CONFIG_USB_MUSB_GADGET=y helped
<plaes> is the loader1/loader2 partitioning for fastboot valid for arm64?
<jaganteki> yes.
<plaes> sunxi-spl.bin to loader1, u-boot.bin to loader2
<jaganteki> you can find it on partition env
<jaganteki> loader2 is u-boot.itb
<jaganteki> in arm64
<plaes> I don't see this being generated..
<plaes> only .itb file is u-boot-sunxi-with-spl.fit.itb
<plaes> yay, that can be flashed to loader2 :)
tnovotny has quit [Ping timeout: 258 seconds]
jernej has quit [Quit: Free ZNC ~ Powered by LunarBNC: https://LunarBNC.net]
jernej has joined #linux-sunxi
JohnDoe_71Rus has quit [Quit: KVIrc 5.0.1 Aria http://www.kvirc.net/]
jaganteki has quit [Remote host closed the connection]
jernej has quit [Quit: Free ZNC ~ Powered by LunarBNC: https://LunarBNC.net]
gaston1980 has joined #linux-sunxi
jernej has joined #linux-sunxi
jernej has quit [Client Quit]
ldevulder_ has joined #linux-sunxi
ldevulder has quit [Ping timeout: 240 seconds]
gaston1980 has quit [Quit: Konversation terminated!]
jernej has joined #linux-sunxi
cmeerw has quit [Ping timeout: 260 seconds]
Ashleee has quit [Quit: Leaving... bbl]
hramrach has quit [Ping timeout: 240 seconds]
Ashleee has joined #linux-sunxi
hramrach has joined #linux-sunxi
asdf28 has quit [Remote host closed the connection]
asdf28 has joined #linux-sunxi
apritzel has joined #linux-sunxi
macc24 has quit [Ping timeout: 246 seconds]
asdf28 has quit [Ping timeout: 240 seconds]
macc24 has joined #linux-sunxi
narmstrong has quit [Ping timeout: 264 seconds]
aliosa27 has quit [Ping timeout: 264 seconds]
steev has quit [Ping timeout: 272 seconds]
victhor has quit [Quit: Leaving]
steev has joined #linux-sunxi
Mangy_Dog has quit [Ping timeout: 264 seconds]