Ai
3 Star 3 Fork 2

嵌入式软件部/zephyr_kernel

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
makefile 808 Bytes
一键复制 编辑 原始数据 按行查看 历史
zhangyan 提交于 2025-08-14 10:13 +08:00 . !3适配zephyr v3.7.1内核
boot_smp_el2:
# west build -b e2000d_demo_smp samples/arch/smp/pktqueue
# west build -b e2000d_demo_el2_smp samples/hello_world
west build -b e2000q_demo_el2_smp samples/arch/smp/pi
cp ./build/zephyr/zephyr.elf /mnt/d/tftpboot/baremetal.elf
scp ./build/zephyr/zephyr.elf root@10.31.32.21:/home/zhugy/tftpboot/huanghe/baremetal.elf
boot:
west build -b e2000q_demo_el2_smp samples/hello_world
cp ./build/zephyr/zephyr.elf /mnt/d/tftpboot/baremetal.elf
# scp ./build/zephyr/zephyr.elf root@10.31.32.21:/home/zhugy/tftpboot/huanghe/baremetal.elf
menuconfig:
west build -t menuconfig
boot_gdb:
west build -b qemu_cortex_a53_smp samples/hello_world
clean:
west build -t clean
debug_qemu:
west build -t debugserver_qemu
gdb:
gdb-multiarch -x .gdbinit
gdb_qemu:
gdb-multiarch -x .gitlint_qemu
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/phytium_embedded/zephyr_kernel.git
git@gitee.com:phytium_embedded/zephyr_kernel.git
phytium_embedded
zephyr_kernel
zephyr_kernel
phytium_v3.7.1

搜索帮助