ChanServ changed the topic of #linux-sunxi to: Allwinner/sunxi development - Did you try looking at our wiki? https://linux-sunxi.org - Don't ask to ask. Just ask and wait for an answer! - This channel is logged at https://oftc.irclog.whitequark.org/linux-sunxi
<apritzel> thanks!
ftg has quit [Read error: Connection reset by peer]
apritzel has quit [Ping timeout: 480 seconds]
montjoie has joined #linux-sunxi
montjoie_ has quit [Ping timeout: 480 seconds]
JuniorJPDJ has quit []
KREYREN_ has quit [Ping timeout: 480 seconds]
t4h4[m] has quit []
error2[m] has quit []
sajattack[m]1 has quit []
hexdump01 has joined #linux-sunxi
hexdump0815 has quit [Ping timeout: 480 seconds]
JohnDoe_71Rus has joined #linux-sunxi
<tokyovigilante> macromorgan: there is also a interrupt-parent = <&r_intc>; /* test */
<tokyovigilante> in the axp717 define which is defined for other SoCs (up to the H6) but not for the H616
cperon has quit []
Schimsalabim has quit [Ping timeout: 480 seconds]
Schimsalabim has joined #linux-sunxi
Schimsalabim has quit [Read error: Connection reset by peer]
Schimsalabim has joined #linux-sunxi
chuang[m] has quit []
Robot_ has joined #linux-sunxi
<Jookia> time for some late night review >:D
<Jookia> ok, done
JohnDoe_71Rus has quit [Quit: KVIrc KVIrc Quasar 5.2.2, revision: 5.2.0+git-7571-8c8adf27c, build type: debug, sources date: 20160102, built on: 2024-03-24 18:03:42 UTC 5.2.0+git-7571-]
<tokyovigilante> nice Jookia!
<tokyovigilante> Have just sent my first go at the RG35XX DTS - https://lore.kernel.org/linux-sunxi/20240414083347.131724-2-ryan@testtoast.com/T/#t
warpme has joined #linux-sunxi
<Jookia> tokyovigilante: awesome work!
apritzel has joined #linux-sunxi
apritzel has quit [Ping timeout: 480 seconds]
KREYREN_ has joined #linux-sunxi
<gamiee> hi apritzel , please, did you had a chance to look on my sunxi-tools sid-write pr? Thanks
electricworry has joined #linux-sunxi
apritzel has joined #linux-sunxi
Schimsalabim has quit [Read error: Connection reset by peer]
<warpme> apritzel : many thx!. This helps :-) Now i'm not sure what: kernel cmd. line should i use to get kernel to use such to ram loaded initrd image with ext2 fs?
ftg has joined #linux-sunxi
<Jookia> tokyovigilante: are you using b4 to handle patches?
<apritzel> warpme: so initrd these days really means "initramfs", so it's a tmpfs filesystem in RAM. So it's a RAM disk with a builtin filesystem, if you like
<tokyovigilante> just git send-email currently
<tokyovigilante> b4 for downstreaming
<apritzel> warpme: I don't think it makes much sense to use a separate filesystem in a RAM block device
<apritzel> warpme: and you should be able to use the eMMC on the TX1, and you can copy a rootfs image over via USB stick
<Jookia> tokyovigilante: i would highly suggest using b4 for patches, it handles versioning, CCing, and helping you write a cover letter and send-email
<tokyovigilante> ok will give it a go
<apritzel> Jookia: though I only use git send-email as well, and for low volume patches it's totally fine, I think
<Jookia> tokyovigilante: i noticed some of your patches have a 'From:' in the body, so you might want to check your patch From: and email From: are the same. not sure
<Jookia> apritzel: yeah i kind of just struggle with git send-email and manually versioning, it just throws my anxiety through the roof
<Jookia> just some suggestions :)
<apritzel> "git format-patch -v2 --cover-letter ..." also gives you a cover letter template and versioned patches
<apritzel> and I *always* send a patch series to myself first, to see what git send-email makes of it
<Jookia> yeah
<Jookia> b4 automates a lot of that
<apritzel> b4 probably helps with individual per-patch recipients, but I don't need that very often
<Jookia> ah ok
<apritzel> Jookia: but if you are happy with b4, that's great, keep using that
<Jookia> yeah! :D
<tokyovigilante> Just nosing through the b4 docs, thanks both. Managed to muddle through send-mail ok but b4 does look nice for when I become a fulltime kernel developer ;)
<apritzel> warpme: which DT did you use for the TX1? Did you see my post from like two weeks ago? https://lore.kernel.org/linux-sunxi/20240330013243.17943-1-andre.przywara@arm.com/T/#u
<apritzel> warpme: if that works for you, can you please reply to the list, which would help that getting merged?
Schimsalabim has joined #linux-sunxi
<warpme> apritzel : "can copy a rootfs image over via USB stick" - this is one from options i'm considering. My idea is following: 1)boot kernel via sunxi-fel with boor.scr having kernel cmd.line having "root=/dev/sda2 rw rootwait"; 2)when kernel boots, remove USB cable used for sunxi-fel and plug USB key with rootfs (part2); 3)i hope kernel will continue booting using plugged usb as rootfs so i will get finally cmd.prompt; 4)copy bootloader
<warpme> + rootfs from usb to emmc; 5)box should boot from emmc. What you think?
<Jookia> warpme: have you considered using nfs root + usb ethernet gadget
<apritzel> warpme: is that just for you to get something on the board, or is more a recipe for MiniMyth users?
<warpme> yeah - that was my idea as well but idk how to get usb eth gadget hw? I have usb-eth dongle (asix based)
<warpme> apritzel : this is by minimyth2 user request (he donated me hw) - so i'm playing a bit now :-)
<Jookia> warpme: no, as in g_ether in kernel- then you boot using fel, then upload kernel using fastboot, then run rootfs using nfs. but if that's too complicated, usb rootfs might work
JohnDoe_71Rus has joined #linux-sunxi
<apritzel> tokyovigilante: the structure of your post and the commit messages look really neat, especially for a first time post. I will dive into the details later today - the sun just came out ;-)
<apritzel> warpme: did you know that you can upload a bootscript via FEL, and U-Boot automatically executes that?
<apritzel> so you should be able to issue to commands to expose the eMMC as a block device on your host PC, which then would allow people to just "dd" an image, or even fdisk & mount partitions
<apritzel> I mean using U-Boot's "ums" command, via USB-OTG, so it's the same setup as you are using for FEL
<apritzel> so the users would issue the sunxi-fel command, with just the U-Boot image uploaded, and a few seconds later a new /dev/sdX would appear on the host PC
<apritzel> which is unfortunately somewhat theoretical atm, as eMMC access from U-Boot on the H616 is broken for some odd reason
<apritzel> but it works in Linux, so you could do the same scheme, just a bit more complicated via the kernel and some initramfs
<apritzel> and btw: this also means that loading the kernel from the eMMC does not work atm, which spoils more use cases atm, especially for the TX1 having no SD card
<apritzel> gamiee: I had a look, just no real idea what's best, though qianfan's suggestion doesn't sound too bad
dsimic is now known as Guest1087
dsimic has joined #linux-sunxi
apritzel has quit [Ping timeout: 480 seconds]
Guest1087 has quit [Ping timeout: 480 seconds]
KREYREN_ has quit [Remote host closed the connection]
KREYREN_ has joined #linux-sunxi
<warpme> apritzel: "did you know that you can upload a bootscript via FEL, and U-Boot automatically executes that?" - yes. it works for me perfectly. WIth boot.scr having "booti 0x40200000 - 0x4fa00000" i'm getting nicely loaded and booted kernel to stage where it awaits for rootfs.
<warpme> apritzel: "so you should be able to issue to commands to expose the eMMC as a block device on your host PC" - i was not aware that such thing it possible in sunxi-fel? This will be probably best solutin for ppl trying to get mainline (i.e. archlinux by miniarch) distro on tx1
<warpme> apritzel: "eMMC access from U-Boot on the H616 is broken for some odd reason" - i got it working so all my h313/h616/h618 currently are booted/working from emmc (can save sd cards in my home uLab)
KREYREN_ has quit [Ping timeout: 480 seconds]
KREYREN_ has joined #linux-sunxi
<gamiee> apritzel : thanks for answer. Qianfan's answer is indeed not bad, but I do not know how to solve the endianess, as that seems to be important for keys and stuff. Anyway, we can still have both of them. Also, raw sid write is useful for SoCs, which does not have implemented SID fields table in sunxi-fel tool.
Schimsalabim has quit [Read error: Connection reset by peer]
Schimsalabim has joined #linux-sunxi
warpme has quit []
apritzel has joined #linux-sunxi
<apritzel> gamiee: that is part of why I like that idea: it would make it less error prone. And if you have an unlisted SoC, you can always add that section that you want to write to.
<apritzel> gamiee: eMMC access in U-Boot: "i got it working": care to share? Didn't find any patch in your minimyth2 repo
<apritzel> nope, that ^^^^ was for warpme
Schimsalabim has quit [Ping timeout: 480 seconds]
Schimsalabim has joined #linux-sunxi
KREYREN_ has quit [Remote host closed the connection]
KREYREN_ has joined #linux-sunxi
KREYREN_ has quit [Remote host closed the connection]
KREYREN_ has joined #linux-sunxi
KREYREN_ has quit [Ping timeout: 480 seconds]
kilobyte1 has quit [Ping timeout: 480 seconds]
kilobyte1 has joined #linux-sunxi
igraltist has quit [Remote host closed the connection]
igraltist has joined #linux-sunxi
kilobyte1 has quit [Ping timeout: 480 seconds]
kilobyte1 has joined #linux-sunxi
apritzel has quit [Ping timeout: 480 seconds]
<macromorgan> tokyovigilante: let me know if you need help cleaning up that tree.
<macromorgan> One of the first things you should do before you submit is to run `make dtbs_check` FYI
<macromorgan> I find it helps to run make dtbs_check first, ignore all the output, do a `touch arch/arm64/boot/dts/my-devicetree.dts`, then run make dtbs_check again so you only see the output for your new trees
<macromorgan> and also any time you modify a *.yaml file you should do a `yamllint Documentation/devicetree/bindings/my_updated_file.yaml` followed by a `make dt_binding_check DT_SCHEMA_FILES=Documentation/devicetree/bindings/my_updated_file.yaml`
kilobyte_ has joined #linux-sunxi
kilobyte1 has quit [Ping timeout: 480 seconds]
apritzel has joined #linux-sunxi
<apritzel> macromorgan: tokyovigilante: "make W=2 CHECK_DTBS=y allwinner/sun50i-xxx.dtb" is the explicit shortcut for that "just check a single DTB" operation
kilobyte1 has joined #linux-sunxi
<apritzel> or use the raw form directly: dt-validate -m -u /src/linux/Documentation/devicetree/bindings -s /src/linux/Documentation/devicetree/bindings your.dtb
<macromorgan> I guess that could work too :-)
kilobyte_ has quit [Ping timeout: 480 seconds]
<macromorgan> I kind of wanted to finish testing each of the regulators before we pushed upstream, and fix the NMI thingimabob
<apritzel> yeah, dunno about you, but on my box "make dtbs_check" takes ages
<macromorgan> make dtbs_check -j32 takes about a minute
<macromorgan> helps with a 16 core Ryzen and enough RAM to fit the entire build tree into cache though
<apritzel> macromorgan: so did changing the regmap_range fix the interrupt issue?
<macromorgan> let me check, I honestly didn't try that yet
warpme has joined #linux-sunxi
<macromorgan> yeah, I see it now... the range doesn't include where I can write to disable the IRQ
<macromorgan> err, ack the IRQ I mean
<apritzel> exactly, would perfectly explain what you see
<macromorgan> okay, added a range and that fixed the problem
<macromorgan> no more errors, power button works
<apritzel> \o/
<macromorgan> I added another range instead of expanding the existing one because the IRQ enable stops at 0x44 and the IRQ status starts at 0x48
<macromorgan> but yeah, simple fix and now we've got interrupts from the PMIC!
<macromorgan> I'll push an upstream patch enabling the NMI on the 616 if anyone else is available to test it that would be great
<warpme> apritzel : I wax not aware that sunxi-fel is able to issue to commands to expose the eMMC as a block device on your host PC. Looking on sunxi-fel help i can't find relevant command...
<warpme> wax->was
<apritzel> warpme: sunxif-fel does not support this, but U-Boot does, with its "ums" command. So all you need to do is to upload and start U-Boot, then trigger the mass storage export: ums 0 mmc [devno:part]
<warpme> apritzel : re: your Q about DT im using in uboot for TX1 - yes - i'm using your code deom ML (many thx). And when i'll get it all working - for sure i'll drop comment (and kudos) on ML!
<apritzel> for ums you need to enable CONFIG_CMD_USB_MASS_STORAGE in U-Boot, and maybe something else
<warpme> apritzel : when you saying "trigger the mass storage export: ums 0 mmc [devno:part]" - do you meant issuing this command on uboot console (via uart) - or i can do this "remotely" from Linux PC?
<warpme> asking as i'm trying to find solution not requiring any soldering....
<apritzel> on the U-Boot console, so either explicitly via the UART, or via the boot script
<warpme> ah - indeed - i can do this via boot.scr upload in sunxi-fel
<apritzel> the boot script method should work without any UART
<warpme> ideed. qll. let me try this
<apritzel> people would still need a non-standard USB-A <-> USB-A cable, though
<apritzel> due to the lack of an SD card slot this device is an interesting challenge, for the casual user
<apritzel> one comfortable method would be to install an SSH server on the vendor Android, but not sure the "su" to get root works on this level
<apritzel> (it certainly does on the UART prompt, and I could dd something from a USB stick to the eMMC)
<apritzel> but that requires opening the device, soldering something to the UART pins and then connecting a serial adaptor, which is not very end user friendly
<macromorgan> so this plus the regmap_range fix gets you a working power button on the AXP717/H700 series
<warpme> so now i see chicken-and-egg problem: to map emmc as mass storage i need to provide: [devno:part]. But vanilla device has android partitions layout (15 or so partitions) - while my distros are operating on 2 partitions.... Ideally will be to have possibility to do: dd of sd card image file to emmc (i'm doing this in my distros when user wants to install on system on box internal emmc)
<apritzel> warpme: if you leave out the :partition number, you get the whole block device
<warpme> ah qll!
<apritzel> IIRC on this device the big data partition was not ext4?
<apritzel> I typically just untar a rootfs to this partition, which does not affect any of the Android data in there (non-overlapping directory names), so you can keep the vendor firmware, but still use a proper Linux rootfs and a mainline kernel
<warpme> hmm: i'm getting "=> ums 0 mmc Unknown command 'ums' - try 'help'" Time to add CONFIG_CMD_USB_MASS_STORAGE=y and CONFIG_USB_USB_GADGET and CONFIG_BLK in defconfig?
<apritzel> yes, the ums command is not enabled by default for sunxi
vpeter has quit [Remote host closed the connection]
vpeter has joined #linux-sunxi
<warpme> apritzel : issue => ums 0 mmc 1 gives on uart "UMS: LUN 0, dev mmc 1, hwpart 0, sector 0x0, count 0x1d1f000" and hell of "|/-\|/-\/-" is this ok? If so - i can't find new mass storage dev on linux host....
<apritzel> yes, this is the expected response on the UART, though of course there should be a mass storage device. Do other USB gadget commands (dfu, fastboot, Ethernet) work?
KREYREN_ has joined #linux-sunxi
<warpme> hmm - there is no /dev/sdb device and in dmesg i see: https://gist.github.com/warpme/56b3a97c267b00a39c88f6130b8942d2
<warpme> maybe i need to reuse my "windows expertize": just reboot and pray?
KREYREN_ has quit [Remote host closed the connection]
KREYREN_ has joined #linux-sunxi
KREYREN_ has quit [Write error: connection closed]
JohnDoe_71Rus has quit [Quit: KVIrc 5.2.2 Quasar http://www.kvirc.net/]
Schimsalabim has quit [Ping timeout: 480 seconds]
apritzel has quit [Ping timeout: 480 seconds]
Schimsalabim has joined #linux-sunxi
paulk has quit [Quit: WeeChat 3.0]
warpme has quit []
warpme has joined #linux-sunxi
warpme has quit []
Robot_ has quit [Ping timeout: 480 seconds]
KREYREN_oftc has joined #linux-sunxi
KREYREN_oftc has quit [Remote host closed the connection]
KREYREN_oftc has joined #linux-sunxi
<tokyovigilante> apritzel: macromorgan: thanks for the review, I did know about make dtb_check and then forgot to actually run it, like a rookie. Have started work on v2.
<tokyovigilante> macromorgan: great work regarding the NMI patches too, all coming together nicely
<tokyovigilante> SD2 card slot working with the extra regulators too which is nice, at least the card-detect.
<tokyovigilante> Just for clarity, is the DTS standard 4-space tabs? All the docs say 8 spaces, but all the committed files have 4-space tabs.
<macromorgan> it's a tab character
<macromorgan> so no spaces
<macromorgan> ./scripts/checkpatch.pl should yell at you if you try to use spaces I think
<macromorgan> also one other thing... hold off on the LEDs if you can, I'd like to define them as PWMs but I have to get that working first...
<tokyovigilante> ta, will add that to the list of checks
<tokyovigilante> that's cool, I haven't done anything with them myself. I'll try and get this done, then sound, and perhaps leave you the backlight, and Jookia has a T113 RGB implementation that he will hopefully share at some point
apritzel has joined #linux-sunxi
KREYREN_oftc has quit [Remote host closed the connection]
KREYREN_oftc has joined #linux-sunxi
KREYREN_oftc has quit [Remote host closed the connection]
electricworry has quit [Remote host closed the connection]
freemangordon has quit [Ping timeout: 480 seconds]