<mocoo>
Hi! I was wondering if something similar to Raspbootin (https://github.com/mrvn/raspbootin) would generally be possible on Tegra Systems, or more specifically the Jetson Nano?
<mocoo>
Judging from NVIDIA documents, the boot sequence at least for the newer SoCs (AGX Orin etc.) is way more involved than on Raspberry Pi.
hexdump0815 has joined #tegra
<hexdump0815>
i just tested v6.4 on the nyan chromebook and the keyboard no longer works (it worked perfectly fine with v6.1)
<hexdump0815>
i checked the diffs of the relevant dts files and drivers/spi/spi-tegra114.c between v6.1 and v6.4 but did not find anything, which might result in this
<hexdump0815>
digetx: or tagr: maybe you have any idea?
<digetx>
hexdump0815: I'm not aware about any regressions around spi or cros-ec
<digetx>
are you using old dtb? maybe something in DT changed
<hexdump0815>
the error is absolutely reproducable
<hexdump0815>
worst case i can still bisect it, but i would prefer to avoid that, as i'll have to boot each time and from v6.1 to v6.4 will be quite a few steps :)
<digetx>
missed the log, probably that's some spi core change
<digetx>
don't see any obviously bad spi changes
<hexdump0815>
btw. i also noticed that CONFIG_ZSMALLOC_CHAIN_SIZE=4 seems to be required to not break zsmalloc for zswap on nyan now