Deleting files with wildcard

2024-02-21 Thread Jernej Turnsek
Hi, I have accidentally written a lot of files on my sdcard and now I would like to delete them. I have tried with rm * command and it doesn't work. Is there a way to delete multiple files without formatting the card? Regards, Jernej

Re: Nuttx not starting after jumping from bootloader

2024-02-21 Thread Nathan Hartman
I've run into problems like that before. I recommend ensuring that the bootloader performs a cleanup: return all peripherals to their original state and turn off any interrupts it previously enabled. Otherwise, very subtle and hard-to-find bugs can creep in. Out of curiosity, is this a custom boot

Re: Nuttx not starting after jumping from bootloader

2024-02-21 Thread Alan C. Assis
Just a update here for people facing similar issue in the future. Actually Jose discovered the issue was not on NuttX itself, but it was an Interrupt enabled in the bootloader that was missing an entry IRQ vector table. Best Regards, Alan On 2/20/24, Ambrocio, Jose wrote: > Hello Nuttx team, >

Re: Device Discovery

2024-02-21 Thread Alan C. Assis
Technically saying I didn't use the right name, it should be kernel thread. But in fact of udev it should be a userspace daemon. BR, Alan On 2/21/24, Saurav Pal wrote: > Hi Xiang, > > I meant multiple daemons in reference to what Alan mentioned about there > being daemons to detect the various