<DavidHeidelberg>
pmOS has 5.14-rc3 with PM, USB OTG and stuff inside :)
<digetx>
nice, thank you
<DavidHeidelberg>
and soon, and I'm really excited about that will have automatic kernel updates :) it's pain when you update kernel and modules have to go connect it to the computer for boot.img update
gouchi has quit [Remote host closed the connection]
gouchi has joined #tegra
gouchi has quit [Remote host closed the connection]
<DavidHeidelberg>
pls OUTPUT from `lsblk -f` and `lsblk -o NAME,PARTLABEL` from any tegra tablet or phone?
gouchi has joined #tegra
<DavidHeidelberg>
digetx it doesn't seems we have partlabel from GPT, right?
<digetx>
no, you need to be extra careful before writing to partition, check that number of partitions is correct, check that partition already had boot.img
<digetx>
auto update also should be opt in, IMO
<digetx>
ideally we need second stage bootloader that will load kernel image from a regular file, kexec may be good enough
<nergzd723[m]>
there is u-boot support for Cardhu board, isn't it?
<nergzd723[m]>
might be possible to use it instead
<m4t>
pgwipeout[m] got u-boot working on ouya, he has a tree on github
<m4t>
iirc he had it in the kernel partition. i messed around and was able to replace fastboot with it, but that's dangerous+involved
<m4t>
on ouya personally i use a kexec loader. maybe i will replace fastboot one of these days
<pgwipeout[m]>
It's relatively safe to use it in place of a kernel, but you need uart output or have knowledge of the workings of fastboot to do it.
gouchi has quit [Remote host closed the connection]
quarkyalice has quit [Ping timeout: 272 seconds]
quarkyalice has joined #tegra
<pgwipeout[m]>
U-boot doesn't support relocation in the second stage for arm32, so you have to have the text_base exactly correct.