Re: [PATCH] ubox: logread add option to filter priority (log level)

2023-07-24 Thread Paul D
For those executing this at the command line, how does one 'repeat'? -v 1 -v 2, or -v1 -v2 or -v123 or -v 1,2,3? I had to think for a bit since it wasn't immediately obvious. Perhaps a hint string with "(repeatable eg -v 1 -v 2)"? On 2023-07-22 14:40, Legale Legale wrote: From

[PATCH v3 1/3] ipq40xx: image: limit kernel size for NOR devices

2023-07-24 Thread Tomasz Maciej Nowak
From: Tomasz Maciej Nowak 'bootipq' command on some devices, with kernel on NOR flash chip, read kernel partition size from Qualcomm proprietary partition table, which seems to be stored in MIBIB partition. The partition table can be read by 'smeminfo' command in U-Boot command line interface.

[PATCH v3 2/3] ipq40xx: dts: allow writing to U-Boot environment

2023-07-24 Thread Tomasz Maciej Nowak
From: Tomasz Maciej Nowak Devices allowing to boot LZMA compressed kernel or zImage kernel didn't hit yet the 4MiB boundary for kernel size, thus allowing to prepare workaround for the issue, without need for serial console attachment. The workaround is modifying 'bootcmd' variable in U-Boot

[PATCH v3 3/3] ipq40xx: pakedge_wr-1: workaround for kernel bigger than 4MiB

2023-07-24 Thread Tomasz Maciej Nowak
From: Tomasz Maciej Nowak Alter booting command in U-Boot on first boot after upgrade to workaround the kernel size limitation. The kernel size read from flash will be 8MiB, which should suffice for forseable future. As precaution a warning interupting upgrade is emited, explaining what to do.

[PATCH v3 0/3] ipq40xx: remedy potential of producing soft-bricking images

2023-07-24 Thread Tomasz Maciej Nowak
From: Tomasz Maciej Nowak Some of devices having kernel on NOR flash could reach limit of kernel partition size at 4MiB and soft-brick them. Unfortunately we don't know if all of them are affected, thus kernel size limit is added to all of remaining ones. Later commit allows for some devices to

Re: [PATCH] ubox: logread add option to filter priority (log level)

2023-07-24 Thread Hannu Nyman
Paul D kirjoitti 24.7.2023 klo 13.19: For those executing this at the command line, how does one 'repeat'? -v 1 -v 2, or -v1 -v2 or -v123 or -v 1,2,3? I had to think for a bit since it wasn't immediately obvious. Perhaps a hint string with "(repeatable eg -v 1 -v 2)"? On 2023-07-22 14:40,