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*
specing_ has joined #linux-sunxi
specing has quit [Ping timeout: 240 seconds]
specing_ is now known as specing
jstefanop has quit [Read error: Connection reset by peer]
jstein has quit [Ping timeout: 246 seconds]
lukedashjr has joined #linux-sunxi
luke-jr has quit [Ping timeout: 240 seconds]
lukedashjr is now known as luke-jr
Mangy_Dog has quit [Ping timeout: 246 seconds]
apritzel has quit [Ping timeout: 240 seconds]
parabyte has joined #linux-sunxi
<parabyte> hi im listing mmc partitions in uboot what does num sectors mean exactly?
<parabyte> im using mmc part and part list command
mauz555 has joined #linux-sunxi
mauz555 has quit [Remote host closed the connection]
mauz555 has joined #linux-sunxi
mauz555 has quit [Ping timeout: 250 seconds]
warpme_ has quit [Quit: Connection closed for inactivity]
jstefanop has joined #linux-sunxi
jstefanop has quit [Ping timeout: 246 seconds]
sunilmohan has left #linux-sunxi ["http://quassel-irc.org - Chat comfortably. Anywhere."]
montjoie has quit [Ping timeout: 252 seconds]
montjoie has joined #linux-sunxi
cyrozap has quit [Quit: Client quit]
kaspter has quit [Ping timeout: 260 seconds]
kaspter has joined #linux-sunxi
cyrozap has joined #linux-sunxi
tuxd3v has quit [Ping timeout: 245 seconds]
cyrozap has quit [Quit: Client quit]
cyrozap has joined #linux-sunxi
kaspter has quit [Ping timeout: 260 seconds]
kaspter has joined #linux-sunxi
Peetz0r has left #linux-sunxi [#linux-sunxi]
apritzel has joined #linux-sunxi
kaspter has quit [Remote host closed the connection]
camus has joined #linux-sunxi
camus is now known as kaspter
hlauer has joined #linux-sunxi
tuxd3v has joined #linux-sunxi
apritzel has quit [Ping timeout: 246 seconds]
jstein has joined #linux-sunxi
reinforce has joined #linux-sunxi
Danct12 has quit [Ping timeout: 260 seconds]
cmeerw has joined #linux-sunxi
fl__0 is now known as fl_0
fl_0 has quit [Quit: STRG + Q]
fl_0 has joined #linux-sunxi
Danct12 has joined #linux-sunxi
cmeerw has quit [Ping timeout: 276 seconds]
netlynx has joined #linux-sunxi
netlynx has quit [Changing host]
netlynx has joined #linux-sunxi
matthias_bgg has joined #linux-sunxi
abelvesa has quit [Remote host closed the connection]
abelvesa has joined #linux-sunxi
hlauer has quit [Ping timeout: 240 seconds]
uis has quit [Read error: Connection reset by peer]
uis has joined #linux-sunxi
prefixcactus has joined #linux-sunxi
prefixcactus has quit [Ping timeout: 240 seconds]
apritzel has joined #linux-sunxi
random_yanek has quit [Ping timeout: 245 seconds]
hlauer has joined #linux-sunxi
random_yanek has joined #linux-sunxi
random_yanek has quit [Quit: random_yanek]
random_yanek has joined #linux-sunxi
jstein has quit [Quit: quit]
mauz555 has joined #linux-sunxi
mauz555 has quit [Remote host closed the connection]
mauz555 has joined #linux-sunxi
chewitt has quit [Quit: Zzz..]
mauz555 has quit []
chewitt has joined #linux-sunxi
pgreco has quit [Quit: ZNC 1.8.2 - https://znc.in]
reinforce has quit [Ping timeout: 246 seconds]
pgreco has joined #linux-sunxi
\\Mr_C\\ has joined #linux-sunxi
Mangy_Dog has joined #linux-sunxi
Mangy_Dog has quit [Changing host]
Mangy_Dog has joined #linux-sunxi
pgreco has left #linux-sunxi [#linux-sunxi]
pgreco has joined #linux-sunxi
sysadmin has quit [Ping timeout: 260 seconds]
<juri_> see you on libera.chat.
juri_ has left #linux-sunxi [#linux-sunxi]
<Tooniis> <parabyte "hi im listing mmc partitions in "> the number of sectors the partitions have?
random_yanek has quit [Quit: random_yanek]
random_yanek has joined #linux-sunxi
random_yanek has quit [Client Quit]
random_yanek has joined #linux-sunxi
<parabyte> apritzel, you about?
<parabyte> im having an intense low iq day! i guess just woke up wrong side of the bed
<apritzel> parabyte: those Android partitions are typically quite messy
<parabyte> well what i dont understand is well the syntax for mmc read
<parabyte> i figured out where in ram to put the data
<parabyte> i figured out how to call the start sector
<parabyte> but the count syntax is confusing me
<parabyte> well specifically mmc part is confusing me
<apritzel> just the number of sectors to read, in hex?
<parabyte> im not understanding Num sectors apritzel
<parabyte> yeah i understand hex
<parabyte> im obviously missing something really basic
<parabyte> let me explaoin what i did and you can laugh haha
<parabyte> Part Start Sector Num Sectors UUID Type
<parabyte> 1 6397952 8937472 00000000-01 0b Boot
<parabyte> so i subtracted num sectors from star sector
<parabyte> then divided that number by 512
<apritzel> why?
<parabyte> i arrived at 4960
<apritzel> that's already the number you are looking for
<parabyte> i used that number as my count in reading the mmc
<parabyte> oh so the count is 8937472
<apritzel> it's not "end sector", it's number of sectors
<parabyte> oh
<apritzel> unhelpfully in decimal
<parabyte> so i just convert 8937472 to hex and use that as my count while reading the data
<apritzel> just make sure you don't exceed your memory and overwrite U-Boot
<parabyte> hahahah
<parabyte> apritzel, i used fat write last night to write data onto a removable sdcard
<apritzel> on purpose U-Boot relocates itself to the end of DRAM
<parabyte> so everything is working out
<parabyte> i just got abit thick with the numbers on reading the onboard mmc
<apritzel> yes, you just have to do in chunks of say 768 MB
<parabyte> i have no idea why this trivial subject has confused me so much, numbers were never my forte unfortunately
<apritzel> for instance this boot partition seems to be 4364 MB, for instance
<apritzel> so you can't read this all at once into memory
<apritzel> that's why I mentioned yesterday it may become tedious to do it this way
choozy has joined #linux-sunxi
ats_ has joined #linux-sunxi
atsampson has quit [Ping timeout: 250 seconds]
<parabyte> yeah my brain has clicked now apritzel
<parabyte> apritzel, i must admit when i came to the 4960 number i was somewhat into my 7th beer !
<parabyte> all seem very logical at the time!!
random_yanek has quit [Remote host closed the connection]
random_yanek has joined #linux-sunxi
<apritzel> parabyte: just be warned that those partitions are somewhat weird, what I saw is them putting the extended partition table "trampoline" sectors right behind the MBR
<apritzel> so you might be better off to just dump the whole eMMC, ignoring all partitions
<apritzel> which seems much less error prone than doing this per partitions
<apritzel> parabyte: so you do: mmc read 42000000 0 180000; fatwrite ... ; mmc read 42000000 180000 180000; fatwrite ...
<KotCzarny> we should get remaining sunxi folks to libera
<KotCzarny> and probably update the topic/logger bot
<apritzel> KotCzarny: is there a pressing need, really?
<KotCzarny> it's a bit hard to follow two servers
<apritzel> a pressing need to move, I mean?
<apritzel> I mean the letters from the (ex-)Freenode guys sound dramatic, but I wonder if we should wait a bit how this all works out at the end
<KotCzarny> at the end we will get ads
<KotCzarny> and i suspect for small project or individuals nothing much will change
<apritzel> what makes you think so?
<KotCzarny> the 'owner' is a businessman, he didnt get it to just look at it
dev1990 has quit [Quit: Konversation terminated!]
<apritzel> so you have evidence that he will spam the users with ads?
specing_ has joined #linux-sunxi
<KotCzarny> nope, but my best bet would be on that
<KotCzarny> apart from selling user data
<KotCzarny> well, the evidence could be a the banner on the FN webpage that staff opposed to
<apritzel> well, before we make any of the trillions linux-sunxi@Freenode pointers out there invalid, I wonder if we should have better reasons than some hunch
<KotCzarny> the ownership changed, that's a fact
<apritzel> some years ago, already
<KotCzarny> old, trusted staff with privace ideals too
<KotCzarny> *privacy
<apritzel> but at the end it's a decision for ~183 people to make here
kaspter has quit [Ping timeout: 260 seconds]
specing has quit [Ping timeout: 260 seconds]
specing_ is now known as specing
<kveremitz> apritzel: was it 183 on Monday?! :)
kaspter has joined #linux-sunxi
<kveremitz> minus bots ~180 :D
<KotCzarny> ya
<KotCzarny> lots of inactive sessions
<apritzel> 23 on Libera and 3 on OFTC
<kveremitz> ok so the 'drift' hasn't really occurred here .. how many 'active' accounts .. I think the 20-odd could well be a proportion of that
<KotCzarny> but mostly it depends how many active linuxsunxiers will switch
<kveremitz> right
<kveremitz> Its a hard judgement call, you don't want to push... yet like you say, fragmenting is worse
<kveremitz> #thanksandrew
<KotCzarny> the ones that's missing still is nitehawk, wens, mripard, moeicenowy
<kveremitz> migrations suck :/ period
<apritzel> .. and all the others that are asking questions ;-)
<KotCzarny> those asking the questions just need the current pointer
<KotCzarny> :)
<kveremitz> there's a couple places running relay bots I've seen already
<kveremitz> but thats not really a permanent solution
choozy has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
<apritzel> are there good ways of redirecting? Try to join #alpine here (they have moved), I don't find the result very helpful
<KotCzarny> imo the best is to just silence the channel and set the topic to explain the situation
random_yanek has quit [Quit: random_yanek]
<KotCzarny> (silencing to prevent bot spam)
kas50 has joined #linux-sunxi
<apritzel> ah sorry, yeah, it's alpine-linux
kas50 has quit [Client Quit]
kas50 has joined #linux-sunxi
kas50 has quit [Client Quit]
kas50 has joined #linux-sunxi
kas50 has quit [Client Quit]
kas50 has joined #linux-sunxi
<parabyte> apritzel, ah i got you,
<parabyte> apritzel, i still refuse to take the easy route! i feel i have learnt something!
<apritzel> parabyte: well, you now know the meaning of "Num Sectors" ;-)
<parabyte> lol yes it completely threw me off and i applied some wacky maths to it
<parabyte> its rather funny cause this box is a clone of a mxq pro 4k box
<parabyte> they usually have rockchips in them
<parabyte> so its a clone of a clone!
<parabyte> cause i believe the rockchip box is a clone of something else
kas50 has quit [Quit: kas50]
kas50 has joined #linux-sunxi
<kveremitz> I don't think you can cross-network redirect per-se so yeah, its +m and set topic or such
<KotCzarny> you can, with the help of bridge-bot
<kveremitz> yes thats what I meant about a relay :D
<kveremitz> or is there a network service?
<kveremitz> is that what you're saying :D
<KotCzarny> relay, nothing that would fn provide itself
<kveremitz> right
daregap has quit [Quit: daregap]
dev1990 has joined #linux-sunxi
menomc has quit [Quit: leaving]
mnemoc has joined #linux-sunxi
matthias_bgg has quit [Quit: Leaving]
<apritzel> parabyte: well, there are only so many ways you can build a TV box, really
<apritzel> parabyte: and surely the PCB would be vastly different between a RK and AW SoC
cmeerw has joined #linux-sunxi
ats_ is now known as ats
gediz0x539 has quit [Quit: Leaving]
fl_0 has quit [Ping timeout: 258 seconds]
Wizzup has quit [Remote host closed the connection]
kas50 has quit [Quit: kas50]
kas50 has joined #linux-sunxi
luke-jr has quit [Quit: ZNC - http://znc.sourceforge.net]
Danct12 has quit [Quit: Quitting - Huong Tram IRC Client 1.54]
Danct12 has joined #linux-sunxi
luke-jr has joined #linux-sunxi
cnxsoft has joined #linux-sunxi
cnxsoft has quit [Client Quit]
kaspter has quit [Quit: kaspter]
Danct12 has quit [Quit: Quitting - Huong Tram IRC Client 1.54]
Wizzup has joined #linux-sunxi
Danct12 has joined #linux-sunxi
jstefanop has joined #linux-sunxi
|JohnDoe71Rus| has joined #linux-sunxi
freemangordon has left #linux-sunxi [#linux-sunxi]
MoeIcenowy has quit [Quit: ZNC 1.7.2+deb3 - https://znc.in]
MoeIcenowy has joined #linux-sunxi
fl_0 has joined #linux-sunxi
Danct12 has quit [Quit: Quitting - Huong Tram IRC Client 1.54]
Danct12 has joined #linux-sunxi
gaston1980 has joined #linux-sunxi
rzerres has left #linux-sunxi [#linux-sunxi]
ldevulder has quit [Remote host closed the connection]
jstein has joined #linux-sunxi
jbrown has quit [Ping timeout: 260 seconds]
jbrown has joined #linux-sunxi
charco has quit []
gaston1980 has quit [Ping timeout: 260 seconds]
yann has quit [Quit: Quitte]
ric96 has quit []
ric96 has joined #linux-sunxi
Danct12 has quit [Quit: Quitting - Huong Tram IRC Client 1.54]
Danct12 has joined #linux-sunxi
choozy has joined #linux-sunxi
Wizzup has quit [Quit: brb]
<libv> an alternate channel is now at oftc
<libv> existing freenode ops/owners are partially transferred already
<libv> need to get whitequark in there still
<libv> nickserv/chanserv there is slightly more primitive though
<libv> but debian and gcc are there, and xorg is moving there
<libv> verifying the nickserv registration is a bit of a mess on the services.oftc.net site
<anarsoul> "/ns info <nickname>" works fine for me
<anarsoul> it gets you an email and whether it was verified
|JohnDoe71Rus| has quit [Quit: KVIrc KVIrc Aria 5.0.1, revision: 5.0.1+git-7433-0df9f22f2, build type: debug, sources date: 20160102, built on: 2019-12-08 19:19:20 UTC 5.0.1+git-7433-0df9f22f2 http://www.kvirc.net/]
Asara has quit [Quit: leaving]
<[TheBug]> really oftc?
<[TheBug]> cmon now people gotta be on like 15 servers lol
<[TheBug]> why not just move to Libera?
<libv> [TheBug]: i know
<libv> yesterday we had spamming one way there
<libv> now i seem to be getting spammed here
<[TheBug]> thats pretty much what Armbian, linux-raid, xen and such..
<[TheBug]> did
<bauen1> [TheBug]: my argument for oftc would be that it's now the most stable option
<libv> i am very certain this will continue for the foreseeable future
<[TheBug]> spammed?
<[TheBug]> someone spamming your PM?
<PPA> That MIDIPIX spam?
<libv> about oftc, gcc is there, debian is there, xorg is now moving there
<[TheBug]> yeah that midipix shit is stupid, some asshat piossed off his girlfriend and now shes trying to get even by spamming shit
<PPA> I saw that spam on a number of different servers
<[TheBug]> "<lalbornoz> yeah sorry about that im being targetted as part of a smear campaign of hatred theres a criminal investigation pending etc."
<PPA> two small ones incl. my own, a channel on Rizon
<PPA> Ah
<PPA> Unfortunate
<[TheBug]> his GF has mental issues
<[TheBug]> I guess
<[TheBug]> is what he was telling me
<PPA> many such cases
<libv> not that i want to drive everyone away here, but just want to get the word out there that if people want to move to another network, then oftc seems like the more stable water right now
<[TheBug]> well most people will already be on libera and I am not yet sure I am up for adding an 7th network to my client just for linux-sunxi :/
<PPA> My position is to wait a few days and see what new links people put in their freenode channel topics, then move over there
<libv> PPA: the issue with that is that some projects will go oftc, some will go libera
<libv> there is no avoiding that
<libv> and if we pick one, half the people will complain about not having picked the other
<PPA> Is that really a problem? I guess it depends on your client, but at least on all the ones I'm familiar with, once a server is set up all it does is take up one additional line in the sidebar
<[TheBug]> lol it is when you are already on 6 active networks with tons of channels, ends up being ignored
<PPA> Eh, I'd say that's more a matter of being in too many channels
<PPA> (of which I'm guilty too)
<[TheBug]> well here is my final argument -- Armbian is moving to Libera and we often like to suggest for allwinner issues people join here, which will become a little more difficult to do
<[TheBug]> I mean may be nicer as it will be more quiet lol
<[TheBug]> but also means some people will just bail because barrier to entry
<[TheBug]> that would be my concern
<[TheBug]> but again, your decision ;p
<[TheBug]> im done for now ;)
<PPA> Hm, that makes sense
<libv> the possibility of big turmoil on oftc is the least of all 3 options
<PPA> armbian, linux-sunxi, linux-rockchip, libreelect and a few others porbably cluster together and are wont to attract newbies
<PPA> I don't see anything in #libreelec or on their forums about moving
<swiftgeek> i saw some community hopefully only joking about moving to discord, and with that in context oftc doesn't seem to be a bad choice xD
<parabyte> i do not like armbian debian much better experience
<libv> swiftgeek: this is the really annoying thing about this whole mess
<libv> and i am quite annoyed at this, i have been using irc since 1998, and freenode was the only useful network left, and now this
<KotCzarny> well, there is also ircnet, but its for general ircing
<libv> when i started lima, i started on android 2.1
<libv> and i got to deal with forums, full of "android image developers"
<KotCzarny> thing is, people will go where you point them to
<PPA> I don't think this is going to be the death knell for IRC entirely since most people who still use IRC nowadays are committed to it, but I could see a lot of freenode users shifting to matrix or Discord instead
<swiftgeek> but /invite is easier on the same server
<KotCzarny> and the regulars should chose one place imo
<swiftgeek> same for nick correlation
<libv> and sadly this is where some people end up
<KotCzarny> because following 3 servers for the same channel is tedious at least
<bauen1> i doubt this little even will be able to invalidate an xkcd https://xkcd.com/1782/ ...
<bauen1> *event
parabyte has quit [Remote host closed the connection]
parabyte has joined #linux-sunxi
<swiftgeek> slack already removed irc bridge, and with move to discord i would be afraid of similar thing happening (and it rubs me wrong way to switch to proprietary thing)
parabyte has quit [Read error: Connection reset by peer]
Wizzup has joined #linux-sunxi
pgreco has quit [Quit: ZNC 1.8.2 - https://znc.in]
pgreco has joined #linux-sunxi
lukedashjr has joined #linux-sunxi
luke-jr has quit [Ping timeout: 246 seconds]
lukedashjr is now known as luke-jr
jstefanop has quit [Remote host closed the connection]
ldevulder has joined #linux-sunxi
jstefanop has joined #linux-sunxi
choozy has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
jstefanop has quit [Ping timeout: 265 seconds]
BroderTuck has joined #linux-sunxi
tuxd3v has quit [Remote host closed the connection]
tuxd3v_ has joined #linux-sunxi
jbrown has quit [Ping timeout: 245 seconds]
BroderTuck has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
jbrown has joined #linux-sunxi
hlauer has quit [Ping timeout: 260 seconds]
netlynx has quit [Quit: Ex-Chat]
lvrp16 has quit [Ping timeout: 276 seconds]
arnd has quit [Ping timeout: 260 seconds]
lvrp16 has joined #linux-sunxi
arnd has joined #linux-sunxi
tuxd3v_ has quit [Quit: Leaving]
<karlp> fwiw, slack at least has a documented websockets api, and weechat has a plugin for it, so it all ~mostly just works transparently. they just got rid of the irc protocol bridge.
<karlp> (IMO, oftc is a good choice, avoid the drama of this current fiasco entirely)
sunshavi has quit [Ping timeout: 265 seconds]
<karlp> oftc has a webchat thingy too, if armbian people just need to point to "support"
tuxd3v has joined #linux-sunxi
akaWolf has quit [Ping timeout: 260 seconds]
sunshavi has joined #linux-sunxi
jstein has quit [Ping timeout: 260 seconds]
lerc_ has quit [Ping timeout: 250 seconds]
lerc has joined #linux-sunxi