https://stackoverflow.com/questions/31244862/what-is-the-use-of-spl-secondary-program-loader#31252989
#计算机组成原理
#计算机组成原理
Stack Overflow
what is the use of SPL (secondary program loader)
I am confused in clearing my concepts regarding these three questions
why do we need a secondary program loader ?
in which memory it gets loaded and relocated ?
what is the difference between sy...
why do we need a secondary program loader ?
in which memory it gets loaded and relocated ?
what is the difference between sy...
https://stackoverflow.com/questions/77480106/disable-numbering-for-heading-level-above-threshold
#信息技术基础
#信息技术基础
Stack Overflow
Disable numbering for heading level above threshold
I'm adding numbering to headers with something like
#set heading(numbering: "1.1")
However I want numbering to stop for levels 3 and above.
I believe the syntax should look something lik...
#set heading(numbering: "1.1")
However I want numbering to stop for levels 3 and above.
I believe the syntax should look something lik...
https://community.milkv.io/t/uboot/181
https://community.milkv.io/t/opensbi/681
https://community.milkv.io/t/cv1800b-baremetal/2445
#嵌入式系统
https://community.milkv.io/t/opensbi/681
https://community.milkv.io/t/cv1800b-baremetal/2445
#嵌入式系统
Milk-V Community
使用uboot引导自己的操作系统
本人之前正在学习清华大学的uCore操作系统教程,正好看到Milkv-duo这块Riscv开发板,正好可以用来提供一个真实的硬件环境来运行自己写的操作系统程序。 根据芯片的官方文档,CV1800b 在启动时会在 FAT32 分区中寻找 fip.bin 文件,引导其中的 bl2->opensbi->uboot,uboot 再去引导 boot.sd。 最开始我想的是将自己的 kernel 替换 uboot(即放在 LOADER_2ND 的位置),直接从 opensbi 跳转进来,但在编译 fip.bin…
https://stackoverflow.com/questions/51310506/using-c-libgpiod-library-how-can-i-set-gpio-lines-to-be-outputs-and-manipulat
#嵌入式系统
#嵌入式系统
Stack Overflow
Using c++ libgpiod library, how can I set gpio lines to be outputs and manipulate single lines with set_value() function?
I just started using c++ bindings of libgpiod library and have problem with settings gpios. I know, that I can create long vector of values, and apply it in all at once, but I would like to be able...