mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-22 01:12:31 +00:00
The default rootfs is now in: Build/posix_default.build/rootfs/ The subdirs fs/microsd and eeprom are now created if they do not exist. Signed-off-by: Mark Charlebois <charlebm@gmail.com>
6 lines
197 B
Bash
Executable File
6 lines
197 B
Bash
Executable File
#!/bin/bash
|
|
|
|
mkdir -p Build/posix_default.build/rootfs/fs/microsd
|
|
mkdir -p Build/posix_default.build/rootfs/eeprom
|
|
cd Build/posix_default.build && ./mainapp ../../posix-configs/posixtest/init/rc.S
|