On Wed, Apr 5, 2017 at 7:40 PM, 나종식 <[email protected]> wrote:
> Dear Robert Nelson.
>
>
> /uEnv.txt   Below is the content
>
> loadaddr=0x82000000
> fdtaddr=0x88000000
> rdaddr=0x88080000
>
> initrd_high=0xffffffff
> fdt_high=0xffffffff
>
> #for single partitions:
> mmcroot=/dev/mmcblk0p1
>
> loadximage=load mmc 0:1 ${loadaddr} /boot/vmlinuz-${uname_r}
> loadxfdt=load mmc 0:1 ${fdtaddr} /boot/dtbs/${uname_r}/${fdtfile}
> loadxrd=load mmc 0:1 ${rdaddr} /boot/initrd.img-${uname_r}; setenv rdsize
> ${filesize}
> loaduEnvtxt=load mmc 0:1 ${loadaddr} /boot/uEnv.txt ; env import -t
> ${loadaddr} ${filesize};
> loadall=run loaduEnvtxt; run loadximage; run loadxfdt;
>
> mmcargs=setenv bootargs console=tty0 console=${console} ${optargs}
> ${cape_disable} ${cape_enable} root=${mmcroot} rootfstype=${mmcrootfstype}
> ${cmdline}
>
> uenvcmd=run loadall; run mmcargs; bootz ${loadaddr} - ${fdtaddr};

u-boot overlays need a new u-boot, which you've already installed..
Remove the /uEnv.txt as that is for compatibility with ancient
versions of u-boot

Regards,

-- 
Robert Nelson
https://rcn-ee.com/

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
"BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/beagleboard/CAOCHtYjxao4jxAm3%2BZFmem1HqrQj6MHeG0uaeFiC7%3DPg2vMjjQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to