Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
evilbinary committed Nov 10, 2023
1 parent 65cf5b1 commit 12c5be6
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"stopOnEntry": false,
"python": "python3.11",
"program": "/usr/local/bin/ya",
"args": ["-m","debug","-b","scheme","-v","D","-j","1"],
"args": ["-m","debug","-b","gpu","-v","D","-j","1"],
"cwd": "${workspaceRoot}",
"env": {"PYTHONPATH":"${workspaceRoot}"},
// "envFile": "${workspaceRoot}/.env"
Expand Down
2 changes: 1 addition & 1 deletion image/ya.py
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ def run(target):

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

print('run v3s fel ',duck_fit)
print('run v3s fel',duck_fit)

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)

Expand Down
17 changes: 15 additions & 2 deletions ya.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,21 @@

#构建的module
modules=[
'posix','loader','musl','ipc','gaga','log','pty'
#'musl','gaga','ipc','pty','log','debug','ewok'
'devfs',
'serial',
'i2c',
'spi',
'loader',
'posix',
'test',
'fat',
'gpu',
'mouse',
'sdhci',
'rtc',
'gpio',
'debug', 'log','pty','ipc','gaga','musl',
#'ewok'
]

#构建foot
Expand Down

0 comments on commit 12c5be6

Please sign in to comment.