From 9a6857843bfee19d5159d1cc6d235df4468ebab5 Mon Sep 17 00:00:00 2001 From: songyanguang <345810377@qq.com> Date: Thu, 19 Dec 2024 21:06:31 +0800 Subject: [PATCH] load fs.img shell fs_server --- Ubiquitous/XiZi_AIoT/softkernel/load_apps.S | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Ubiquitous/XiZi_AIoT/softkernel/load_apps.S b/Ubiquitous/XiZi_AIoT/softkernel/load_apps.S index a12911287..597d60af0 100644 --- a/Ubiquitous/XiZi_AIoT/softkernel/load_apps.S +++ b/Ubiquitous/XiZi_AIoT/softkernel/load_apps.S @@ -30,16 +30,16 @@ Modification: .section .rawdata_fs_img .globl user_apps user_apps: -// .incbin "../services/app/fs.img" + .incbin "../services/app/fs.img" .section .rawdata_init .globl initapp initapp: -// .incbin "../services/app/bin/shell" + .incbin "../services/app/bin/shell" .section .rawdata_memfs .globl memfs memfs: -// .incbin "../services/app/bin/fs_server" + .incbin "../services/app/bin/fs_server" .end