<apritzel>
GrantM11235[m]: so by just adding CONFIG_USB_MUSB_GADGET=y to the defconfig, and doing a clean build, USB gadget now works nicely for me, with Ethernet, fastboot, UMS
<apritzel>
(plus the compatible string in sunxi.c, of course)
<apritzel>
GrantM11235[m]: did you manage to get U-Boot's mtd command working, with SPI NAND on the F1C200s?
<apritzel>
"mtd list" results in: "spi_nand flash@0: unknown raw ID ff ff ff ff" for me
<apritzel>
GrantM11235[m]: also many thanks for creating the Wiki page!
apritzel has quit [Ping timeout: 480 seconds]
Daanct12 has joined #linux-sunxi
<GrantM11235[m]>
apritzel: do you read the irc logs from when you are offline?
ftg has quit [Read error: Connection reset by peer]
Daanct12 has quit [Quit: WeeChat 4.0.5]
Daanct12 has joined #linux-sunxi
JohnDoe_71Rus has joined #linux-sunxi
hexdump0815 has joined #linux-sunxi
hexdump01 has quit [Ping timeout: 480 seconds]
evgeny_boger1 has joined #linux-sunxi
evgeny_boger has quit [Ping timeout: 480 seconds]
stipa has quit [Remote host closed the connection]
swiftgeek has quit [Ping timeout: 480 seconds]
megi has quit [Ping timeout: 480 seconds]
megi has joined #linux-sunxi
Net147 has quit [Quit: Quit]
Net147 has joined #linux-sunxi
junari has joined #linux-sunxi
warpme has joined #linux-sunxi
swiftgeek has joined #linux-sunxi
<junari>
apritzel: you wanted to share some improvements for lpddr4 driver
<junari>
In the coming days I plan to send an updated patch for the opizero3
tnovotny has joined #linux-sunxi
Daanct12 has quit [Quit: WeeChat 4.0.5]
Daanct12 has joined #linux-sunxi
apritzel has joined #linux-sunxi
<apritzel>
GrantM11235[m]: yes, I always do (the read logs), so feel free to use the channel asynchronously ;-)
<apritzel>
junari: ah, right, thanks for the heads up
<GrantM11235[m]>
apritzel: I got the mtd command to work, mostly. I can read the stock uboot image at offset 0, but when I try to read other partitions, like the linux image, I get a different chunk of data than what I expect. I assume that the stock firmware is doing some sort of wear-leveling
junari has quit [Ping timeout: 480 seconds]
<apritzel>
GrantM11235[m]: is that just a matter for the stock firmware mapping? So is the view self-consistent with the mainline U-Boot driver? If you write something to offset x, you can always read it back there?
<GrantM11235[m]>
I don't know, I'm afraid to write anything without a backup of the original firmware