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*
Mangy_Dog has quit [Ping timeout: 250 seconds]
<gnarface> vagrantc: unless something has changed recently i think the answer is probably currently no to both of those; it is working in upstream u-boot already
<vagrantc> yeah, can confirm it works in u-boot ...
florian has quit [Ping timeout: 276 seconds]
lurchi_ has quit [Ping timeout: 265 seconds]
suprothunderbolt has joined #linux-sunxi
suprothunderbolt has quit [Ping timeout: 240 seconds]
ChriChri_ has joined #linux-sunxi
ChriChri has quit [Ping timeout: 252 seconds]
ChriChri_ is now known as ChriChri
camus has joined #linux-sunxi
kaspter has quit [Ping timeout: 276 seconds]
camus is now known as kaspter
<gnarface> vagrantc: it works for me with the 5.3 one from his github
<gnarface> vagrantc: keyboard on the other hand i'm still figuring out
gatuno_123 has joined #linux-sunxi
<vagrantc> thought it was just a usb keyboard...
<gnarface> it is ISO not ANSI so some of the keys are wrong
<vagrantc> ah.
<gnarface> |\ is outputting >< in default us one, and if i try alt ones to fix it, other keys go weird like ~` and "'
<vagrantc> that's just keymap, no?
<gnarface> yea, a minor annoyance
<gnarface> the screen looks great
<gatuno_123> hi, good day/night. My name is Felix and I'm interested in the crust firmware project. Quick question, does the firmware have to be loaded every time it boots up the system? Like from a real cold boot
DonkeyHotei has quit [Ping timeout: 265 seconds]
<vagrantc> gnarface: i presume you're talking about anarsoul's sunxi64-5.3 branch?
<vagrantc> that's a few handfuls of patches on top of 5.3 ... not too crazy.
<gnarface> vagrantc: ye, i think that's the one. worked for me
<vagrantc> just when i started getting the idea i could just use debian's kernel again...
suprothunderbolt has joined #linux-sunxi
juri__ has joined #linux-sunxi
juri_ has quit [Ping timeout: 240 seconds]
NeuroScr has quit [Quit: NeuroScr]
victhor has quit [Read error: Connection reset by peer]
vagrantc has quit [Ping timeout: 276 seconds]
cnxsoft has joined #linux-sunxi
TheSeven has quit [Ping timeout: 252 seconds]
[7] has joined #linux-sunxi
gatuno_123 has left #linux-sunxi [#linux-sunxi]
_whitelogger has joined #linux-sunxi
_whitelogger_ has joined #linux-sunxi
_whitelogger_ has joined #linux-sunxi
_whitelogger has quit [Ping timeout: 245 seconds]
_whitelogger has joined #linux-sunxi
_whitelogger_ has quit [Remote host closed the connection]
dddddd has quit [Remote host closed the connection]
suprothunderbolt has quit [Ping timeout: 240 seconds]
return0e_ has joined #linux-sunxi
return0e has quit [Ping timeout: 265 seconds]
vagrantc has joined #linux-sunxi
vagrantc has quit [Client Quit]
aloo_shu has quit [Quit: WeeChat 2.5]
florian has joined #linux-sunxi
florian has quit [Ping timeout: 276 seconds]
AneoX has joined #linux-sunxi
reinforce has joined #linux-sunxi
[TheBug] has quit [Ping timeout: 240 seconds]
[TheBug] has joined #linux-sunxi
wens has quit [Ping timeout: 240 seconds]
wens has joined #linux-sunxi
bonbons has joined #linux-sunxi
florian has joined #linux-sunxi
florian has quit [Ping timeout: 276 seconds]
lurchi_ has joined #linux-sunxi
lurchi_ is now known as lurchi__
lurchi__ is now known as lurchi_
sunshavi has quit [Ping timeout: 240 seconds]
parazyd has quit [Quit: leaving]
parazyd has joined #linux-sunxi
lurchi_ is now known as lurchi__
lurchi__ is now known as lurchi_
florian has joined #linux-sunxi
juri__ has quit [Read error: Connection reset by peer]
juri_ has joined #linux-sunxi
JohnDoe_71Rus has quit [Quit: KVIrc KVIrc Aria 5.0.1, revision: 5.0.1, build type: debug, sources date: 20160102, built on: 2019-10-27 20:19:37 UTC 5.0.1 http://www.kvirc.net/]
popolon has joined #linux-sunxi
AneoX has quit [Ping timeout: 240 seconds]
AneoX has joined #linux-sunxi
Mangy_Dog has joined #linux-sunxi
florian has quit [Ping timeout: 276 seconds]
AneoX has quit [Quit: Textual IRC Client: www.textualapp.com]
lurchi_ is now known as lurchi__
AneoX has joined #linux-sunxi
JohnDoe_71Rus has joined #linux-sunxi
rex_victor has joined #linux-sunxi
lurchi__ is now known as lurchi_
popolon has quit [Quit: WeeChat 2.6]
pcbBob has joined #linux-sunxi
<pcbBob> Any ideas why Allwinner doesn't include registers for DRAM memory controller in their datasheets / user manuals?
<KotCzarny> "if you dont know what's going on, it's about money"
<pcbBob> Sooo...that means I have to dig into the linux kernel to get a particular chip working for my own project?
<gnarface> would knowing the registers change that?
<gnarface> i would assume not but i'm seriously asking...
<pcbBob> How else would you set up the communication between CPU and DRAM?
<pcbBob> I don't know, maybe there is some other way to do it
<gnarface> well i mean, how else would you write any driver for the linux kernel?
<gnarface> i wasn't aware there was any other way
<pcbBob> Are we talking about creating a driver for linux kernel?
<gnarface> unless it's got something to do with module-assistant maybe
<gnarface> weren't we?
<pcbBob> I wasn't
<gnarface> oh
<pcbBob> There is a linux kernel for the CPU I want to play with so I guess somehow someone figured out the DRAM stuff even though it is not in the user manual / datasheet
dddddd has joined #linux-sunxi
cnxsoft has quit [Quit: cnxsoft]
<pcbBob> I initially wanted to build a custom PCB based on the F1C100 / F1C200S but no information regarding memory interface whatsoever
<MoeIcenowy> pcbBob: Linux doesn't interfere with DRAM
<MoeIcenowy> it's the bootloader
<MoeIcenowy> for F1C[12]00s
<MoeIcenowy> you can check xboot project for reference of DRAM initialization
<MoeIcenowy> or check my u-boot for F1C100s (which adapted xboot code)
<pcbBob> Thanks!
<pcbBob> Do you mind guiding me to the memory code?
<pcbBob> I can't find it. too many folders
<MoeIcenowy> pcbBob: no, at another repo
BenG83 has joined #linux-sunxi
lurchi_ is now known as lurchi__
tllim has joined #linux-sunxi
florian has joined #linux-sunxi
tllim has quit [Ping timeout: 250 seconds]
lurchi__ is now known as lurchi_
tllim has joined #linux-sunxi
bonbons has quit [Quit: Leaving]
bonbons has joined #linux-sunxi
BenG83 has quit [Remote host closed the connection]
BenG83 has joined #linux-sunxi
gaston1980 has joined #linux-sunxi
<clementp[m]> Hi, do you know where I can download the H6 reference schematics ?
BenG83 has quit [Quit: Leaving]
AneoX has quit [Quit: Textual IRC Client: www.textualapp.com]
lurchi_ is now known as lurchi__
lurchi__ is now known as lurchi_
tllim has quit [Read error: Connection reset by peer]
<willmore> clementp[m], Do you mean the H6 datasheet? Or do you need the reference design schematic? The latter is not available. The former is likely on the web site.
JohnDoe_71Rus has quit [Quit: KVIrc 5.0.0 Aria http://www.kvirc.net/]
<clementp[m]> willmore:
<clementp[m]> I found it on chineese foru
<clementp[m]> But i can't download it :(
<hanetzer> clementp[m]: does it have a filename?
<hanetzer> currently at work so I'd rather avoid clicking chinese forum but I may be able to help ya dork for it when I get offline
<hanetzer> erm, when I get off the clock.
<pcbBob> Why would you choose the H6 though?
<pcbBob> 451 ball 0.65mm pitch BGA
<hanetzer> ^take it from this guy, pcb is in his name!
<hanetzer> just glad its not pcBob. that dude's a real buzzkill
jstein has joined #linux-sunxi
<pcbBob> clementp[m] You can register at that forum, you get 2rd (coins which are used to pay for the downloads) every day, you also get 5 points for answering to 3 topics each day (That's what I did a week ago)
gaston1980 has quit [Quit: Konversation terminated!]
vagrantc has joined #linux-sunxi
lurchi_ is now known as lurchi__
<clementp[m]> pcbBob: Thanks for the explanation
NeuroScr has joined #linux-sunxi
reinforce has quit [Quit: Leaving.]
lurchi__ is now known as lurchi_
pgreco_ has joined #linux-sunxi
pgreco has quit [Ping timeout: 250 seconds]
diego71 has quit [Ping timeout: 265 seconds]
AneoX has joined #linux-sunxi
fl_0 has quit [Ping timeout: 276 seconds]
pcbBob has quit [Remote host closed the connection]
fl_0 has joined #linux-sunxi
kaspter has quit [Remote host closed the connection]
kaspter has joined #linux-sunxi
aloo_shu has joined #linux-sunxi
florian has quit [Ping timeout: 252 seconds]
lurchi_ has quit [Ping timeout: 245 seconds]