Re: [yocto] beagleboard uEnv.txt file
Ed, I was able to build and successfully boot core-image-sato image on the BeagleBoard Rev C4. There is no mouse or arrow keys to move things around the screen, but I do get the GUI. I am using Yocto 1.2. Regards, Sean Liming Annabooks Tel: 714-970-7523 / Cell: 858-774-3176 From: yocto-boun...@yoctoproject.org [mailto:yocto-boun...@yoctoproject.org] On Behalf Of Sean Liming Sent: Saturday, September 22, 2012 8:15 AM To: yocto@yoctoproject.org Subject: Re: [yocto] beagleboard uEnv.txt file On 09/22/2012 07:08 AM, Edward Vidal wrote: Hello All, Does anyone have a working uEnv.txt file for the core-image-sato for the beagleoard? Any help will be appreciated thanks in advance. ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto Attached is one that worked for core-image-minimal. Here are the contents: bootfile=uImage address_uimage=0x8030 console=ttyO2,115200n8 mmcroot=/dev/mmcblk0p2 rw mmcrootfstype=ext3 rootwait optargs=console=tty0 mmc_load_uimage=fatload mmc 0:1 ${address_uimage} ${bootfile} mmcargs=setenv bootargs console=${console} ${optargs} root=${mmcroot} rootfstype=${mmcrootfstype} loaduimage=run mmc_load_uimage; echo Booting from mmc ...; run mmcargs; bootm ${address_uimage} -- Regards, Sean D. Liming Annabooks Cell: 858-774-3176 ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto
Re: [yocto] beagleboard uEnv.txt file
On 09/22/2012 07:08 AM, Edward Vidal wrote: Hello All, Does anyone have a working uEnv.txt file for the core-image-sato for the beagleoard? Any help will be appreciated thanks in advance. ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto Attached is one that worked for core-image-minimal. Here are the contents: bootfile=uImage address_uimage=0x8030 console=ttyO2,115200n8 mmcroot=/dev/mmcblk0p2 rw mmcrootfstype=ext3 rootwait optargs=console=tty0 mmc_load_uimage=fatload mmc 0:1 ${address_uimage} ${bootfile} mmcargs=setenv bootargs console=${console} ${optargs} root=${mmcroot} rootfstype=${mmcrootfstype} loaduimage=run mmc_load_uimage; echo Booting from mmc ...; run mmcargs; bootm ${address_uimage} -- Regards, Sean D. Liming Annabooks Cell: 858-774-3176 bootfile=uImage address_uimage=0x8030 console=ttyO2,115200n8 mmcroot=/dev/mmcblk0p2 rw mmcrootfstype=ext3 rootwait optargs=console=tty0 mmc_load_uimage=fatload mmc 0:1 ${address_uimage} ${bootfile} mmcargs=setenv bootargs console=${console} ${optargs} root=${mmcroot} rootfstype=${mmcrootfstype} loaduimage=run mmc_load_uimage; echo Booting from mmc ...; run mmcargs; bootm ${address_uimage} ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto
[yocto] beagleboard uEnv.txt file
Hello All, Does anyone have a working uEnv.txt file for the core-image-sato for the beagleoard? Any help will be appreciated thanks in advance. ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto