1
0
Fork 0
forked from nuttx/nuttx-update
local-nuttx-update/boards/x86_64/intel64/qemu-intel64/configs
p-szafonimateusz fc965b856b boards/qemu-intel64: add kernel build (ROMFS) configurations
knsh_romfs - for QEMU and legacy serial port
knsh_romfs_pci - for bare-metal Intel hardware and PCI serial port

Steps to build kernel image with user-space apps in romfs:

$ ./tools/configure.sh qemu-intel64/knsh_romfs
$ make -j
$ make export -j
$ pushd ../apps
$ ./tools/mkimport.sh -z -x ../nuttx/nuttx-export-*.tar.gz
$ make import -j
$ ./tools/mkromfsimg.sh
$ mv boot_romfsimg.h ../nuttx/arch/x86_64/src/board/romfs_boot.c
$ popd
$ make -j

Signed-off-by: p-szafonimateusz <p-szafonimateusz@xiaomi.com>
2024-11-27 13:32:23 -03:00
..
earlyfb boards/x86_64/qemu-intel64: enable debug messages for PCI test configs 2024-09-12 18:10:46 +08:00
fb boards/x86_64/intel64/qemu-intel64: add lvgl and fb examples 2024-11-15 01:04:52 +08:00
jumbo serial/pci: Remove the product specific config 2024-11-17 08:40:26 +01:00
knsh_romfs boards/qemu-intel64: add kernel build (ROMFS) configurations 2024-11-27 13:32:23 -03:00
knsh_romfs_pci boards/qemu-intel64: add kernel build (ROMFS) configurations 2024-11-27 13:32:23 -03:00
lvgl boards/x86_64/intel64/qemu-intel64: add lvgl and fb examples 2024-11-15 01:04:52 +08:00
nsh arch/x86_64: add support for thread_local 2024-10-09 17:58:01 +08:00
nsh_pci serial/pci: Remove the product specific config 2024-11-17 08:40:26 +01:00
nsh_pci_smp serial/pci: Remove the product specific config 2024-11-17 08:40:26 +01:00
ostest boards/qemu-intel64: simplify STACKSIZE configuration 2024-07-01 13:27:33 +08:00