↓
 

Adventures With Linux ™

Linux Technologies and Fun Times..

  • Home
  • About the Author…
  • Copyright and Trademarks..

Tag Archives: uboot

ARM – CuBox-i4 Pro to 3.18, and full Device Tree..

Adventures With Linux ™ Posted on December 11, 2014 by RGDecember 11, 2014

Updated the CuBox-i4 Pro to Kernel 3.18, and now use the complete ‘device tree’ zImage and dtb boot method: The source can be found here:  https://github.com/jmontleon/fedora-20-cubox-i_hb/tree/3.18.0 – and the u-boot boot commands are: setenv bootargs “root=/dev/mmcblk0p3 rootfstype=ext4 rootwait console=ttymxc0,115200n8 console=tty1 video=mxcfb0:dev=hdmi,1920x1080M@60,if=RGB24,bpp=32” setenv bootcmd “load mmc 0:1 0x10800000 zImage; load mmc 0:1 0x18000000 imx6q-cubox-i.dtb; bootz 0x10800000 – 0x18000000” … Continue reading →

Posted in compilation, Crash and Burn.., CuBox, kernel, Linux / ARM, Opinion, Performance | Tagged boot commands, cubox-i4-pro, device tree, kernel 3.18, success, uboot | Leave a reply
Original content © Robert Gadsdon 2013
↑