#44 add rock 64 information provide by Agharta on Fedora Arm mailing list
Merged 4 years ago by pwhalen. Opened 4 years ago by fed500.
fed500/arm-image-installer master  into  master

file modified
+1 -1
@@ -31,5 +31,5 @@ 

  stih410-b2260 

  

  Other Devices:

- arndale chiliboard cl-som-am57x rpi2 rpi3 olpc_xo175

+ arndale chiliboard cl-som-am57x rock64 rpi2 rpi3 olpc_xo175

  

file added
+1
@@ -0,0 +1,1 @@ 

+ ../socs.d/rk3328 

\ No newline at end of file

file added
+7
@@ -0,0 +1,7 @@ 

+ # write uboot

+ echo "= Writing idbloader.img for $TARGET .... on media $MEDIA"

+ dd if=$PREFIX/usr/share/uboot/$TARGET/idbloader.img of=$MEDIA seek=64; sync; sleep 5

+ echo "= Writing u-boot FIT image for $TARGET .... on media $MEDIA"

+ dd if=$PREFIX/usr/share/uboot/$TARGET/u-boot.itb of=$MEDIA seek=16384; sync; sleep 5

+ # set console for Rockchips

+ SYSCON=ttyS2,115200n8

All rockchips boards are at 1500000

Add Rock 64 information

All rockchips boards are at 1500000

Pull-Request has been merged by pwhalen

4 years ago