Skip to content

Commit 12c5be6

Browse files
committed
update
1 parent 65cf5b1 commit 12c5be6

File tree

3 files changed

+17
-4
lines changed

3 files changed

+17
-4
lines changed

.vscode/launch.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"stopOnEntry": false,
4949
"python": "python3.11",
5050
"program": "/usr/local/bin/ya",
51-
"args": ["-m","debug","-b","scheme","-v","D","-j","1"],
51+
"args": ["-m","debug","-b","gpu","-v","D","-j","1"],
5252
"cwd": "${workspaceRoot}",
5353
"env": {"PYTHONPATH":"${workspaceRoot}"},
5454
// "envFile": "${workspaceRoot}/.env"

image/ya.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ def run(target):
242242

243243
duck_fit="build/"+plat+"/"+arch+"/"+mode+"/duck.fit"
244244

245-
print('run v3s fel ',duck_fit)
245+
print('run v3s fel',duck_fit)
246246

247247
os.shell('~/dev/c/sunxi-tools/sunxi-fel version uboot ~/dev/c/u-boot-v3s/u-boot-sunxi-with-spl.bin write 0x41000000 '+duck_fit)
248248

ya.py

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,21 @@
7474

7575
#构建的module
7676
modules=[
77-
'posix','loader','musl','ipc','gaga','log','pty'
78-
#'musl','gaga','ipc','pty','log','debug','ewok'
77+
'devfs',
78+
'serial',
79+
'i2c',
80+
'spi',
81+
'loader',
82+
'posix',
83+
'test',
84+
'fat',
85+
'gpu',
86+
'mouse',
87+
'sdhci',
88+
'rtc',
89+
'gpio',
90+
'debug', 'log','pty','ipc','gaga','musl',
91+
#'ewok'
7992
]
8093

8194
#构建foot

0 commit comments

Comments
 (0)