Hi Florian,
Nice to know you fixed it.
Try to use SPI NOR Flash with SmartFS, it will load very fast.
BR,
Alan
On 4/5/20, Florian Wehmeyer wrote:
>
> Hi Alan,
>
> many thanks for your hints!!
>
> In my this situation, the -29 error is returned by
>
> ret = elf_load(&loadinfo);
>
> But, turned
Hi Alan,
many thanks for your hints!!
In my this situation, the -29 error is returned by
ret = elf_load(&loadinfo);
But, turned out that the error was coming from the NXFFS.. I reformatted
the volume from which I was loading the ELF file, and the error
disappeared, working well..
Takes some
Hi Florian,
The error -29 is -ESPIPE : Illegal seek.
Probably it comes from here:
if (offset > iob->io_pktlen)
{
ioberr("ERROR: offset is past the end of data: %u > %u\n",
offset, iob->io_pktlen);
return -ESPIPE;
}
Please try to enable CONFIG_IOB_DEBUG and see