Skip to content

Commit

Permalink
Compile
Browse files Browse the repository at this point in the history
  • Loading branch information
EliasKotlyar committed Jul 10, 2018
1 parent d206023 commit a1d1931
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
6 changes: 5 additions & 1 deletion compile.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
#!/usr/bin/env bash
TOOLCHAIN=$(pwd)/../toolchain/bin
export PATH=$TOOLCHAIN:$PATH
HOST=192.168.0.99
make distclean
make isvp_t20_sfcnor_ddr128M_config
make
make

ftp-upload -h ${HOST} -u root --password ismart12 -d /system/sdcard/ u-boot-with-spl.bin
ftp-upload -h ${HOST} -u root --password ismart12 -d /system/sdcard/ flash.sh
4 changes: 4 additions & 0 deletions flash.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
md5sum u-boot-with-spl.bin
flash_eraseall /dev/mtd0
dd if=u-boot-with-spl.bin of=/dev/mtd0
dd if=/dev/mtd0 conv=sync,noerror 2> /dev/null | md5sum
1 change: 0 additions & 1 deletion include/configs/isvp_t20.h
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,6 @@
#define CONFIG_CMDLINE_EDITING
#define CONFIG_AUTO_COMPLETE
#define CONFIG_CMD_GPIO
#define CONFIG_CMD_EXT2

/*#define CONFIG_CMD_I2C*/

Expand Down

0 comments on commit a1d1931

Please sign in to comment.