AW: [NFS] fetching kernel via nfs

2024-05-16 Thread Johannes Kirchmair - SKIDATA
Szymanski Gesendet: Mittwoch, 15. Mai 2024 18:53 An: Johannes Kirchmair - SKIDATA ; u-boot@lists.denx.de Cc: joe.hershber...@ni.com; rfried@gmail.com Betreff: Re: [NFS] fetching kernel via nfs [Sie erhalten nicht häufig E-Mails von sebastien.szyman...@armadeus.com. Weitere Informationen, warum

[NFS] fetching kernel via nfs

2024-05-15 Thread Johannes Kirchmair - SKIDATA
Dear u-boot people, I encountered some problems trying to fetch the Linux kernel via nfs (v3). One problem was that the nfs file lookup always returned NFS3ERR_BADHANDLE. This is due to the following line in nfs_lookup_req() function (net/nfs.c): len = (uint32_t *)p - (uint32_t *)

AW: Use header file from external library in u-boot

2024-05-15 Thread Johannes Kirchmair - SKIDATA
Dear Fabio and Lukas, will have a thanks for your suggestions. I will have a look at it. Best regards Johannes -Ursprüngliche Nachricht- Von: Lukas Funke Gesendet: Donnerstag, 2. Mai 2024 15:33 An: u-boot@lists.denx.de; Johannes Kirchmair - SKIDATA Betreff: Re: Use header file

Use header file from external library in u-boot

2024-05-02 Thread Johannes Kirchmair - SKIDATA
Dear u-boot folks, we are trying to share some information between u-boot and a Linux user space tool. For this we place some information in a FRAM. This information is just some numeric values, indicating some wanted behaviour. I thought of using a header file to keep these values aligned betw