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*
reinforce has quit [Quit: Leaving.]
ashleyk_ has quit [Ping timeout: 256 seconds]
tllim has quit [Read error: Connection reset by peer]
Putti has quit [Ping timeout: 246 seconds]
lurchi__ is now known as lurchi_
agraf has quit [Ping timeout: 244 seconds]
lurchi_ is now known as lurchi__
agraf has joined #linux-sunxi
lurchi__ is now known as lurchi_
Jojo1411_73 has quit [Quit: http://www.kiwiirc.com/ - A hand crafted IRC client]
Jojo1411_73 has joined #linux-sunxi
vagrantc_ has joined #linux-sunxi
Andy-D has quit [Ping timeout: 250 seconds]
DonkeyHotei has quit [Read error: Connection reset by peer]
DonkeyHotei has joined #linux-sunxi
wwilly has quit [Ping timeout: 245 seconds]
vagrantc has quit [Quit: leaving]
vagrantc_ is now known as vagrantc
Jojo1411_73 has quit [Quit: http://www.kiwiirc.com/ - A hand crafted IRC client]
Jojo1411_73 has joined #linux-sunxi
ashleyk_ has joined #linux-sunxi
KotCzarny has quit [Ping timeout: 272 seconds]
KotCzarny has joined #linux-sunxi
wwilly has joined #linux-sunxi
TheSeven has quit [Disconnected by services]
[7] has joined #linux-sunxi
_whitelogger has joined #linux-sunxi
lurchi_ is now known as lurchi__
lurchi_ has joined #linux-sunxi
lykt has quit [Quit: leaving]
lurchi__ has quit [Ping timeout: 272 seconds]
lykt has joined #linux-sunxi
nuuuciano has quit [Ping timeout: 250 seconds]
Mandragor has quit [Ping timeout: 250 seconds]
[7] has quit [Ping timeout: 240 seconds]
TheSeven has joined #linux-sunxi
Mandragor has joined #linux-sunxi
JohnDoe_71Rus has joined #linux-sunxi
_whitelogger has joined #linux-sunxi
vagrantc has quit [Quit: leaving]
clemens3 has quit [Ping timeout: 245 seconds]
f0xx has joined #linux-sunxi
sutke11782 has joined #linux-sunxi
sutke1178 has quit [Ping timeout: 245 seconds]
dddddd has quit [Remote host closed the connection]
Putti has joined #linux-sunxi
pcbBob_ has joined #linux-sunxi
wwilly has quit [Ping timeout: 245 seconds]
AneoX_ has quit [Ping timeout: 250 seconds]
AneoX has joined #linux-sunxi
<quark_> pcbBob_: it's nowadays quite easy to solder BGA components at home. those BGA soldering stations doesn't cost that much
Mangy_Dog has joined #linux-sunxi
wwilly has joined #linux-sunxi
<pcbBob_> quark_: I thought about buying a ordinary toaster oven and a separate controller board which does control the on / off of the toaster so the temperature curve fits the melting point of the solder
<pcbBob_> Besides the fact that BGA isn't really the point right now - much more the complex DDR1/2/3 interfaces I don't want to bother with
<pcbBob_> and with BGA there usually comes 6 or more layer boards with tiny trace widths and tiny vias which I don't want to afford
f0xx has quit [Ping timeout: 246 seconds]
wwilly has quit [Ping timeout: 246 seconds]
wwilly has joined #linux-sunxi
f0xx has joined #linux-sunxi
f0xx has quit [Ping timeout: 255 seconds]
Mandragor has quit [Quit: http://quassel-irc.org - Chat comfortably. Anywhere.]
Mandragor has joined #linux-sunxi
wwilly has quit [Ping timeout: 245 seconds]
Mandragor has quit [Client Quit]
Mandragor has joined #linux-sunxi
hanni76 has joined #linux-sunxi
<pcbBob_> Does anyone understand this commit? https://lore.kernel.org/patchwork/patch/877044/ - did they just added the "option" for the F-Series processors but didn't actually include any source code necesarry to get linux running on those?
<aalm> atleast f20 looks like pretty much a10, so could be it's a matter of having their dts use correct compatibles..
<aalm> i wonder if that's f1c200s mentioned in the commit
<pcbBob_> What does 'dts' stand for?
<aalm> device trees
<aalm> fdt
<aalm> it's used to describe the hw
<pcbBob_> they say 'Add option for Allwinner ARMv5 SoCs and a SoC suniv (which is a die used for many new F-series products, including F1C100A, F1C100s, F1C200s, F1C500, F1C600).' - so I assume the F1C100A is supported as well? I just don't know where to look at in the source code to find out how they did it
<aalm> i suppose there's some kernel config for it?
<aalm> i think you'd find the dts from here: https://github.com/torvalds/linux/tree/master/arch/arm/boot/dts
<aalm> anyway, that was 2/9, did you check the other patches? did those get commited?
<aalm> MoeIcenowy, hi:] ^ ?
wwilly has joined #linux-sunxi
AneoX_ has joined #linux-sunxi
AneoX has quit [Ping timeout: 245 seconds]
wwilly has quit [Ping timeout: 268 seconds]
netlynx has joined #linux-sunxi
netlynx has quit [Changing host]
netlynx has joined #linux-sunxi
pcbBob_ has quit [Ping timeout: 256 seconds]
pcbBob_ has joined #linux-sunxi
<pcbBob_> yeah, you are right. There is one file called 'suniv-f1c100s.dtsi'
<pcbBob_> What does this mean? "ccu: clock@1c20000", "intc: interrupt-controller@1c20400"?
<pcbBob_> Is this a memory address where the specific hardware component is located?
<pcbBob_> Looks like they didn't specify SPI, I²C
wwilly has joined #linux-sunxi
pcbBob_ has quit [Ping timeout: 256 seconds]
wwilly has quit [Ping timeout: 246 seconds]
pcbBob_ has joined #linux-sunxi
<pcbBob_> So what information can I get out of this? https://pastebin.com/DDARAHZ5
<pcbBob_> it gives me a memory address but it doesn't give me all of the settings and option bits (e.g. for uart or pll)?
AneoX_ has quit [Ping timeout: 272 seconds]
<pcbBob_> Okay I make one guess: There is this 'compatible'-attribute. E.g. the ccu is compatible with "allwinner,suniv-f1c100s-ccu". So I have to search for a file called 'suniv-f1c100s-ccu'? Unfortunately there is no file with that name :(
<beeble> drivers/clk/sunxi-ng/ccu-suniv-f1c100s.c
Andy-D has joined #linux-sunxi
AneoX has joined #linux-sunxi
<pcbBob_> I don't understand why they didn't specifiy any SPI / I²C peripherals even though the datasheet from allwinner clearly says that the F1C100S has them
<pcbBob_> Oh I see
<pcbBob_> That's all in the pinctrl-suniv-f1c100s
<pcbBob_> I am getting excited :D
<pcbBob_> it's all there
Putti has quit [Remote host closed the connection]
<pcbBob_> Can't find suniv-fc1c100s-(ic/timer/wdt/sram-d)
sutke11782 has quit [*.net *.split]
lurchi_ has quit [*.net *.split]
KotCzarny has quit [*.net *.split]
nashpa has quit [*.net *.split]
gnarface has quit [*.net *.split]
chewitt has quit [*.net *.split]
specing has quit [*.net *.split]
buZz has quit [*.net *.split]
Perlovka_ has quit [*.net *.split]
grw has quit [*.net *.split]
mnemoc has quit [*.net *.split]
xeniter has quit [*.net *.split]
wens has quit [*.net *.split]
mfa298 has quit [*.net *.split]
Nemo_bis has quit [*.net *.split]
ijc has quit [*.net *.split]
mnemoc has joined #linux-sunxi
buZz has joined #linux-sunxi
Perlovka has joined #linux-sunxi
wens has joined #linux-sunxi
grw has joined #linux-sunxi
xeniter has joined #linux-sunxi
specing has joined #linux-sunxi
specing has quit [Changing host]
specing has joined #linux-sunxi
lurchi_ has joined #linux-sunxi
ijc has joined #linux-sunxi
buZz is now known as Guest91740
KotCzarny has joined #linux-sunxi
nashpa has joined #linux-sunxi
sutke11782 has joined #linux-sunxi
wwilly has joined #linux-sunxi
Guest91740 has quit [Changing host]
Guest91740 has joined #linux-sunxi
Guest91740 is now known as buZz
gnarface has joined #linux-sunxi
mfa298 has joined #linux-sunxi
<aalm> pcbBob_, curious, how much have you estimated your board to cost?
wwilly has quit [Ping timeout: 244 seconds]
<pcbBob_> aalm what do you mean? I think getting LQFP-128 and SDR-SDRAM TSSOP 50ish is possible on 4 layers. 4 layer PCBs from China are around 40$ for 5 pieces, so 8$ per PCB
Nemo_bis has joined #linux-sunxi
reinforce has joined #linux-sunxi
boycottg00gle has joined #linux-sunxi
pcbBob_ has quit [Ping timeout: 256 seconds]
wwilly has joined #linux-sunxi
nuuuciano has joined #linux-sunxi
Rafael1980 has joined #linux-sunxi
boycottg00gle has quit [Ping timeout: 258 seconds]
boycottg00gle has joined #linux-sunxi
Andy-D has quit [Ping timeout: 245 seconds]
boycottg00gle has quit [Remote host closed the connection]
f0xx has joined #linux-sunxi
pcbBob has quit [Ping timeout: 255 seconds]
iamfrankenstein has joined #linux-sunxi
pcbBob has joined #linux-sunxi
<pcbBob> Any idea why there is 'suniv-f1c100s-sram-d' mentioned as being compatible in 'suniv-f1c100s.dtsi' even though 'suniv-f1c100s-sram-d' doesn't exist?
dddddd has joined #linux-sunxi
pcbBob2 has joined #linux-sunxi
Putti has joined #linux-sunxi
pcbBob2 has quit [Ping timeout: 245 seconds]
pcbBob2 has joined #linux-sunxi
<aalm> pcbBob, have you cloned the sources yet? i suggest doing that, then it's simple matter of using grep :]
<pcbBob> I downloaded it as a .zip file to my windows pc and searched for a file name 'suniv-f1c100s-sram-d'
<pcbBob> *named
<aalm> you might want to check linux/Documentation/devicetree/bindings/sram/sunxi-sram.txt and linux/drivers/soc/sunxi/sunxi_sram.c
<aalm> they don't follow such naming you came up with
netlynx has quit [Quit: Ex-Chat]
<pcbBob> I didn't came up with the naming. They came up with it and then didn't supply
iamfrankenstein has quit [Ping timeout: 245 seconds]
iamfrankenstein has joined #linux-sunxi
<aalm> well, those strings are not filenames to begin with
<pcbBob> oh okay, my bad
nuuuciano_ has joined #linux-sunxi
nuuuciano has quit [Ping timeout: 255 seconds]
\\Mr_C\\ has quit [Ping timeout: 255 seconds]
Net147 has quit [Quit: Quit]
Net147 has joined #linux-sunxi
nuuuciano_ has quit [Ping timeout: 245 seconds]
<beeble> pcbBob: getting the source via git (get the git shell from the git website) and using git grep might be an easier way for you to search the sourcetree. and you want to have an updateable tree anyway
<beeble> depending on your layout skills and used software a ddr2/3 design isn't that hard if you stick to a single device topology. it get's a bit messier if you need a t-topology
<beeble> doing flyby ddr3 would be even easier but them you get into bootloader ddr init code "troubles"
pcbBob2 has quit [Ping timeout: 245 seconds]
nuuuciano_ has joined #linux-sunxi
<pcbBob> I don't have any layout skills :D https://pasteboard.co/I7PpWfL.png
<beeble> 6 layer from china with defined stackup goes down to about 85 usd with enig surface and qty of 10
<pcbBob> Why are the linux guys not just giving me the reference manual they are using for the F1C100S :(
<beeble> but you are already using altium
<beeble> so nothing blocking there
<pcbBob> I thought you would say that the layout doesn't look that bad
<pcbBob> *hoped
<beeble> everybody starts somewhere :)
<pcbBob> I would much rather start with a simple design and partly unknown hardware than known hardware and uber complex design with 6 layers, bgas and stuff
<smaeul> pcbBob: what do you mean? the reference manuals are freely avalaible
<pcbBob> I didn't find one for the F1C100 Series
<pcbBob> Are you serious? That's just text. Not a single register address
<pcbBob> Like, okay I know the chip has a uart interface, but I neither know all the option bits available nor the address location of them
<pcbBob> Oh that's new for me. Thanks alot!
<pcbBob> But why is it called 'F1C600'?
f0xx has quit [Ping timeout: 250 seconds]
<pcbBob> Unfortunately I don't think that's the same CPU. It only supports DDR1 RAM and not SDR RAM
<smaeul> correct, it's a slightly newer CPU in the same family.
<smaeul> if you're looking for documentation on the DRAM controller, though, you're not going to find it in any allwinner documentation
<smaeul> at least not anything public
<pcbBob> So you are saying that register addresses for PLL and other peripherals might be the same on the F1C100S and on the F1C600?
<aalm> pcbBob, there is a link to some SDK that was used for F1C100s
<pcbBob> smaeul I found some code file in the linux sources which had a comment that they are using allwinner supplied code for the DRAM controller
<pcbBob> But I would say there may be some (drastic) differences between a SDR-DRAM controller and a DDR1-DRAM controller
<aalm> possibly just reverse-engineered values in it, idk.
<pcbBob> aalm I am sorry, I can't follow you. Where is the link?
<aalm> pcbBob, it seems this does require some downloader i don't have/can't use(on bsd): https://pan.baidu.com/s/1rar5YtI
<pcbBob> Ah yes :D
<pcbBob> I stumbled upon this one today as well and also struggled with downloading it
<aalm> did you get it?
<pcbBob> no, I tried to install some weird chrome plugin to download from baidu without account but it seems like they don't work anymore
<pcbBob> after that I wanted to guy with the downloader but the download failed several times
<pcbBob> I didn't try it since a few hours
<pcbBob> I also don't understand why "Icenowy Zheng" didn't upload it to a public available filesharing website if he is contributing to an open source project
<aalm> i guess i'll clone a vm for trying to dload it later today
<aalm> maybe that is public there
<aalm> i think i also saw it on pudn.com or something, which seems a bit similar
jernej has quit [Quit: Free ZNC ~ Powered by LunarBNC: https://LunarBNC.net]
<pcbBob> Maybe he should have uploaded it to the linux-sunxi wiki where all other allwinner documents are located, anyhow I don't want to rant on him if he is responsible that these chips are getting supported
<aalm> yeah, you shouldn't :]
<pcbBob> Oh I am sorry, I am not familiar with chinese names
jernej has joined #linux-sunxi
<pcbBob> This download application want's my phone number :(
<pcbBob> "Please enter a chinese phone number" - Okay, I am out :(
<beeble> pcbBob: some advice if you choose to go the custom board route. before checking linux try to figure out the bootloader situation. you want to be able to build your own and have all the means to load code. getting linux running afterwards will be a lit easier if you have a good fundation
<beeble> also if you are nit able to tune you dram setup everything can take a lot longer if you have to reverse that first
pcbBob2 has joined #linux-sunxi
wwilly has quit [Ping timeout: 255 seconds]
pcbBob has quit [Ping timeout: 256 seconds]
pcbBob has joined #linux-sunxi
pcbBob_ has joined #linux-sunxi
<pcbBob_> that's the reason why I am so keen on register addresses and stuff
pcbBob has quit [Ping timeout: 256 seconds]
<MoeIcenowy> pcbBob: I upload nothing
<MoeIcenowy> for the SDKs on Baidu Pan
<MoeIcenowy> I only provide the original link uploaded by others
<MoeIcenowy> if you really want something, I can download for you
<pcbBob_> Icenowy but I don't understand how you add support for a hardware with only 20 pages of documentation?
<pcbBob_> I also wrote you an email today :D
<MoeIcenowy> pcbBob: F1C100s has the same die with F1C600, but not the same with F1C100
<MoeIcenowy> pcbBob_: by looking at any source available
<MoeIcenowy> and the F1C600 is in fact a F1C100s with different string on it
<pcbBob_> So that does mean that I can basically copy the register addresses from the F1C600 300+ pages manual if I want to work with a F1C100s?
<MoeIcenowy> yes
<pcbBob_> The F1C100S also has DDR-RAM built in if I am not mistaken so no need for SDR-RAM memory controller specification
<MoeIcenowy> The controller handles both SDRAM and DDR1
<pcbBob_> originally I planned on using the F1C100A because I wanted to learn routing SDRAM interface
<pcbBob_> oh okay
<pcbBob_> Would you say it is possible to work with the F1C100A from the F1C600 manual?
<MoeIcenowy> yes
<MoeIcenowy> they're also the same die
<MoeIcenowy> but for SDRAM you will need to look at Allwinner source/binary
<MoeIcenowy> there's no manual for SDRAM controller
<pcbBob_> at which source code are your referring too?
<MoeIcenowy> please find it by yourself
<MoeIcenowy> collect as many Allwinner SDKs as possible
<pcbBob_> thanks alot, if you say it's possible to mostly work with the F1C600 manual apart from the SDRAM controller I will try it out
<MoeIcenowy> Allwinner usually use the same die in many of their products
<pcbBob_> I already thought about it but then maybe the re-arranged the address space or something
<MoeIcenowy> I don't think it easy to re-arrange address space without retape the dire
<MoeIcenowy> s/dire/die
<MoeIcenowy> Usually Allwinner only differ renamed chips by a "bonding id"
<pcbBob_> I guess it makes sense not to re-design every chip you sell
lurchi_ is now known as lurchi__
BenG83 has joined #linux-sunxi
<pcbBob_> So I assume flashing the internal ROM of the F1C100 is done via JTAG? Even though I don't find any PIN labeled "TDI" or "TDO" in the manuals
iamfrankenstein has quit [Quit: iamfrankenstein]
lurchi__ is now known as lurchi_
f0xx has joined #linux-sunxi
<MoeIcenowy> pcbBob_: internal ROM?
<MoeIcenowy> I think it's not flashable
<pcbBob_> The F1C600 tells me it has 32K "BROM"
<MoeIcenowy> this is mask ROM
<MoeIcenowy> not flashable
<MoeIcenowy> it's fixed when the chip is taped out
<pcbBob_> oh
<MoeIcenowy> BTW I'm sure F1C100s has JTAG
<MoeIcenowy> it's muxed with SDC0
<MoeIcenowy> I used JTAG to debug when bringing up U-Boot for F1C100s
karlp has quit [Quit: WeeChat 2.4]
<pcbBob_> Oh, so you are telling me DBG_CK is JTAG-CLK and DBG_DO is TDO?
<MoeIcenowy> should be
karlp has joined #linux-sunxi
MoeIcenowy has quit [Quit: ZNC 1.6.5+deb1+deb9u1 - http://znc.in]
MoeIcenowy has joined #linux-sunxi
wwilly has joined #linux-sunxi
aballier has quit [Ping timeout: 246 seconds]
aballier has joined #linux-sunxi
Andy-D has joined #linux-sunxi
wwilly has quit [Ping timeout: 268 seconds]
<pcbBob_> I thought I would connect my J-Link JTAG programmer to the F1C100A and program my .hex file to the ROM :( Suddenly it starts to get way more complex in my mind with getting my code to a flash memory and stuff
aballier has quit [Ping timeout: 255 seconds]
aballier has joined #linux-sunxi
hanni76_ has joined #linux-sunxi
hanni76 has quit [Ping timeout: 258 seconds]
Putti has quit [Ping timeout: 250 seconds]
<pcbBob_> Is it possible to program it "bare-metal" even without u-boot and basically write all hardware initialization code yourself without too much effort?
<pcbBob_> with "too much" I mean if it would take several months to figure everything out
wwilly has joined #linux-sunxi
wwilly has quit [Read error: Connection reset by peer]
wwilly has joined #linux-sunxi
wwilly has quit [Ping timeout: 246 seconds]
hanni76_ has quit [Quit: Leaving]
<KotCzarny> yes
<KotCzarny> but depends on what you need
<KotCzarny> but then you will be duplicating what uboot does
BenG83 has quit [Ping timeout: 252 seconds]
<pcbBob_> I thought uboot would basically prepare the CPU and RAM to run the linux kernel. If I don't want to run it, do I need to do everything what uboot does?
<KotCzarny> then you are probably need microcontroller, and not a soc
<KotCzarny> uboot can prepare hardware and run ANY arm binary
<KotCzarny> it doesnt have to be linux
<pcbBob_> there is no microcontroller having as much processing power as the ARM9 or Cortex-A CPUs
<KotCzarny> not true
<KotCzarny> there were few new
<pcbBob_> linux is also just "code" being executed, why shouldn't it be my code?
<pcbBob_> KotCzarny okay, maybe there are. But not for 2$
netlynx has joined #linux-sunxi
netlynx has joined #linux-sunxi
netlynx has quit [Changing host]
<smaeul> pcbBob_: the short answer is that if you want to use high speed peripherals (storage, video, etc), then you want to use u-boot to load your application
<smaeul> and if you don't want to use those peripherals (you just need CPU and GPIO/SPI/I2C/etc.), then you want to use only the SPL part of u-boot to initialize the DRAM for you and load your application
<pcbBob_> okay, that sounds reasonable
<pcbBob_> So there is this "LicheePi Nano" board which is using uboot from here (https://github.com/Lichee-Pi/u-boot). So I guess I have to figure out how to get just the SPL part from it?
<pcbBob_> the LicheePi Nano uses the F1C100S
<aalm> i'd suggest starting w/the whole thing, once your code has what it needs, you can leave just the spl and replace u-boot with your app
vagrantc has joined #linux-sunxi
<aalm> pcbBob_, ^it would also mean less reflashing the thing when u-boot likely provides more than one way to load the next stage, which is nice with initial bring up where bugs/errors _will_ happen.
<pcbBob_> by the way: flashing. How does it work? I once tried "bare metal" with the Raspi B+, and "flashing" basically was putting the SD-card into my PC, copying the binaries, sticking the SD card back into the pi and than see what happens. I assume this would be the same way here?
<aalm> i think most armv5 socs i've had have booted off of spi flash
<pcbBob_> The F1C100S has JTAG hardware, at least it is listed in the documentation, and it seems there are some pins muxed with JTAG
<aalm> while the brom might support sdcard too
<pcbBob_> so I would program the SPI flash via UART from the PC?
<aalm> likely, or usb, but those are soldered on pcb..
<aalm> usually
<aalm> i guess the sdk will reveal your options w/boot sources
<aalm> idk. if it's a function of brom, or u-boot, but atleast later socs do support booting over usb(otg)
Andy-D has quit [Ping timeout: 268 seconds]
<smaeul> from the manual:
<smaeul> Support system boot from SPI Nor/Nand Flash, and SD/TF card
<smaeul> ● Support system code download through USB OTG
<smaeul> pcbBob_: there's a usb monitor in the BROM (called FEL) that you can use to download code into SRAM and run. that code could be u-boot, your application, or an SPI flasher program
Andy-D has joined #linux-sunxi
fALSO has quit [Remote host closed the connection]
fALSO has joined #linux-sunxi
fkluknav has quit [Read error: Connection reset by peer]
fkluknav has joined #linux-sunxi
<[TheBug]> FYI if you want to see LicheePi Nano looks like https://licheepizero.us/
<fALSO> hi there
aballier has quit [Ping timeout: 255 seconds]
aballier has joined #linux-sunxi
<[TheBug]> MoeIcenowy: if you ever want me to host ANY code /links etc related to LicheePi * let me know I can make you an sftp or something on that server for you to use
<[TheBug]> fALSO: g'day
aballier has quit [Ping timeout: 255 seconds]
aballier has joined #linux-sunxi
aballier has quit [Ping timeout: 255 seconds]
aballier has joined #linux-sunxi
netlynx has quit [Quit: Ex-Chat]
chewitt has joined #linux-sunxi
<pcbBob_> This is so complex I can't wrap my mind around it, yet. It is amazing how such complex hardware can be handles by u guys. Much respect
<pcbBob_> Like I would connec the F1C100S via usb to my PC. The F1C100S would be a "slave" and show up with a file system and write receiving files to the SPI flash? Is that how it would work?
Putti has joined #linux-sunxi
Jojo1411_73 has quit [Quit: http://www.kiwiirc.com/ - A hand crafted IRC client]
Jojo1411_73 has joined #linux-sunxi
<aalm> pcbBob_, there's a tool for the FEL thing, i think you want to be running linux (in a vm is ok i think) for that, and i guess the brom would be too small to contain fake fs drivers etc. needed for that
<smaeul> pcbBob_: it would show up as a usb "slave", yes, but there's no filesystem abstraction. you're just running baremetal
<smaeul> so you need a tool like https://github.com/linux-sunxi/sunxi-tools to copy code/data over USB to SRAM
<smaeul> but after it's in SRAM, that's the end of what the BROM helps with
aballier has quit [Ping timeout: 255 seconds]
aballier has joined #linux-sunxi
<smaeul> so for the "SPI flasher program" suggestion, what you could do is load u-boot via FEL, run it, then connect to a UART console and use the `sf` command included in u-boot
nuuuciano__ has joined #linux-sunxi
nuuuciano_ has quit [Ping timeout: 246 seconds]
wwilly has joined #linux-sunxi
<pcbBob_> I am going back and forth in my mind: Should I dump the SDRAM configuration and go with the F1C100s (which already has a running uboot due to the LicheePi Nano) or should I go with the F1C100A which is 1/3rd the price on aliexpress but I don't know of any uboot initializing the controller with SDR-SDRAM
vagrantc_ has joined #linux-sunxi
wwilly has quit [Remote host closed the connection]
wwilly has joined #linux-sunxi
lurchi_ is now known as lurchi__
MangyDog has joined #linux-sunxi
lurchi__ is now known as lurchi_
Mangy_Dog has quit [Ping timeout: 255 seconds]
The_Loko has joined #linux-sunxi
wwilly has quit [Ping timeout: 268 seconds]
f0xx has quit [Ping timeout: 250 seconds]
JohnDoe_71Rus has quit [Quit: KVIrc 5.0.0 Aria http://www.kvirc.net/]
Andy-D has quit [Ping timeout: 245 seconds]
Putti has quit [Ping timeout: 246 seconds]
Andy-D has joined #linux-sunxi
wwilly has joined #linux-sunxi
wwilly has quit [Ping timeout: 255 seconds]
lkcl has quit [Read error: Connection reset by peer]
MangyDog has quit [Remote host closed the connection]
Mangy_Dog has joined #linux-sunxi
lkcl has joined #linux-sunxi
Mangy_Dog has quit [Ping timeout: 246 seconds]
tllim has joined #linux-sunxi
pcbBob_ has quit [Quit: Page closed]
shfil has joined #linux-sunxi
tl_lim has joined #linux-sunxi
NeuroScr has quit [Quit: NeuroScr]
tllim has quit [Ping timeout: 246 seconds]
lurchi_ is now known as lurchi__
tl_lim has quit [Ping timeout: 246 seconds]
The_Loko has quit [Read error: Connection reset by peer]
wwilly has joined #linux-sunxi
Mandragor has quit [Ping timeout: 250 seconds]
Rafael1980 has quit [Quit: Konversation terminated!]
Rafael1980 has joined #linux-sunxi
lurchi__ is now known as lurchi_