With the imminent release of the BeagleBoard xM revision C we needed to do a new SD image. RC5 can be downloaded here:
Installing it is just a matter of 'zcat validation-GNOME-try5-image-beagleboard-sd-4GiB.img.gz > /dev/sdX', where 'X' is the drive letter of your SD card.
regards,
Koen
Any significant changes in revision C? Does it require changes to
x-load, u-boot, or kernel?
Steve
> On Thu, Mar 10, 2011 at 7:35 AM, Koen Kooi <ko...@beagleboard.org> wrote:
>> Hi,
>>
>> With the imminent release of the BeagleBoard xM revision C we needed to do a new SD image. RC5 can be downloaded here:
>
> Any significant changes in revision C?
EHCI power got inverted again.
> Does it require changes to
> x-load, u-boot, or kernel?
Yes, no, yes. Jason is going to send the MLO change upstream, the kernel patch will need some reworking: http://dominion.thruhere.net/koen/angstrom/beagleboard/0001-beagleboard-hack-in-support-from-xM-rev-C.patch
Uboot now supports uEnv.txt and will load uImage from ext3 instead of vfat.
regards,
Koen
>
> Steve
>
> --
> You received this message because you are subscribed to the Google Groups "Beagle Board" group.
> To post to this group, send email to beagl...@googlegroups.com.
> To unsubscribe from this group, send email to beagleboard...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/beagleboard?hl=en.
>
Sigh
>> Does it require changes to
>> x-load, u-boot, or kernel?
>
> Yes, no, yes. Jason is going to send the MLO change upstream, the kernel patch will need some reworking: http://dominion.thruhere.net/koen/angstrom/beagleboard/0001-beagleboard-hack-in-support-from-xM-rev-C.patch
>
> Uboot now supports uEnv.txt and will load uImage from ext3 instead of vfat.
What is the reason for the kernel location change? Is there an
obvious advantage that makes up for the confusion that this change
will cause (i.e. a gazillion more instantly out of date wikis)?
Steve
so u-boot actually now "correctly" reads the uImage file off the ext3 partition?
Regards,
--
Robert Nelson
http://www.rcn-ee.com/
Package upgrades work and the kernel matches the fs.
And wikis are out of date by definition
It does over here and at Jasons as well :) It even follows symlinks!
>
> Regards,
>
> --
> Robert Nelson
> http://www.rcn-ee.com/
>
Fails on rev C3
[ 3.945098] mmci-omap-hs: probe of mmci-omap-hs.1 failed with error -16
[ 4.274261] Waiting for root device /dev/mmcblk0p2...
[ 6.636322] mmc0: error -110 whilst initialising SD card
Also still fails to find anything on EHCI (hub, external power)
Note: I had to erase my U-Boot environment via 'nand erase 260000 20000'
--
------------------------------------------------------------
Gary Thomas | Consulting for the
MLB Associates | Embedded world
------------------------------------------------------------
To be clear, original BeagleBoard (not xM) rev C3
It works for me.
>
> To be clear, original BeagleBoard (not xM) rev C3
I have a non-xM C3 with a Zippy attached. I saw a strange behavior
where if I had a card in the SD slot of the Zippy, it mounted it as
root.
>
>> [ 3.945098] mmci-omap-hs: probe of mmci-omap-hs.1 failed with error -16
>> [ 4.274261] Waiting for root device /dev/mmcblk0p2...
>> [ 6.636322] mmc0: error -110 whilst initialising SD card
We likely need to patch it to support longer timeouts. There are some
patches out there for this. It worked for me at first, but then the
error started to show up for me. I'm not sure what changed other than
I finished the initial configuration run and rebooted.
>>
>> Also still fails to find anything on EHCI (hub, external power)
This worked fine for me. Any details on the failure mode? What do
you mean by "still"? If you know about the EHCI issues faced with
non-xM C3 boards, have you self-modified the board to fix the issue?
Most C3 boards, including the one I have, never had an issue with the
EHCI, but some did have some intermittent problems.
Anyway, I didn't have any problem with my external USB hub + keyboard
and mouse (tried without powering the hub).
>>
>> Note: I had to erase my U-Boot environment via 'nand erase 260000 20000'
To avoid that problem in the future, I think we need a quick patch to
put reading the environment variables from NAND to be a command,
rather than part of the initialization. This command would need to be
executed by default, but the boot command would not be overwritten
without reading user.txt when the user button is held.
Any other changes besides the MMC patch that need to go into this
before we recommend CircuitCo pull the image down for testing and
demoing the new BeagleBoard version?
Stretch goals and tweaks
* Anybody try the DFU patch and care to submit it to Angstrom?
* Anybody consolidating the networking patches to keep the Ethernet
MAC constant. I'd be happy with something that used the die id, but
it needs to be done such that it falls into manufacturer and device
region that won't be occupied. Ideally, it would also be possible to
pass in a MAC address on the kernel command line.
* Anybody try some of the EDID hacks or have good fixes in mind for them?
* What are those launch icons on the top bar that are empty?
* Some "echo dvimode=[resolution] >> /media/boot/uEnv.txt" (or perl
-pi.bak -e "s/.../.../" like) method via a menu option or something?
----- Message from jkri...@beagleboard.org ---------
Date: Thu, 10 Mar 2011 15:51:05 -0500
From: Jason Kridner <jkri...@beagleboard.org>
Reply-To: beagl...@googlegroups.com
Subject: Re: [beagleboard] New SD card image to test
To: beagl...@googlegroups.com
> --
> You received this message because you are subscribed to the Google
> Groups "Beagle Board" group.
> To post to this group, send email to beagl...@googlegroups.com.
> To unsubscribe from this group, send email to
> beagleboard...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/beagleboard?hl=en.
>
>
----- End message from jkri...@beagleboard.org -----
This failure may have nothing to do with a bug that is unique to this image. I have this error intermittently using one of RCN's example images. I posted a few days ago to this list with information that points to this being a boot-time race related to enabling preemption configs int the kernel.
Koen, What are your preemption settings in this kernel?
-dave
Thing is, i have a pile of mmc card's that works fine, and another
pile that give the -110 error on 2.6.37.. Turning preemption off seems
to fix it for most.. But what's weird, in 2.6.38-rc's the -110 error
can still occur, BUT boot still continues as it still finds the mmc
card.. (weird..)
Hmmm.... well.... maybe the preemption config setting is a red herring. That might just be a way to sensitize whatever is causing the issue (which smells like a race to me, but that is just a hunch.)
-dave
> Regards,
>
> --
> Robert Nelson
> http://www.rcn-ee.com/
>
I threw in the timeout patch from Ubuntu's launchpad repository, but
it didn't seem to make an impact.
Are these the relevant .config settings?
CONFIG_TREE_PREEMPT_RCU=y
CONFIG_PREEMPT_RCU=y
CONFIG_PREEMPT=y
CONFIG_DEBUG_PREEMPT=y
Any suggestions on alternative settings to try to make it a bit more stable?
Guess I should look up some owners for the MMC subsystem to see what
can be done to identify a root cause...
> On Thu, Mar 10, 2011 at 11:14 PM, Dave N6NZ <n6...@arrl.net> wrote:
>>
>> On Mar 10, 2011, at 7:35 PM, Robert Nelson wrote:
>>
>>> On Thu, Mar 10, 2011 at 9:25 PM, Dave N6NZ <n6...@arrl.net> wrote:
>>>>
>>>> On Mar 10, 2011, at 9:03 AM, Gary Thomas wrote:
>>>>>>
>>>>>
>>>>> Fails on rev C3
>>>>> [ 3.945098] mmci-omap-hs: probe of mmci-omap-hs.1 failed with error -16
>>>>> [ 4.274261] Waiting for root device /dev/mmcblk0p2...
>>>>> [ 6.636322] mmc0: error -110 whilst initialising SD card
>>>>
>>>> This failure may have nothing to do with a bug that is unique to this image. I have this error intermittently using one of RCN's example images. I posted a few days ago to this list with information that points to this being a boot-time race related to enabling preemption configs int the kernel.
>>>>
>>>> Koen, What are your preemption settings in this kernel?
>>>
>>> Thing is, i have a pile of mmc card's that works fine, and another
>>> pile that give the -110 error on 2.6.37.. Turning preemption off seems
>>> to fix it for most.. But what's weird, in 2.6.38-rc's the -110 error
>>> can still occur, BUT boot still continues as it still finds the mmc
>>> card.. (weird..)
>>>
>>
>> Hmmm.... well.... maybe the preemption config setting is a red herring. That might just be a way to sensitize whatever is causing the issue (which smells like a race to me, but that is just a hunch.)
>
> I threw in the timeout patch from Ubuntu's launchpad repository, but
> it didn't seem to make an impact.
>
> Are these the relevant .config settings?
> CONFIG_TREE_PREEMPT_RCU=y
> CONFIG_PREEMPT_RCU=y
> CONFIG_PREEMPT=y
I saw an email on LKML that said mmc0: error -110 went away by setting
CONFIG_PREEMPT=n
So to be completely honest, all I know about it is that some random person
that I've never met said CONFIG_PREEMPT=n made his system run better.
I haven't had time to pursue it yet, so I posted here to see if anyone else
knew anything about it.
My post of a few days ago contains a link to the LKML e-mail (which itself is
about 6 months old).
-dave
for 2.6.37, this is what i've got enabled that seems to be working..
# CONFIG_PREEMPT_RCU is not set
CONFIG_PREEMPT_NONE=y
# CONFIG_PREEMPT_VOLUNTARY is not set
# CONFIG_PREEMPT is not set
Or must I still go about the task of doing the PIN Mux set up and then
tell the kernel about the SPI device etc?
Regards,
Jim
----- Message from ko...@beagleboard.org ---------
Date: Fri, 11 Mar 2011 08:24:31 +0100
From: Koen Kooi <ko...@beagleboard.org>
Reply-To: beagl...@googlegroups.com
Subject: Re: [beagleboard] New SD card image to test
To: "beagl...@googlegroups.com" <beagl...@googlegroups.com>
Cc: "beagl...@googlegroups.com" <beagl...@googlegroups.com>
----- End message from ko...@beagleboard.org -----
> Does that mean that the Angstrom distribution / kernel reads the EEPROM ID on the expansion card and does the needed PIN Muxing etc?
It does exactly that for all known boards, e.g. zippy1, zippy2, trainer, beagletoys wifi, beaglefpga, etc.
I have the following in sysfs:
root@beagleboard:/sys# find ./* -name spi*
./bus/spi
./bus/spi/drivers/spidev
./class/spi_master
./class/spi_master/spi1
./class/spi_master/spi2
./class/spi_master/spi3
./class/spi_master/spi4
./class/spidev
./devices/platform/omap2_mcspi.1/spi_master
./devices/platform/omap2_mcspi.1/spi_master/spi1
./devices/platform/omap2_mcspi.2/spi_master
./devices/platform/omap2_mcspi.2/spi_master/spi2
./devices/platform/omap2_mcspi.3/spi_master
./devices/platform/omap2_mcspi.3/spi_master/spi3
./devices/platform/omap2_mcspi.4/spi_master
./devices/platform/omap2_mcspi.4/spi_master/spi4
./module/spidev
Thanks again, I really appreciate the help.
----- Message from ko...@beagleboard.org ---------
Date: Fri, 11 Mar 2011 15:16:29 +0100
Op 10 mrt. 2011 om 17:22 heeft Steve Sakoman <sak...@gmail.com> het volgende geschreven:
> On Thu, Mar 10, 2011 at 8:15 AM, Koen Kooi <ko...@beagleboard.org> wrote:
>>
>> Op 10 mrt 2011, om 16:59 heeft Steve Sakoman het volgende geschreven:
>>
>>> On Thu, Mar 10, 2011 at 7:35 AM, Koen Kooi <ko...@beagleboard.org> wrote:
>>>> Hi,
>>>>
>>>> With the imminent release of the BeagleBoard xM revision C we needed to do a new SD image. RC5 can be downloaded here:
>>>
>>> Any significant changes in revision C?
>>
>> EHCI power got inverted again.
>
> Sigh
>
>>> Does it require changes to
>>> x-load, u-boot, or kernel?
>>
>> Yes, no, yes. Jason is going to send the MLO change upstream, the kernel patch will need some reworking: http://dominion.thruhere.net/koen/angstrom/beagleboard/0001-beagleboard-hack-in-support-from-xM-rev-C.patch
>>
>> Uboot now supports uEnv.txt and will load uImage from ext3 instead of vfat.
>
> What is the reason for the kernel location change? Is there an
> obvious advantage that makes up for the confusion that this change
> will cause (i.e. a gazillion more instantly out of date wikis)?Package upgrades work and the kernel matches the fs.
I wonder how solid u-boot's ext code is in the face of unclean
shutdowns. FAT is a pretty dumb fs which makes it pretty unlikely to
get corrupt; extN with journals seems significantly more complex for a
bootloader to deal with.
--
Lo�c Minier
It is because FAT is so dumb that it is *easy* to become corrupt.
While the bootloader may not have all of the smarts for dealing with
the journals, the fact that you can recover a partially damaged file
system using them utilizing another booting system is a significant
improvement over the behavior of FAT. No modern operating system,
Linux, Windows, Mac OS X or otherwise is even capable of running full
featured on a FAT file system.
I guess I just don't see why an extN partition is any more at risk
than a FAT partition--certainly not the fact that it is dumb.
My experience has been that u-boot has occasionally been confused with
modifications to the FAT file system. I haven't experienced that with
ext2, but it is indeed quite probable that the only reason I haven't
seen it is because I've spent less time using ext2 along with u-boot.
This said, is there a quantifiable method for us to establish u-boot's
robustness of handling either file system type?
that should be fixed. FAT is not too hard to implement and get right.
Hi,With the imminent release of the BeagleBoard xM revision C we needed to do a new SD image. RC5 can be downloaded here:
Installing it is just a matter of 'zcat validation-GNOME-try5-image-beagleboard-sd-4GiB.img.gz > /dev/sdX', where 'X' is the drive letter of your SD card.
regards,
Koen
oh, and the ehci not working is probably my fault.
--
Hey Jason,
Here's my results.. some might say it's rigged, since i used the most
"crappy/consistently/bad" mmc -110 card..
It's a PNY Optima SDHC 4GB mmc in my C4 beagle.. on 2.6.37...
No Patch, with preempt:
CONFIG_TREE_PREEMPT_RCU=y
CONFIG_PREEMPT_RCU=y
# CONFIG_PREEMPT_NONE is not set
# CONFIG_PREEMPT_VOLUNTARY is not set
CONFIG_PREEMPT=y
CONFIG_DEBUG_PREEMPT=y
# CONFIG_PREEMPT_TRACER is not set
[ 7.219329] mmc0: error -110 whilst initialising SD card
With Patch and preempt:
diff --git a/drivers/mmc/host/omap_hsmmc.c b/drivers/mmc/host/omap_hsmmc.c
index 0dfb860..eadf150 100644
--- a/drivers/mmc/host/omap_hsmmc.c
+++ b/drivers/mmc/host/omap_hsmmc.c
@@ -1424,6 +1424,8 @@ static void set_data_timeout(struct omap_hsmmc_host *host,
dto = 14;
}
+ dto = 14;
+
reg &= ~DTO_MASK;
reg |= dto << DTO_SHIFT;
OMAP_HSMMC_WRITE(host->base, SYSCTL, reg);
CONFIG_TREE_PREEMPT_RCU=y
CONFIG_PREEMPT_RCU=y
# CONFIG_PREEMPT_NONE is not set
# CONFIG_PREEMPT_VOLUNTARY is not set
CONFIG_PREEMPT=y
CONFIG_DEBUG_PREEMPT=y
# CONFIG_PREEMPT_TRACER is not set
[ 7.242584] mmc0: error -110 whilst initialising SD card
No Patch, no preempt..
# CONFIG_PREEMPT_RCU is not set
CONFIG_PREEMPT_NONE=y
# CONFIG_PREEMPT_VOLUNTARY is not set
# CONFIG_PREEMPT is not set
[ 5.118316] mmc0: new high speed SDHC card at address 1234
[ 5.226989] mmcblk0: mmc0:1234 SA04G 3.68 GiB
[ 5.319000] mmcblk0: p1 p2
Hmmm... isn't that interesting. Maybe we are closing in on it.
According to what I've read, CONFIG_PREEMPT=Y means the
kernel can be preempted unless it is holding a lock. So might
this be a missing lock in the mmc driver someplace?
Also according to what I've read,
CONFIG_PREEMPT_VOLUNTARILY=Y
allows the kernel to voluntarily be preempted, but yields lower
latency than CONFIG_PREEMPT_NONE=Y.
So, as I understand it, this would be a valid configuration:
# CONFIG_PREEMPT_RCU is not set
# CONFIG_PREEMPT_NONE is not set
CONFIG_PREEMPT_VOLUNTARY=Y
# CONFIG_PREEMPT is not set
which might be worthwhile testing.
OTOH, maybe CONFIG_PREEMPT_RCU is the the conflict here.
So...
# CONFIG_PREEMPT_RCU is not set
# CONFIG_PREEMPT_NONE is not set
# CONFIG_PREEMPT_VOLUNTARY is not set
CONFIG_PREEMPT=Y
...should isolate RCU, IIUC.
Anyway... those are my random, non-expert thoughts for the day.
No charge.
-dave
>
> Regards,
> --
> Robert Nelson
> http://www.rcn-ee.com/
>
Thanks to the many helpful hints everybody. If you are interested in
what I did you can visit my blog at: http://beagleboardxm.org/blog/
Thanks again for all of the help!
Regards,
Jim
----- End message from jimn...@jimnorton.org -----
Koen shared a new SD card image (uninitialized) that I mirrored on
beagleboard.org [1].
I noticed that when I had the TinCanTools Trainer-xM plugged in, my
Ethernet didn't work. I'll get back to that issue with this software
image later.
I got a related question from Mark about how to perform the partition
resizing, so I figured I'd address that here. I don't believe you'd
be able to resize a mounted partition and that this operation would
require another file system to mount. Because this image does not
have the ramdisk, I downloaded the one used being shipped with the xM
boards today [2].
===============================
root@beagleboard:~# wget
http://beagleboard-validation.s3.amazonaws.com/deploy/201008201549/sd/ramdisk.gz
Connecting to beagleboard-validation.s3.amazonaws.com (72.21.214.39:80)
ramdisk.gz 100% |*******************************| 19492k 00:00:00 ETA
root@beagleboard:~# cp ramdisk.gz /media/mmcblk0p1/
root@beagleboard:~# shutdown -r now
===============================
I halted the board during reboot and did:
===============================
OMAP3 beagleboard.org # mmc rescan 0
OMAP3 beagleboard.org # run loaduimage
Loading file "/boot/uImage" from mmc device 0:2 (xxa2)
3194256 bytes read
OMAP3 beagleboard.org # run loadramdisk
reading ramdisk.gz
19960110 bytes read
OMAP3 beagleboard.org # run ramboot
===============================
I allowed it to boot and did:
===============================
root@beagleboard:~# umount /dev/mmcblk0p1
root@beagleboard:~# umount /dev/mmcblk0p2
root@beagleboard:~# fdisk /dev/mmcblk0
Command (m for help): p
Disk /dev/mmcblk0: 3965 MB, 3965190144 bytes
255 heads, 63 sectors/track, 482 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
Disk identifier: 0x00000000
Device Boot Start End Blocks Id System
/dev/mmcblk0p1 * 1 15 120456 c W95 FAT32 (LBA)
/dev/mmcblk0p2 16 444 3445942+ 83 Linux
Command (m for help): d
Partition number (1-4): 2
Command (m for help): n
Command action
e extended
p primary partition (1-4)
p
Partition number (1-4): 2
First cylinder (16-482, default 16):
Using default value 16
Last cylinder, +cylinders or +size{K,M,G} (16-482, default 482):
Using default value 482
Command (m for help): w
The partition table has been altered!
Calling ioctl() to re-read partition table.
Syncing disks.
root@beagleboard:~# umount /dev/mmcblk0p2
root@beagleboard:~# resize2fs /dev/mmcblk0p2
resize2fs 1.41.9 (22-Aug-2009)
Resizing the filesystem on /dev/mmcblk0p2 to 937794 (4k) blocks.
The filesystem on /dev/mmcblk0p2 is now 937794 blocks long.
root@beagleboard:~# shutdown -r now
===============================
I then waited for the reboot. That was all there was to it.
Going the other way would require performing the resize operation
first and specifying the size.
Anyone care to automate this and submit this to Angstrom?
[1] http://www.beagleboard.org/~share/validation-GNOME-2.6.32-all-kernel-modules-try2-image-beagleboard-sd-4GiB.img.gz
[2] http://beagleboard-validation.s3.amazonaws.com/deploy/201008201549/sd/ramdisk.gz
> [1] http://www.beagleboard.org/~share/validation-GNOME-2.6.32-all-kernel-modules-try2-image-beagleboard-sd-4GiB.img.gz
>
> Koen,
>
> Per off-line discussions, thanks for updating the image to include
> * vim
> * 3d demos
>
> I've mirrored the latest image at: http://www.beagleboard.org/~share/validation-GNOME-I-lost-count-image-beagleboard-sd-4GiB.img.gz
>
> The follow issues have been noted by people trying it out:
> 1) u-boot reports "Beagle unknown 02". I can release a patch today to fix this if no one else says they want to do it. (probably need to fix ahead of release, but I could live with the questions)
>
> 2) u-boot prints a message about not finding a uEnv.txt. There doesn't need to be one, but I will recommend to CircuitCo that they put one on the image they ship. Do we want hd720 or 640x480? I'd lean toward hd720 and just hold the USER button down to get 640x480, because that would cause user.txt to be looked for instead of uEnv.txt. My settings at https://groups.google.com/d/msg/beagleboard/0cthQxYZ344/_1KoP0eRgd4J did prevent the screen from blanking for a day, but something happened and now it has started going blank again. (no need to fix ahead of release)
>
> 3) Booting the kernel I get an error about libnl.so.1 not found. Can you say why this is? (only need to fix ahead of release if it is symptomatic of a larger problem)
Not sure about that one, I suspect it's a dlopen() kind of error. Any way to find out which app/lib is giving that error?
> 4) The 3D demos work, but the texture streaming demo does not.
> Running it from the command line produces the error:
>
> root@beagleboard:/# /usr/bin/gles2_bc_webcam-x11
> INFO: current input is Camera 1
> ERROR: BCIOREQ_BUFFERS failed
> done
> root@beagleboard:/#
>
> Steve guesses this means the application cannot get buffers from the bufferclass_ti driver. Do you have any ideas here? (probably need to fix ahead of release to show the camera working)
This probably needs some spare VRAM to work
something like:
setenv vram '16M'
setenv dvimode 'hd720 omapfb.vram=0:8M,1:4M,2:4M'
regards,
Koen
Op 30 mrt 2011, om 15:25 heeft Jason Kridner het volgende geschreven:> [1] http://www.beagleboard.org/~share/validation-GNOME-2.6.32-all-kernel-modules-try2-image-beagleboard-sd-4GiB.img.gz
>
> Koen,
>
> Per off-line discussions, thanks for updating the image to include
> * vim
> * 3d demos
>
> I've mirrored the latest image at: http://www.beagleboard.org/~share/validation-GNOME-I-lost-count-image-beagleboard-sd-4GiB.img.gz
>
> The follow issues have been noted by people trying it out:
> 1) u-boot reports "Beagle unknown 02". I can release a patch today to fix this if no one else says they want to do it. (probably need to fix ahead of release, but I could live with the questions)
>
> 2) u-boot prints a message about not finding a uEnv.txt. There doesn't need to be one, but I will recommend to CircuitCo that they put one on the image they ship. Do we want hd720 or 640x480? I'd lean toward hd720 and just hold the USER button down to get 640x480, because that would cause user.txt to be looked for instead of uEnv.txt. My settings at https://groups.google.com/d/msg/beagleboard/0cthQxYZ344/_1KoP0eRgd4J did prevent the screen from blanking for a day, but something happened and now it has started going blank again. (no need to fix ahead of release)
>
> 3) Booting the kernel I get an error about libnl.so.1 not found. Can you say why this is? (only need to fix ahead of release if it is symptomatic of a larger problem)Not sure about that one, I suspect it's a dlopen() kind of error. Any way to find out which app/lib is giving that error?
> 4) The 3D demos work, but the texture streaming demo does not.
> Running it from the command line produces the error:
>
> root@beagleboard:/# /usr/bin/gles2_bc_webcam-x11
> INFO: current input is Camera 1
> ERROR: BCIOREQ_BUFFERS failed
> done
> root@beagleboard:/#
>
> Steve guesses this means the application cannot get buffers from the bufferclass_ti driver. Do you have any ideas here? (probably need to fix ahead of release to show the camera working)This probably needs some spare VRAM to work
something like:
setenv vram '16M'
setenv dvimode 'hd720 omapfb.vram=0:8M,1:4M,2:4M'
> 5) I need to change the size of memory to test passed to testmem. (might not need to fix before release)
>
> 6) The editbootscr/edituserscr utilities are now obsolete. The example boot scripts need to be replaced with example environment variable text files. (might not need to fix before release)
>
>
> All,
>
> Can you please try this image out? This one looks very close to what will ship. I'm interested if anyone misses the Qt or GStreamer labs, any browsers or media players, anything?
>
> Regards,
> Jason
> 10) "opkg install kernel-2.6.37" doesn't work. It seems to be on a different feed. This makes installing the newer kernel for using the BeagleBoardToys Wi-Fi adapter pretty complicated. I did:
>
> echo "src/gz beagleboard-next http://www.angstrom-distribution.org/feeds/next/ipk/eglibc/armv7a/machine/beagleboard" >> /etc/opkg/beagleboard-next-feed.conf
> opkg update
> opkg install kernel-2.6.37
> opkg install kernel-image-2.6.37
> opkg install kernel-modules
> ln -sf /boot/uImage-2.6.37 /boot/uImage
> vim /media/mmcblk0p1/UENV.TXT # update console as appropriate
> vim /etc/inittab # update console as appropriate
> opkg install iw
> vim /etc/network/interfaces # update wlan0 as appropriate
> shutdown -r now
Don't mix and match feeds. The glibc 2.9 -> eglibc 2.11 + gcc 4.3 -> gcc 4.5 is just too big to be expected to "just work".
> I don't know what to do next as 'modprobe wl1271_sdio' or 'modprobe wl1271_spi' both give unknown symbol errors and I don't see another wl1271 .ko file to load.
It's called wl12xx in newer kernels.
Just wanted to thank you for being so helpful on this list. I've had
my BeagleBoard-xM for less than a month and this list and your
comments have been extremely helpful. I really appreciate it.
Cheers,
Jim
beagleboardxm.org
----- Message from ko...@beagleboard.org ---------
Date: Thu, 31 Mar 2011 14:34:35 +0200
From: Koen Kooi <ko...@beagleboard.org>
Reply-To: beagl...@googlegroups.com
Subject: Re: [beagleboard] Re: New SD card image to test
To: beagl...@googlegroups.com
Cc: "Yoder, Mark A" <yo...@rose-hulman.edu>, lchile
<beaufo...@gmail.com>, ger...@beagleboard.org
Is there a reason 2.6.37 isn't being built on the other feed? Is
there a way for me to add it?
What is the mechanism for testing the BeagleBoardToys wi-fi module?
> On Thu, Mar 31, 2011 at 8:34 AM, Koen Kooi <ko...@beagleboard.org> wrote:
>>
>> Op 31 mrt 2011, om 14:00 heeft Jason Kridner het volgende geschreven:
>>
>>> 10) "opkg install kernel-2.6.37" doesn't work. It seems to be on a different feed. This makes installing the newer kernel for using the BeagleBoardToys Wi-Fi adapter pretty complicated. I did:
>>>
>>> echo "src/gz beagleboard-next http://www.angstrom-distribution.org/feeds/next/ipk/eglibc/armv7a/machine/beagleboard" >> /etc/opkg/beagleboard-next-feed.conf
>>> opkg update
>>> opkg install kernel-2.6.37
>>> opkg install kernel-image-2.6.37
>>> opkg install kernel-modules
>>> ln -sf /boot/uImage-2.6.37 /boot/uImage
>>> vim /media/mmcblk0p1/UENV.TXT # update console as appropriate
>>> vim /etc/inittab # update console as appropriate
>>> opkg install iw
>>> vim /etc/network/interfaces # update wlan0 as appropriate
>>> shutdown -r now
>>
>> Don't mix and match feeds. The glibc 2.9 -> eglibc 2.11 + gcc 4.3 -> gcc 4.5 is just too big to be expected to "just work".
>
> Is there a reason 2.6.37 isn't being built on the other feed?
It's not supported in that angstrom release
> Is
> there a way for me to add it?
Practically, no, see above.
> What is the mechanism for testing the BeagleBoardToys wi-fi module?
Use a different angstrom release.
Did you try any of the newer images on this thread?
>
> 3) Booting the kernel I get an error about libnl.so.1 not found. Can you say why this is? (only need to fix ahead of release if it is symptomatic of a larger problem)
opkg update && opkg upgrade
It is covered on another thread on this mailing list, so please
attempt a search. So that the record is also here:
vram=16M
dvimode="1024x768MR-16@60 omapfb.vram=0:8M,1:4M,2:4M"
http://patchwork.ozlabs.org/patch/85292/