Skip to content

Commit

Permalink
Add load address to u-boot
Browse files Browse the repository at this point in the history
  • Loading branch information
ayufan authored Sep 10, 2017
1 parent 69e57db commit feb5884
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/mk-uboot.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ elif [ "${CHIP}" == "rk3036" ]; then
cat u-boot-dtb.bin >>idbloader.img
cp idbloader.img ${OUT}/u-boot/
elif [ "${CHIP}" == "rk3328" ]; then
$TOOLPATH/loaderimage --pack --uboot ./u-boot-dtb.bin uboot.img
$TOOLPATH/loaderimage --pack --uboot ./u-boot-dtb.bin uboot.img 0x200000

dd if=../rkbin/rk33/rk3328_ddr_786MHz_v1.06.bin of=DDRTEMP bs=4 skip=1
tools/mkimage -n rk3328 -T rksd -d DDRTEMP idbloader.img
Expand Down

0 comments on commit feb5884

Please sign in to comment.