jason123onirc has quit [Ping timeout: 480 seconds]
tokyovigilante has quit [Remote host closed the connection]
tokyovigilante has joined #linux-sunxi
jason123onirc has joined #linux-sunxi
Schimsalabim has quit [Read error: Connection reset by peer]
MasterR3C0RD has quit [Quit: Bye-bye!]
Jookia has joined #linux-sunxi
MasterR3C0RD has joined #linux-sunxi
ftg has quit [Read error: Connection reset by peer]
Schimsalabim has joined #linux-sunxi
apritzel has quit [Ping timeout: 480 seconds]
MasterR3C0RD has quit [Quit: Bye-bye!]
MasterR3C0RD has joined #linux-sunxi
MasterR3C0RD has quit [Ping timeout: 480 seconds]
MasterR3C0RD has joined #linux-sunxi
<MasterR3C0RD>
loki666: I think I'm probably good, at least for now. Should have a H616 board on the way soon, which should be enough for me to get to work on additional DRAM code. Thanks for the offer though!
hexdump0815 has joined #linux-sunxi
hexdump01 has quit [Ping timeout: 480 seconds]
JohnDoe_71Rus has joined #linux-sunxi
colinsane has quit []
colinsane has joined #linux-sunxi
colinsane has quit [Ping timeout: 480 seconds]
colinsane has joined #linux-sunxi
tokyovigilante has quit [Read error: Connection reset by peer]
tokyovigilante has joined #linux-sunxi
Schimsalabim has quit [Ping timeout: 480 seconds]
Schimsalabim has joined #linux-sunxi
wingrime1 has quit [Remote host closed the connection]
apritzel has joined #linux-sunxi
wingrime-ww has joined #linux-sunxi
apritzel has quit [Ping timeout: 480 seconds]
apritzel has joined #linux-sunxi
<Soupborsh>
@apritzel No.
<Soupborsh>
There is U-Boot contains boot0 and Linux kernel sources for B288 but they are outdated and do not contain for example defconfigs and devicetrees for PB618. I am thinking that I should email Pocketbook to ask them to provide source code, I think they should provide it.
Schimsalabim has quit [Ping timeout: 480 seconds]
Schimsalabim has joined #linux-sunxi
<apritzel>
well, good luck with that ;-) And also be advised that getting mainline supported on an undocumented SoC is quite an endeavour (it's already quite tedious with a manual)
<apritzel>
Soupborsh: do you have a pointer for the source code?
<Soupborsh>
I did not succesfully compile u-boot yet.
<Soupborsh>
<apritzel> "well, good luck with that..." <- Yes it is hard and does not give any significant benefits but it is fun and I am learning Linux, U-Boot and etc.
<Soupborsh>
Do you know how do I fix usb_bulk_send() ERROR -7: Operation timed out error when trying to use read or spiflash-info.
Schimsalabim has quit [Read error: Connection reset by peer]
Schimsalabim has joined #linux-sunxi
Schimsalabim has quit [Read error: Connection reset by peer]
Schimsalabim has joined #linux-sunxi
colinsane has quit []
IlikeTech has quit [Quit: Bye!]
colinsane has joined #linux-sunxi
IlikeTech has joined #linux-sunxi
apritzel has joined #linux-sunxi
<apritzel>
Soupborsh: if you are doing it more for the experience: that's great, and you will learn a good deal of *real* Linux
<apritzel>
just wanted to dampen your expectation of replacing the vendor firmware anytime soon ;-)
Schimsalabim has quit [Ping timeout: 480 seconds]
<apritzel>
for instance I believe eInk is black magic, with secret recipes, I don't think we support anything "Allwinner eink" in mainline at all atm
Schimsalabim has joined #linux-sunxi
<apritzel>
so the problem in general is that this kernel of them is really rubbish
<apritzel>
not only is the base very old (3.10), but of course the way they implement the drivers is very far from mainline
<apritzel>
for instance the clock driver is completely different:
<apritzel>
the only thing you can do is to extract the clock register information (which normally would be in the manual) from drivers/clk/sunxi/clk-sun8iw10.c, and then implement a proper modern clock driver based on that information