mcbridematt has joined #openwrt-devel
Misanthropos has joined #openwrt-devel
schwicht has joined #openwrt-devel
schwicht has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
tSYS has quit [Quit: *squeak*]
tSYS has joined #openwrt-devel
<KGB-1> https://tests.reproducible-builds.org/openwrt/openwrt_x86.html has been updated. (100.0% images and 99.9% packages reproducible in our current test framework.)
danitool has quit [Remote host closed the connection]
schwicht has joined #openwrt-devel
Daanct12 has joined #openwrt-devel
schwicht has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
tomn has quit [Quit: Lost terminal]
tomn has joined #openwrt-devel
tidalf has joined #openwrt-devel
goliath has quit [Quit: SIGSEGV]
_lore_ has joined #openwrt-devel
<SpectreDev_01> I need help, I'm so confused with numbers I have no clue on how to hardcode partitions
goliath has joined #openwrt-devel
robimarko has joined #openwrt-devel
<djfe> mtd?
<djfe> this page helps calculating with hex
<djfe> what is the mtd output of logread (contains starting offsets) and what is the output of
<djfe> cat /proc/mtd
<djfe> ^ contains the size of the partitions
<djfe> both together are the two values you need for your dts
<djfe> erasesize and endoffset are irrelevant and can be ignored
lucenera has joined #openwrt-devel
<SpectreDev_01> djfe: yep it's mtd
G10h4ck has quit [Ping timeout: 480 seconds]
floof58 has quit [Ping timeout: 480 seconds]
floof58 has joined #openwrt-devel
<djfe> that's the size. please send me a logread
<djfe> the except of the mtd section would be enough, but a full logread also works
<djfe> enter "logread" 1min after boot and send me the output pls
ryd has quit [Ping timeout: 480 seconds]
<KGB-1> https://tests.reproducible-builds.org/openwrt/openwrt_ath79.html has been updated. (98.7% images and 99.9% packages reproducible in our current test framework.)
danitool has joined #openwrt-devel
<SpectreDev_01> djfe: https://pastebin.com/QueDw840
<djfe> 0:APPSBLENV would be: <0xd00000 0x80000> then
<djfe> leading zeros between 0x and d00000 for example can be ignored
<djfe> I might take a look later and create it for you
<SpectreDev_01> Ok
<SpectreDev_01> Thanks
<djfe> but my suggestion: create the partition table yourself and I'll review it
<djfe> you could start with it now then.
<SpectreDev_01> Will do that, better way to learn
<djfe> if you have questions, ask here or via pm
<SpectreDev_01> Ok, thanks again
<djfe> how this could look
<djfe> or maybe better this one (same cpu unlike the first link)
G10h4ck has joined #openwrt-devel
<robimarko> The easiest way is to copy/paste the table from dmesg
<robimarko> Then you just copy/paste the from-to to Google and it gives you the size
<robimarko> First value is your start and thats it, you have everything you need
lucenera has quit [Ping timeout: 480 seconds]
<\x> robimarko: re enabling m3 dump and still having nss disabled was no go, it crashes after some hours
<\x> nss region needs to be enabled still
<\x> so yeah, thats 8MB
<\x> though it aint too bad, with fw mode 2, theres around 440MB usable
<\x> 430MB*
<robimarko> Thats weird as nothing should be accesing that memory
<robimarko> Except if they did not pull yet another TZ/QSEE messing with everything move
G10h4ck has quit [Ping timeout: 480 seconds]
G10h4ck has joined #openwrt-devel
<mrkiko> robimarko: sorry for re-asking you again ... I forgot / wante3d to understand things better. In daily use, at "normal" runtime, when are QSEE functions invoked? e.g.: I know about reboot, but then?
<mrkiko> robimarko: I mean - what are the services QSEE offers to the Linux OS and what are the services the Linux OS should mandatorily use to work
<robimarko> QSEE is the QCA version of ARM TrustZone so its running all of the time
<robimarko> For example all of the SCM calls are implemented in it
<robimarko> On ARMv8 QCA devices it implements PSCI as well
<robimarko> Probably a lot more that we have no clue about
<colo> what is SCM, and what is PSCI? (i.e., what do they expand to?)
<robimarko> QCOM Secure Channel Manager (SCM)
<robimarko> Arm Power State Coordination Interface (PSCI)
<robimarko> SCM being a fully QCA thing while PSCI is standardised
<colo> thanks
<colo> I am convinced all this "trusted" computing stuff will ruin Free Software in the long run :(
<robimarko> If they cared about Free Software we wouldnt be at the point of having FW blobs
schwicht has joined #openwrt-devel
<colo> yeah, sure, I agree. but there is a difference between the industry "not caring", and the industry making NOT using Free Software (or not being able to exercise your user rights even if you use some Free Software that was compiled and digitally signed by some bigco provider) mandatory. which is what all the recent remote attestation schemes will accomplish. it's TCPA/Palladium all over again, but this time, it's really coming.
Daanct12 has quit [Quit: WeeChat 4.0.4]
<SpectreDev_01> I think that's correct, I finally understood it
Danct12 has quit [Read error: Connection reset by peer]
aiyion has joined #openwrt-devel
fakuivan has quit [Remote host closed the connection]
fakuivan has joined #openwrt-devel
fakuivan has quit [Remote host closed the connection]
fakuivan has joined #openwrt-devel
aiyion has quit [Ping timeout: 480 seconds]
goliath has quit [Quit: SIGSEGV]
mentalow has quit [Quit: :]]
mentalow has joined #openwrt-devel
G10h4ck has quit [Quit: Konversation terminated!]
goliath has joined #openwrt-devel
tidalf has quit [Ping timeout: 480 seconds]
tidalf has joined #openwrt-devel
fakuivan has quit [Remote host closed the connection]
fakuivan has joined #openwrt-devel
<SpectreDev_01> robimarko: 0.718941] qcom_nand.0: error parsing ofpart partition /soc/nand-controller@79b0000/nand@0/partition@0
<robimarko> SpectreDev_01: Those partitions need to be a subnode of partitions node
<robimarko> And you are missing the compatible for it as well as address and size cells
<SpectreDev_01> Ah that's what I'm missing
torv has quit [Remote host closed the connection]
torv has joined #openwrt-devel
Danct12 has joined #openwrt-devel
mentalow has quit [Ping timeout: 480 seconds]
<SpectreDev_01> robimarko: do I have todo caplock like stock does or is it fine without it
<SpectreDev_01> For the partition names
<robimarko> Both are fine, lowercase is more common so you can reuse the calibration extraction and like
<robimarko> Personally, I prefer lowercase
<SpectreDev_01> I'll stick to lowercase looks nicer
<SpectreDev_01> robimarko: uhmm usb doesn't seem to work
damex has quit [Remote host closed the connection]
<robimarko> SpectreDev_01: Well, did you enable the PHY-s and USB nodes?
<SpectreDev_01> Ah no PHY is spamming in logs, ill add both
schwicht has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
schwicht has joined #openwrt-devel
<SpectreDev_01> robimarko: it has those weird values <0x180> which u dunno what Todo with
<SpectreDev_01> Do I just multiply them
schwicht has quit []
schwicht has joined #openwrt-devel
<SpectreDev_01> That'd just end in 0
<SpectreDev_01> Frankly I'm quite clueless on adding any missing nodes
mentalow has joined #openwrt-devel
<SpectreDev_01> I think I might have worked it out
fakuivan has quit [Remote host closed the connection]
fakuivan has joined #openwrt-devel
<SpectreDev_01> Or not didn't work
<SpectreDev_01> Yeah I don't know what to do
philipp64 has quit [Quit: philipp64]
philipp64 has joined #openwrt-devel
goliath has quit [Quit: SIGSEGV]
fakuivan has quit [Remote host closed the connection]
<robimarko> Please just look at other devices
<robimarko> Its quite clear how to enable USB on them
<robimarko> 301W being one of them with both USB ports
philipp64 has quit [Quit: philipp64]
<SpectreDev_01> Ok
<SpectreDev_01> I think I did it
philipp64 has joined #openwrt-devel
fakuivan has joined #openwrt-devel
fakuivan has quit [Remote host closed the connection]
fakuivan has joined #openwrt-devel
filimonic has joined #openwrt-devel
<SpectreDev_01> robimarko: that worked but it doesn't seem to create kernel and alt_kernel partition even though I added it
<KGB-2> https://tests.reproducible-builds.org/openwrt/openwrt_lantiq.html has been updated. (95.9% images and 99.8% packages reproducible in our current test framework.)
schwicht has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
bbezak has quit [Remote host closed the connection]
bbezak has joined #openwrt-devel
<SpectreDev_01> Also for uboot-envtools everyone else uses appblenv but Linksys also has u_env which the other Openwrt Linksys devices are using apparently so stock can be flashed via Openwrt
<SpectreDev_01> I guess I should use u_enc
<SpectreDev_01> *u_env
<\x> i have the MR7350, yes you can flash from stock firmware
<\x> theres that small "CA" hiding there sometimes so you can access manual firmware upgrade
<\x> its on the webui
<SpectreDev_01> No I mean flash stock fw over the Openwrt one
<SpectreDev_01> But alt_kernel and kernel aren't being created is another issue
<\x> well you can if you have the partition dumps
<\x> mtd write
<\x> oh
robimarko has quit [Quit: Leaving]
schwicht has joined #openwrt-devel
schwicht has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
schwicht has joined #openwrt-devel
schwicht has quit []
schwicht has joined #openwrt-devel
schwicht has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
schwicht has joined #openwrt-devel
schwicht has quit []
schwicht has joined #openwrt-devel