mirror of
git://projects.qi-hardware.com/xburst-tools.git
synced 2025-04-21 12:27:27 +03:00
clean the Makefile and README
This commit is contained in:
12
xbboot/scripts/boot-uboot.sh
Executable file
12
xbboot/scripts/boot-uboot.sh
Executable file
@@ -0,0 +1,12 @@
|
||||
#!/bin/bash
|
||||
../host-app/xbboot set_addr 0x80002000
|
||||
../host-app/xbboot bulk_write ../target-stage1/stage1.bin
|
||||
../host-app/xbboot start1 0x80002000
|
||||
../host-app/xbboot get_info
|
||||
|
||||
../host-app/xbboot flush_cache
|
||||
|
||||
../host-app/xbboot set_addr 0x80100000
|
||||
../host-app/xbboot bulk_write $1
|
||||
../host-app/xbboot flush_cache
|
||||
../host-app/xbboot start2 0x80100000
|
||||
12
xbboot/scripts/boot-zImage.sh
Executable file
12
xbboot/scripts/boot-zImage.sh
Executable file
@@ -0,0 +1,12 @@
|
||||
#!/bin/bash
|
||||
../host-app/xbboot set_addr 0x80002000
|
||||
../host-app/xbboot bulk_write ../target-stage1/stage1.bin
|
||||
../host-app/xbboot start1 0x80002000
|
||||
../host-app/xbboot get_info
|
||||
|
||||
../host-app/xbboot flush_cache
|
||||
|
||||
../host-app/xbboot set_addr 0x80600000
|
||||
../host-app/xbboot bulk_write $1
|
||||
../host-app/xbboot flush_cache
|
||||
../host-app/xbboot start2 0x80600000
|
||||
Reference in New Issue
Block a user