Turl 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
Gerwin_J has quit [Quit: Gerwin_J]
paulk-nyan-big has quit [Quit: Leaving]
<wens> freebsd support has grown quite a bit
popolon has quit [Quit: WeeChat 1.3]
tlwoerner has joined #linux-sunxi
<lennyraposo> impressed
apritzel has quit [Ping timeout: 244 seconds]
igraltist has quit [Read error: Connection reset by peer]
igraltist has joined #linux-sunxi
egbert has quit [Disconnected by services]
egbert has joined #linux-sunxi
al1o has joined #linux-sunxi
ninolein_ has quit [Ping timeout: 250 seconds]
ninolein has joined #linux-sunxi
cnxsoft has joined #linux-sunxi
Zliba has joined #linux-sunxi
vagrantc has quit [Quit: leaving]
kronicd has joined #linux-sunxi
<kronicd> I know this isn't likely the place to ask, but I have no idea where the right place is. I have an allwinner tablet, I have nand backups of all the /dev/block/nand* devs, and I have a non-stock phoenixsuite image which works perfectly (android) aside from GPS, which is completely disabled.
<kronicd> Is there some way to enable GPS? :(
<wens> is there a GPS module on board?
<kronicd> Yeah, the stock firmware had it work without issue, sirfstar III
<wens> there's multiple things involved, like enabling the uart, having the gps module powered up, and registering it with the system?
<wens> don't know how android handles gps
pitelpan has quit [Ping timeout: 272 seconds]
<kronicd> understood, I guess more from the allwinner chip perspective, it seems there is more to the configuration than the /dev/block/nand* contents itself
<MoeIcenowy> wens: maybe there's something in allwinner sdk document
<wens> fex file might have a gps related section
<kronicd> I've extracted the configuration from the pheonixsuite image that works and have the ctp_para, gps_para etc
<kronicd> it does
<kronicd> Is there a way to figure out the correct settings from the nand dumps I have?
<kronicd> http://linux-sunxi.org/Fex_Guide#.5Bgps_para.5D
<kronicd> in the firmware where it doesnt work, the gps_para section is empty
pitelpan has joined #linux-sunxi
<MoeIcenowy> I don't think gps_para is the problem
<kronicd> ok
<MoeIcenowy> as it's for the internal GPS IP in A10/20
<kronicd> ahh ok
<MoeIcenowy> which is not modern
<kronicd> right
<kronicd> yep
<MoeIcenowy> (modern solution is gps on uart)
<kronicd> I might take it outside and see if I can talk to it via serial directly at all
<wens> gps_para does have gps_spi_id
<MoeIcenowy> but android gps is a gaint problem
<MoeIcenowy> needs framework modigy
<MoeIcenowy> modify
<MoeIcenowy> not only fex work
<kronicd> The other side of it is, I have another phoenixsuite image for which GPS might work, but the touchscreen is misconfigured
<kronicd> is that an easier problem to solve?
<wens> probably not
<kronicd> damn
<kronicd> the first 1-2cm of the touch input works, nothing after that :/
<MoeIcenowy> kronicd: what's your tablet
<MoeIcenowy> it maybe the error on touch config/firmware
<MoeIcenowy> especially in the case when you're using a GSLx68x-based ctp
<kronicd> Allwinner A23, U-Route Q800
<kronicd> yeah its GSLx680
<kronicd> that awful thing
<wens> from what i heard from silead engineers, the firmware is custom to each batch of tablets
<wens> they send FAEs to the vendors to calibrate the touchpanels
<kronicd> o_0
<wens> So you really have to get the firmware from your nand image
<kronicd> is there any guide/anything on doing this? I'm comfortable with linux, a hex editor etc
<kronicd> oh right
<kronicd> yeah I can do that
<kronicd> actually if the ko file contains the firmware/whatever I'll also try just moving those from the nand to the other device as well
<kronicd> nand image*
<wens> you could try that, though kernel modules are typically bound to the image they were compiled with
<wens> you might get random crashes
<kronicd> ok, well just coping them over the top didnt change anything at all
<kronicd> hrm
akaizen_ has joined #linux-sunxi
akaizen has quit [Ping timeout: 240 seconds]
[Awaxx] has quit [Ping timeout: 240 seconds]
<kronicd> well without use of the touch input I managed to install and launch a GPS app
<kronicd> so now I can see if its worth pursuing :P
<kronicd> annnd confirmed
<kronicd> I have one image with broken GPS, one image with broken touchscreen, and a set of stock nand images
<kronicd> at least across them I do have a set of fully working things!
<Zliba> what's the #armbian channel?
<Zliba> how does one verify the integrity of armbian images? there's no checksum or pgp sig
<kronicd> confirmed its not GPS_PARA
<kronicd> unpacked the working one, nothing int here either
<kronicd> there must be something else, touch stuff still broken in the same way
<kronicd> ctp_para changed, firmware changed
<kronicd> exactly the same issue
<kronicd> Ive managed to find a bunch of GPS settings which are messed up though
<kronicd> so might swap back to attempting to fix gps
reev has joined #linux-sunxi
p1u3sch1 has quit [Ping timeout: 272 seconds]
p1u3sch1_ has joined #linux-sunxi
<kronicd> lBaudRate="921600"
<kronicd> I think that might have been part of the problem
<kronicd> what the hell is that
<kronicd> weirdest thing is, even when I dd all the nand images back into place
<kronicd> the display issue remains
<kronicd> or when I replace all the gps files/configs
<kronicd> I think I have a fundamental misunderstanding of how this stuff works
<kronicd> WORKS!
<kronicd> replaced module, replaced configs,
<kronicd> :D
al1o has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
<lennyraposo> more from AllWinner
IgorPec has joined #linux-sunxi
<plaes> lennyraposo: more what?
<lennyraposo> just reading through it
<lennyraposo> sorry
<lennyraposo> Here is Allwinner response:
<lennyraposo> I means when using gcc complie xorg, the funwind-tables doesn't enable and this cause the xorg_backtrace()->stack return back value 1, then only can trace up to stack point first layer and appear /usr/bin/X (xorg_backtrace+0x5c) [0x55909ca75c]. If need to trace more layer of stack pointer, enable funwind-tbles is needed. Reload backtrace() stack still facing similar issue and currently only able to figure
<lennyraposo> issues with funwind-tables on compile is what I gather from it
<kronicd> you wot m8
<kronicd> so trying to parse that sort of language while dealing with allwinner stuff is pretty standard?
<lennyraposo> From the 0x7f7875600c address reference to proc/pidof(X)/maps. I don't think we are yet in video library, and thsi is why need to trace down next stack pointer relationship.
<lennyraposo> We don't have experience on compiling xorg, and may facing more issue and longer the development cycle.
TheSeven has quit [Disconnected by services]
[7] has joined #linux-sunxi
<lennyraposo> this has ot do with eir work on a 64bit Mali 400 driver
<lennyraposo> kronicd
<lennyraposo> my understanding of AllWinner interaction is that it can be difficult
fredy has quit [Excess Flood]
fredy has joined #linux-sunxi
<lennyraposo> from teh sounds of things they need xorg to be compiled for their dev puproses
<lennyraposo> also wondering what toolchain they are using
<lennyraposo> which begs the question
<lennyraposo> what toolchain are they using
kaspter has joined #linux-sunxi
lerc has quit [Read error: Connection reset by peer]
<lennyraposo> gota night of compiling ahead of me
lerc has joined #linux-sunxi
JohnDoe_71Rus has joined #linux-sunxi
IgorPec has quit [Ping timeout: 244 seconds]
kaspter has quit [Remote host closed the connection]
solarnetone has quit [Ping timeout: 272 seconds]
jernej has quit [Ping timeout: 244 seconds]
solarnetone has joined #linux-sunxi
lerc has quit [Quit: No Ping reply in 180 seconds.]
IgorPec10 has joined #linux-sunxi
lerc has joined #linux-sunxi
dearfibonacci has joined #linux-sunxi
reinforce has joined #linux-sunxi
disik has joined #linux-sunxi
IgorPec10 has quit [Ping timeout: 260 seconds]
Zliba has quit [Ping timeout: 272 seconds]
apritzel has joined #linux-sunxi
apritzel has quit [Ping timeout: 244 seconds]
enrico_ has joined #linux-sunxi
fredy has quit [Excess Flood]
premoboss has joined #linux-sunxi
fredy has joined #linux-sunxi
reinforce has quit [Quit: Leaving.]
reinforce has joined #linux-sunxi
Gerwin_J has joined #linux-sunxi
Gerwin_J has quit [Ping timeout: 244 seconds]
kaspter has joined #linux-sunxi
kasper has joined #linux-sunxi
<kasper> hello
kaspter has quit [Remote host closed the connection]
kaspter has joined #linux-sunxi
kaspter has quit [Remote host closed the connection]
kaspter has joined #linux-sunxi
maz_ has joined #linux-sunxi
kaspter has quit [Remote host closed the connection]
IgorPec has joined #linux-sunxi
apritzel has joined #linux-sunxi
kaspter has joined #linux-sunxi
Gerwin_J has joined #linux-sunxi
Gerwin_J has quit [Ping timeout: 244 seconds]
Mr__Anderson has joined #linux-sunxi
maz_ has quit [Ping timeout: 264 seconds]
caog has joined #linux-sunxi
gzamboni has quit [Ping timeout: 260 seconds]
gzamboni has joined #linux-sunxi
ricardocrudo has joined #linux-sunxi
Amit_T has quit [Ping timeout: 240 seconds]
Amit_T has joined #linux-sunxi
tkaiser has joined #linux-sunxi
pitelpan has quit [Quit: I am going to fishing!!!]
pitelpan has joined #linux-sunxi
popolon has joined #linux-sunxi
tkaiser has quit [Quit: jIRCii - http://www.oldschoolirc.com]
tkaiser has joined #linux-sunxi
matthias_bgg has joined #linux-sunxi
tkaiser has quit [Quit: jIRCii - http://www.oldschoolirc.com]
Gerwin_J has joined #linux-sunxi
massi has joined #linux-sunxi
maz_ has joined #linux-sunxi
<kasper> hi, i have problem with a10-stdin-watchdog (from ssvb) on sun7i. Watchdog dont restart the board. Any1 know how fix or what is a issue?
tkaiser has joined #linux-sunxi
<tkaiser> Nice, Foxconn is telling us that Banana Pi M3 is open source hardware by editing wiki pages: http://linux-sunxi.org/index.php?title=Sinovoip_Banana_Pi_M3&curid=2444&diff=17618&oldid=17385
<KotCzarny> lol
<KotCzarny> at least they noticed it ;)
<KotCzarny> now someone should pm that user to provide citations and references of opensourcerness
<KotCzarny> (and revert the change if its not true)
<tkaiser> Nora Lee is Banana Pi PM at Foxconn. But I fear she lacks any understanding (especially about 'open source'). She also produces countless fake videos on youtube showing Banana Pi features that do not work (HW accelerated video decoding / GPU acceleration)
<KotCzarny> tkaiser, but she can forward mails to someone responsible
<KotCzarny> and warn her that bpi page might get locked
<tkaiser> _She_ is the responsible person
<KotCzarny> pm her that marketing will be futile on sunxi wiki
lemonzest has joined #linux-sunxi
premoboss has quit [Ping timeout: 260 seconds]
Amit_t_ has joined #linux-sunxi
<NiteHawk> tkaiser: can you detail the "board manufacturer is not cooperative" claim? What is missing in terms of support resources / downloads?
kaspter has quit [Ping timeout: 260 seconds]
<tkaiser> NiteHawk: That is somewhat outdated now. But back then missing schematic (now just wrong), no fex files provided and their 'software team' also not the slightest idea how to proceed: https://github.com/BPI-SINOVOIP/BPI-Kernel4.0/issues/1#issuecomment-125143714
<tkaiser> (I asked for hardware descriptions and they get back with the question where .dts might be -- WTF?)
<NiteHawk> I'm just asking becaus that sentence seems a bit biased and we might just as well do without it?
<NiteHawk> The incompatibility warning is fine by itself, i think.
<tkaiser> NiteHawk: Yeah, I'm fine with removing it (also on other SinoVoip pages) since they learned some lessons and eventually released even Lamobo R1 schematics after a year or so
<tkaiser> NiteHawk: A year ago it looked differently. Regarding BPi M2 they really didn't provide anything. But given the hardware is really just a Xunlong rip-off now that makes some sense. But issues with newer boards are more or less resolved.
afaerber has joined #linux-sunxi
reev has quit [Read error: Connection reset by peer]
<NiteHawk> We all know that support quality from these companies tends to be lousy - they deserve some bashing. But we should to to keep some balance / neutrality on the wiki, and try to stick with the facts (which are often simple/telling enough). I've toned down the wiki page a bit
<NiteHawk> will check the other sinovoip's too (m2/m2+)
maz_ has quit [Ping timeout: 264 seconds]
reev has joined #linux-sunxi
afaerber has quit [Ping timeout: 250 seconds]
afaerber has joined #linux-sunxi
<tkaiser> NiteHawk: Thx
maz_ has joined #linux-sunxi
maz_ has quit [Ping timeout: 264 seconds]
<ssvb> kasper: which kernel are you using?
<kasper> ssvb: 3.4.109-sun7i
<kasper> ssvb: sunxi_wdt driver builtin
<ssvb> kasper: maybe this is the problem, because a10-stdin-watchdog uses the watchdog from userspace via mmio
<ssvb> kasper: if your kernel driver is kicking the watchdog periodically, then the board will not reboot
<kasper> ssvb: yep, you're right.
maz_ has joined #linux-sunxi
<NiteHawk> ssvb: i suppose you didn't find any time to have a glance at https://github.com/linux-sunxi/sunxi-tools/pull/53 ? i think that one may be ready for merge
kasper has quit [Read error: Connection reset by peer]
kasper has joined #linux-sunxi
jemk has quit [Ping timeout: 250 seconds]
<ssvb> NiteHawk: thanks for reminding, I'll have a look later today
dearfibonacci has quit [Quit: Leaving]
hansg has joined #linux-sunxi
hansg has quit [Read error: Connection reset by peer]
jemk has joined #linux-sunxi
reev has quit [Read error: Connection reset by peer]
reev has joined #linux-sunxi
reev has quit [Max SendQ exceeded]
reev has joined #linux-sunxi
maz_ has quit [Ping timeout: 264 seconds]
tkaiser has quit [Ping timeout: 276 seconds]
alexxy has joined #linux-sunxi
tkaiser has joined #linux-sunxi
cnxsoft has quit [Read error: Connection reset by peer]
cnxsoft1 has joined #linux-sunxi
cnxsoft1 is now known as cnxsoft
lamer14659079674 has joined #linux-sunxi
[7] has quit [Remote host closed the connection]
tkaiser has quit [Ping timeout: 264 seconds]
disik has quit [Ping timeout: 258 seconds]
kaspter has joined #linux-sunxi
TheSeven has joined #linux-sunxi
kaspter has quit [Ping timeout: 260 seconds]
kaspter has joined #linux-sunxi
lemonzest has quit [Quit: Leaving]
disik has joined #linux-sunxi
reev has quit [Ping timeout: 276 seconds]
kaspter has quit [Ping timeout: 260 seconds]
TheLinuxBug has quit [Ping timeout: 260 seconds]
<enrico_> bbrezillon: back with nand questions :D i have u-boot and rootfs working from nand (olinuxino micro and lime2, kernel 4.6, u-boot chip next), but i noticed that the bbt is re-initialized at every boot: http://pastebin.com/BJumc5Qz
<enrico_> it happens only on the micro boards, not on lime2. apart from some software error that i could have made, what is causing it to be re-done every time?
<enrico_> (tried nand scrub from u-boot etc... of course)
<kasper> enrico_: what version of uboot do you use to boot from nand?
<enrico_> a chip version plus some patches to enable it on my boards, i can tell the exact one if you want
<enrico_> branch nextthing/2016.01/next-revi
<enrico_> *branch nextthing/2016.01/next revision c23364e2cd21ef74f7405fa03e537582f062c4c0
<enrico_> (plus some patches)
<kasper> enrico_ is this better choice than allwinner nand uboot 2011?
<enrico_> kasper: never tried that ancient thing :D
<kasper> hm.. i tried, because i didnt know that other nand boot version exist
<enrico_> well they are not "ready to go", apart from chip maybe
disik has quit [Ping timeout: 240 seconds]
<kasper> ok, what chip do you use?
<kasper> a ok micro, lime2 sorry
<kasper> enrico_ what tool do you use to build and burn firmware?
<bbrezillon> enrico_: I don't know
<bbrezillon> I've seen that when Linux and u-boot do not use the same BBT flags (like one is setting _BBT_NO_OOB and the other one is not)
<bbrezillon> at each boot u-boot fails to detect a valid BBT, erase the last 2 blocks an write a new one
<bbrezillon> and Linux does the same
<bbrezillon> have you tried to dump this block?
<enrico_> kasper: manually (yocto, nandwrite and friends)
<kasper> ok thanks
<enrico_> bbrezillon: no, is it possibile that they are two bad blocks?
<bbrezillon> according to the scan they are not bad
<enrico_> it's strange that i don't see that on lime2 (two boards actually), while i use same kernel and u-boot (compiled with different config of course)
Zliba has joined #linux-sunxi
JohnDoe_71Rus has quit [Quit: Miranda IM! Smaller, Faster, Easier. http://miranda-im.org]
<enrico_> bbrezillon: i was wondering, if i scrub the nand (so i delete "real" bad blocks), how they will be detected again as bad blocks?
<enrico_> during flash_erase? ubiformat?
<bbrezillon> well, they might not be marked as bad again
<bbrezillon> but from my experience, most of those blocks cannot be erased and you get an error from the chip when it fails
<bbrezillon> so they're still considered as bad even after scrubbing the NAND
<enrico_> bbrezillon: ok, thanks (i think i have seen something like that during my tests)
<bbrezillon> this being said, this strategy is not entirely safe
<bbrezillon> some of them might be erased even if they are really bad, and in this case you'll see data corruption at some point
<enrico_> but at least when you try to read a bad block you should get an error (ecc or whatever), so it could be detected in some way
<bbrezillon> well, yes etheir when programming it, or when reading it back
<enrico_> for example i think ubiformat verify your flashed image, so at least it's something
<bbrezillon> yep
<bbrezillon> but some of them are considered bad because they do not retain data over-time
<enrico_> but if a block is moved away for wear levelling, and it lands in a bad block (not marked as such)?
<enrico_> perfect hehe
<bbrezillon> so this is not something you'll be able to verify with a simple read
<enrico_> uhm it happened that a board that i'm sure was booting from nand stopped working from one day to another
<enrico_> maybe it's that
<bbrezillon> anyway, I'm almost sure livesuit does not retain those BBM anyway, so when we get a NAND that has already been programmed by livesuit we probably already lost this information
<bbrezillon> enrico_: with Allwinner's implementation or the MTD/NAND one?
<enrico_> no my latest setup
<enrico_> chip u-boot etc
<enrico_> mtd/nand one
<bbrezillon> with UBI/UBIFS?
<bbrezillon> which part started to fail?
<enrico_> yes, u-boot didn't attach/mount it anymore
<enrico_> spl and u-boot always loaded, ubifs (for rootfs) stopped to be recognized from u-boot
<bbrezillon> so, no I think you're facing one of the problem we're trying to address here http://permalink.gmane.org/gmane.linux.drivers.mtd/67412
<enrico_> booting from an sd-card, then trying to attach ubi from linux i got tons of ecc errors
<bbrezillon> we have 2 different problems with MLC NANDs, the first one is interrupting a program operation (power-cut), might not only corrupt the page you were writting, but also another page you already programmed
<bbrezillon> and UBI/UBIFS are not expecting that
<bbrezillon> the other problem is that, on some NANDs, when you partially write an eraseblock, you got tons of bitflips in some pages, and at some points those bitflips turn into uncorrectable errors (because of read-disturb)
<bbrezillon> so, until we come with a reliable solution to deal with that in UBI, the only way to have a reliable solution is to use the NAND in SLC mode, which divides the NAND storage capacity by 2
<enrico_> that would be ok for me :D
<bbrezillon> well, there's a generic solution to support that, but it's not yet been submitted (or even developed)
<bbrezillon> what we use for the CHIP is the hardware SLC mode provide by the Hynix NAND
<bbrezillon> but since this is a private per-vendor/chip feature, I'm sure sure it will be supported on your chip
<bbrezillon> my generic solution would instead use the pairing scheme information to implement a 'software SLC mode'
<bbrezillon> I'll try to provide an implementation. What's your NAND chip again?
<bbrezillon> enrico_: ^
cnxsoft has quit [Remote host closed the connection]
disik has joined #linux-sunxi
prophesi has joined #linux-sunxi
<enrico_> bbrezillon: Hynix H27UBG8T2BTR-BC 4G 3.3V 8-bit
<enrico_> i think i've seen slc mode on the datasheet
disik has quit [Ping timeout: 258 seconds]
lamer14659079674 has quit [Quit: jIRCii - http://www.oldschoolirc.com]
tkaiser has joined #linux-sunxi
nove has joined #linux-sunxi
massi has quit [Quit: Leaving]
solarnetone has quit [Ping timeout: 240 seconds]
reinforce has quit [Quit: Leaving.]
kz1 has quit [Ping timeout: 252 seconds]
lennyraposo has quit [Quit: Leaving.]
kasper_ has joined #linux-sunxi
kasper has quit [Ping timeout: 240 seconds]
Nacho has quit [Ping timeout: 258 seconds]
apritzel1 has joined #linux-sunxi
Nacho has joined #linux-sunxi
iamfrankenstein has quit [Ping timeout: 260 seconds]
iamfrankenstein has joined #linux-sunxi
disik has joined #linux-sunxi
kasper_ has quit [Ping timeout: 240 seconds]
<enrico_> bbrezillon: since i'm using chip u-boot, and i've noticed this: https://github.com/NextThingCo/CHIP-u-boot/commit/baf593ec4aedabe5b85613e97f72a58592a1d7de
<enrico_> is my u-boot trying to read UBI in slc-mode?
<enrico_> so if i'm lucky and ubi data is on the "right" page it works, if moved it stops working?
<enrico_> (apart from bitflips problems etc... of course)
al1o has joined #linux-sunxi
disik has quit [Ping timeout: 244 seconds]
reinforce has joined #linux-sunxi
<bbrezillon> enrico_: hm, not exactly
<bbrezillon> you still need SLC support at the NAND level
apritzel1 has quit [Ping timeout: 244 seconds]
<bbrezillon> but this is for the H27Q chip
<bbrezillon> I'm pretty sure it won't work for your chip
iamfrankenstein1 has joined #linux-sunxi
iamfrankenstein has quit [Ping timeout: 264 seconds]
iamfrankenstein1 is now known as iamfrankenstein
kz1 has joined #linux-sunxi
jernej has joined #linux-sunxi
Andy-D has joined #linux-sunxi
<enrico_> bbrezillon: yes, i mean that it seems that it unconditionally enable slc mode for ubi partition UBI, so i don't know what happens :D
<bbrezillon> if your NAND does not support SLC mode, then it's using the NAND in MLC mode
zuikis has joined #linux-sunxi
<enrico_> ok
matthias_bgg has quit [Quit: Leaving]
lamer14659197456 has joined #linux-sunxi
tkaiser has quit [Ping timeout: 258 seconds]
cosm has joined #linux-sunxi
<KotCzarny> unrelated but funny: http://i.imgur.com/6UxQv9s.jpg
cptG has joined #linux-sunxi
<enrico_> bbrezillon: from the datasheet it seems that for slc you "just" need a different addressing (one bit less in page addresses), i think it's the software slc mode you were referring to, using pairing information
cptG_ has quit [Ping timeout: 250 seconds]
<bbrezillon> enrico_: well, not exactly, you still need to switch the NAND in SLC mode
<bbrezillon> maybe it's the same command though
<bbrezillon> and the addressing is definitely different
<enrico_> on that datasheet it only refers to slc in addressing mode, unfortunately no commands
<enrico_> well since the address contains the plane address, in theory you just need to keep it at a fixed value
<enrico_> " The Address consists of column address (A0~A13), page address (A14 ~ A21), plane address (A22),and block address (A23 ~ the last address)."
<enrico_> ugly hack, i know :D
<bbrezillon> you'll have to right shift the page value
<enrico_> infact for slc it says: " The Address consists of column address (A0~A13), page address (A14 ~ A20), plane address (A21),and block address (A22 ~ the last address)."
<enrico_> one less bit in page address
<bbrezillon> try that and keep the ->set_slc_mode() implementation used for the H27Q
<bbrezillon> well, that's not exactly a right shift :-/
<enrico_> but since it is exposed as 4GB, who will "tell" the system that it's really 2 GB now?
<bbrezillon> it's already handled in the UBI layer
<bbrezillon> I think I had an implementation for that one, let me check
<enrico_> at this point i think it will be easier to split the nand in 2 partitions and make a raid1 :D
paulk-nyan-big has joined #linux-sunxi
<enrico_> great, many thanks!
<bbrezillon> not sure the ->set_slc_mode() really works though
<bbrezillon> I just took the H27Q implementation an reused it for the H27UBG8T2B
<bbrezillon> but I'm not sure Hynix decided to reuse the same private to switch to SLC mode
<bbrezillon> s/private/private cmd/
<enrico_> i'll try that, if it doesn't work i'll try raid and then leave it alone :D
<bbrezillon> raid won't work
<bbrezillon> it needs a block device
<enrico_> right, less wasting of time then hehe
Netlynx has joined #linux-sunxi
p1u3sch1_ has quit [Ping timeout: 260 seconds]
p1u3sch1 has joined #linux-sunxi
JohnDoe_71Rus has joined #linux-sunxi
al1o has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
Mr__Anderson has quit [Remote host closed the connection]
maz_ has joined #linux-sunxi
caog has quit [Ping timeout: 240 seconds]
Zliba has quit [Ping timeout: 272 seconds]
TheLinuxBug has joined #linux-sunxi
xalius has joined #linux-sunxi
Netlynx has quit [Quit: Leaving]
apritzel has quit [Read error: Connection reset by peer]
maz_ has quit [Ping timeout: 264 seconds]
enrico_ has quit [Quit: Bye]
apritzel has joined #linux-sunxi
apritzel1 has joined #linux-sunxi
fredy has quit [Excess Flood]
fredy has joined #linux-sunxi
apritzel has quit [Ping timeout: 244 seconds]
fredy has quit [Excess Flood]
fredy has joined #linux-sunxi
ricardocrudo has quit [Remote host closed the connection]
apritzel1 has quit [Ping timeout: 244 seconds]
IgorPec has quit [Ping timeout: 258 seconds]
Mr__Anderson has joined #linux-sunxi
solarnetone has joined #linux-sunxi
IgorPec has joined #linux-sunxi
zuikis has quit [Remote host closed the connection]
zuikis has joined #linux-sunxi
Amit_t_ has quit [Quit: Page closed]
Nyuutwo has quit [Ping timeout: 240 seconds]
Nyuutwo has joined #linux-sunxi
apritzel has joined #linux-sunxi
maz_ has joined #linux-sunxi
staplr has joined #linux-sunxi
paulk-nyan-big has quit [Remote host closed the connection]
zuikis has left #linux-sunxi [#linux-sunxi]
piotaras has joined #linux-sunxi
maz_ has quit [Quit: Leaving]
mosterta has joined #linux-sunxi
Gerwin_J has quit [Quit: Gerwin_J]
Gerwin_J has joined #linux-sunxi
jernej has quit [Remote host closed the connection]
jernej has joined #linux-sunxi
apritzel1 has joined #linux-sunxi
JohnDoe_71Rus has quit [Quit: KVIrc 4.9.2 Aria http://www.kvirc.net/]
bonbons has joined #linux-sunxi
jstein has joined #linux-sunxi
piotaras has quit [Quit: Page closed]
al1o has joined #linux-sunxi
VargaD has quit [Ping timeout: 258 seconds]
afaerber has quit [Quit: Ex-Chat]
VargaD has joined #linux-sunxi
al1o has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
IgorPec has quit [Ping timeout: 260 seconds]
Zliba has joined #linux-sunxi
staplr has quit [Ping timeout: 264 seconds]
staplr has joined #linux-sunxi
staplr has quit [Ping timeout: 258 seconds]
fest has quit [Ping timeout: 244 seconds]
paulk-nyan-big has joined #linux-sunxi
fest has joined #linux-sunxi
reinforce has quit [Quit: Leaving.]
cosm has quit [Ping timeout: 246 seconds]
Florian- has quit [Ping timeout: 260 seconds]
vbmithr has quit [Ping timeout: 260 seconds]
pitillo has quit [Ping timeout: 260 seconds]
ornitorrincos has quit [Ping timeout: 276 seconds]
staplr has joined #linux-sunxi
plaes has quit [Ping timeout: 244 seconds]
ornitorrincos has joined #linux-sunxi
ornitorrincos has quit [Changing host]
ornitorrincos has joined #linux-sunxi
plaes has joined #linux-sunxi
plaes has quit [Changing host]
plaes has joined #linux-sunxi
vbmithr has joined #linux-sunxi
prophesi has left #linux-sunxi [#linux-sunxi]
pitillo has joined #linux-sunxi
Florian- has joined #linux-sunxi
staplr has quit [Ping timeout: 272 seconds]
bonbons has quit [Quit: Leaving]
jrg has quit [Ping timeout: 246 seconds]
jrg has joined #linux-sunxi
xalius has quit [Quit: Page closed]
nove has quit [Quit: nove]
Nacho has quit [Ping timeout: 276 seconds]
jrg has quit [Ping timeout: 272 seconds]
Nacho has joined #linux-sunxi
jrg has joined #linux-sunxi
Mr__Anderson has quit [Remote host closed the connection]
lamer14659197456 has quit [Ping timeout: 246 seconds]
lamer14659197456 has joined #linux-sunxi
[Awaxx] has joined #linux-sunxi
lamer14659197456 has quit [Ping timeout: 276 seconds]
Net147 has quit [Ping timeout: 276 seconds]
Net147 has joined #linux-sunxi
mosterta has quit [Ping timeout: 260 seconds]