Anton Starikov

Results 44 comments of Anton Starikov

Попробуйте вот это. [CC2538ZNP-UART-without-SBL-cc2592.hex.zip](https://github.com/antst/CC2538-ZNP-Coordinator-firmware/files/3678300/CC2538ZNP-UART-without-SBL-cc2592.hex.zip)

I will upload sources of the ZNP project, once I settle with separation from Z-Stack (to avoid license conflict). And patch for the stack itself.

Unfortunately, this is not possible. I don't have neither final PCBs nor spare modules. But I suggest to try to team-up with someone in Z2M discord. Anybody who will order...

When run as unprivileged user, this would have no permissions to read /sys/devices/system/cpu/cpuXX/cpufreq/cpuinfo_cur_freq on fresh kernels , but because file exists, it will keep trying to read and pollute logs....

Same story here. No copy from host to guest. And from guest to host - it copies, but then crash.

if I set ``` (initramfs) echo 1 > /sys/module/zfs/parameters/zil_replay_disable (initramfs) echo 1 > /sys/module/zfs/parameters/zfs_recover (initramfs) echo 0 > /sys/module/zfs/parameters/spa_load_verify_data (initramfs) echo 0 > /sys/module/zfs/parameters/spa_load_verify_metadata ``` then log is: ``` (initramfs)...

I also tried `zdb -AAA -b rpool` it results in infinite log :) But ``` (initramfs) zdb -A -b rpool Traversing all blocks to verify nothing leaked ... loading concrete...

> `failmode=continue` doesn't do anything useful here, that's more for disks that vanish underneath, and only in a very specific case, it's pretty unsafe otherwise, IIRC. I just experimented/ I...

> If it imports readonly with 0 issues, that's useful enough to let you get data out, since you can send from read-only datasets without a snapshot (though you can't,...

hm. zdb with all txgs, belonging to present uberblocks, ends up with the same issue ``` (initramfs) zdb -e -b -t 91793915 rpool Traversing all blocks to verify nothing leaked...