Qingjun Wei

Results 10 comments of Qingjun Wei

Hello Paul, Thank you for your quick response. I look forward to your update. I will test it and give you feedback.

I am building 32 bit image of Raspberry Pi 4. I noticed that the green led flashes 7 times, which indicates "kernel.img not found". But I already put zImage onto...

Nevermind, I renamed zImage into kernel.img, now the Rpi4 is able to boot correctly. meta-rpi script needs to be modified copy_boot.sh, line 199: from sudo cp "${src}/${KERNEL_IMAGETYPE}" "${mnt}/${KERNEL_IMAGETYPE}" to sudo...

> What script is that? I'm missing a bit of context here. The script is "copy_boot.sh" from meta-rpi. It literally copies "zImage" to the boot partition. Apparently somehow the new...

> https://github.com/jumpnow/meta-rpi

> Normally this should work if we properly detect your compiler as being "gcc" (your logging indicates we are not). Can you try adding defines like the ones below >...

@sean-mcmanus One more question. Was my code snippet parsed correctly on your VSCode?

What shall I put into c_cpp_properties.json? I am using arm-none-eabi-gcc for embedded MCU development.

Appreciate your effort very much!

This is ridiculous. I removed the nordic library from the includePath, then the parser worked. But this morning, Ubuntu automatically updated VSCode to the latest version. It no longer works,...