1
0
mirror of git://projects.qi-hardware.com/xburst-tools.git synced 2025-04-21 12:27:27 +03:00

Created xbboot.

This commit is contained in:
Wolfgang Spraul
2009-08-21 14:04:09 +08:00
parent 23e322b2dd
commit a1c4ecab6b
25 changed files with 6674 additions and 0 deletions

8
xbboot/scripts/boot-echo.sh Executable file
View File

@@ -0,0 +1,8 @@
#!/bin/bash
../host-app/xbboot set_addr 80002000
../host-app/xbboot bulk_write ../target-stage1/stage1.bin
../host-app/xbboot start1 80002000
../host-app/xbboot set_addr 81c00000
../host-app/xbboot bulk_write ../target-echokernel/echo-kernel.bin
../host-app/xbboot flush_cache
../host-app/xbboot start2 81c00000