svrsig wrote:But vchiq is essential for some software - particularly RISC OS. Please return it immediately!
vchiq is there, just not updated to vchiq 5.
svrsig wrote:But vchiq is essential for some software - particularly RISC OS. Please return it immediately!
dom wrote:It looks like an X issue (possibly coupled with framebuffer driver) rather than a firmware issue.
Are you sure this is caused by newer firmware? I'm guessing it's always been there.
dom wrote:There is a new hello_pi example, that does video encode (thanks to kulve, who's code this was based on).
vcgencmd versionsudo rpi-update 0e358b3082a611975a7d467f457e8769b8d88663lingon wrote:I did upgrade (after making a backup) to
uname -a
Linux rpicam 3.6.6+ #270 PREEMPT Sat Nov 17 18:21:22 GMT 2012 armv6l GNU/Linux
I'm testing a webcam, but now the V4L interface seems to be missing
sudo rpi-update 5fcbae1010c1ba99a77bab5198508bb9e6964d03sudo rpi-update 5fcbae1010c1ba99a77bab5198508bb9e6964d03coherent_pool=2M cma=2M smsc95xx.turbo_mode=Ngpu_mem_256=160
gpu_mem_512=316
cma_lwm=16
cma_hwm=32vcgencmd cma_config lwm=33554432 hwm=33554432free -h
total used free shared buffers cached
Mem: 481M 433M 48M 0B 20K 249M
-/+ buffers/cache: 184M 297M
Swap: 0B 0B 0Bhojnikb wrote:Also i see kernel 3.6.x is mentioned in this thread.. Does this mean its now "fully" working on Pi like the 3.2 or does it lack features ?
LordDiGio wrote:In the 3.6.7 kernel the lirc_rpi module is missing or it was replaced by gpio_ir_recv?
sudo rpi-update ffe1ad3ccba34e55672a2d8813ddf0a1c81a4230arcanon wrote:Would this pick up any fixes to uvcvideo.ko in comparison to 3.2? That might fix an issue I am seeing.
dom wrote:Ah yes, some of the config group names have changed in newer kernel, and so large sections of modules we're disabled.
I've added back in various groups and we now have uvcvideo.ko amongst others. Can you try again:
- Code: Select all
sudo rpi-update ffe1ad3ccba34e55672a2d8813ddf0a1c81a4230
dom wrote:Ah yes, some of the config group names have changed in newer kernel, and so large sections of modules we're disabled.
I've added back in various groups and we now have uvcvideo.ko amongst others. Can you try again:
- Code: Select all
sudo rpi-update ffe1ad3ccba34e55672a2d8813ddf0a1c81a4230
coherent_pool=2M cma=2M smsc95xx.turbo_mode=N dwc_otg.fiq_fix_enable=1 sdhci-bcm2708.sync_after_dma=0 dwc_otg.lpm_enable=0 console=ttyAMA0,115200 kgdboc=ttyAMA0,115200 console=tty1 root=/dev/sda2 rootfstype=ext4 elevator=deadline rootwait---snip---
#uncomment to overclock the arm. 700 MHz is the default.
current_limit_override=0x5A000020
force_turbo=1
boot_delay=1
over_voltage=4
arm_freq=1000
#avoid_pwm_pll=1
#core_freq=450
#gpu_freq=300
#max core_freq=504
#max gpu_freq=336
#over_voltage_sdram=2
sdram_freq=600
init_emmc_clock=100000000
sdhci-bcm2708.emmc_clock_freq=100000000
#gpu_mem=96
gpu_mem_256=160
gpu_mem_512=316
cma_lwm=16
cma_hwm=32bleep42 wrote:
- Code: Select all
coherent_pool=2M cma=2M smsc95xx.turbo_mode=N dwc_otg.fiq_fix_enable=1 sdhci-bcm2708.sync_after_dma=0 dwc_otg.lpm_enable=0 console=ttyAMA0,115200 kgdboc=ttyAMA0,115200 console=tty1 root=/dev/sda2 rootfstype=ext4 elevator=deadline rootwait
smsc95xx.turbo_mode=N consoleblank=0 root=/dev/mmcblk0p2 rootfstype=ext4 rootwaitVulpes wrote:I have installed next firmware and kernle on Arch, but weird things happen in X.
If I enable dyanamic allocation with parameters Dom posted, when X starts all I see is colorful snow.
Without dyanmic allocation, XBMC is shrunk to few centimeters on the left side.
sudo rpi-update d27ca5e5f1c3a94a0a1311e4c0dd86644f0acacc