uboot for CuBox-i 4x4: 4GB seen again (recipe)

This forum is for supported devices using an ARMv7 Freescale SoC.

uboot for CuBox-i 4x4: 4GB seen again (recipe)

Postby Oleg » Fri Mar 15, 2019 11:02 pm

Based on i.MX6 U-Boot from Solid Run (https://developer.solid-run.com/knowled ... x6-u-boot/):

$this->bbcode_second_pass_code('', '
mkdir u-boot
cd u-boot
wget https://images.solid-build.xyz/IMX6/U-Boot/spl-imx6-sdhc.bin
wget https://images.solid-build.xyz/IMX6/U-Boot/u-boot-imx6-sdhc.img
dd if=spl-imx6-sdhc.bin of=/dev/mmcblk1 bs=1k seek=1 conv=sync
dd if=u-boot-imx6-sdhc.img of=/dev/mmcblk1 bs=1k seek=69 conv=sync
sync
reboot
')

Result:
$this->bbcode_second_pass_code('', '
free
total used free shared buff/cache available
Mem: 3874924 56740 3747444 336 70740 3694800
Swap: 0 0 0')
Oleg
 
Posts: 30
Joined: Tue Jun 23, 2015 1:28 pm

Return to Freescale

Who is online

Users browsing this forum: No registered users and 7 guests

cron