Alper Ak
Alper Ak
I successfully created the Linux kernel recipe. Now, working on U-Boot recipe and it seems they use OpenSBI in-tree with U-Boot and it causes problem. Looks like extra work is...
Dropped OpenSBI from the U-Boot source tree and successfully built U-Boot, OpenSBI separately. I'm currently dealing with some errors and kernel hang in runtime.
Great news! I managed to boot the device successfully! 
There is a thing which is related to read **bootinfo_sd.bin**. On startup I see the following log: ``` ERROR: sd: invalid bootinfo magic code:0x1000b8fa ERROR: invalid bootinfo image. ERROR: sd...
Looks like I missed changing `KCONFIG_MODE` and I totally agree that we should change it. I also posted a new message about the kernel patch.
> Does Avro itself enable `-Wuseless-cast` or does that come from some surrounding build system? > > I doubt that warning will reveal any actual bug, so my first inclination...