Discussion Title | Created date |
---|---|
Compile script problemin Ubuntu 11.10 I have a starange poblem with using script I runing to handle compiling of the kernel. The two first lines execute fine ( my own config): make ARCH=avr32 CROSS_COMPILE=avr32-... |
Friday, 25 November 2011 - 14:50 |
Install of avr32program Hi What programs do I need to get my JtagMKII or AvrOne + avr32program to work under Windows 7, Windows XP or Ubuntu? I seem to have messed ut my install. |
Wednesday, 16 November 2011 - 12:20 |
Windows 7 and Avr32Program and AVR32Studio I'am trying to use avr32program from console in windows 7 and after trying to install some toole I only get: The program can't start because wdapi1011.dll is missing from your... |
Tuesday, 15 November 2011 - 14:01 |
Copying out the content of a NAND flash I am trying to copy out my UBI/UBIFS flash that have gotten 2 LEB errors. On the AVR32 side i issue the cmd: dd if=/dev/mtdblock5 bs=128k conv=noerror 2> /dev/null | netcat -l -... |
Thursday, 28 April 2011 - 08:34 |
Networking issue This problem is a but undefined but I will try to decribe it here: I have a bord with two networking connections. One is a ppp0 connecteion over a gprs module. The other is a usb0... |
Friday, 21 January 2011 - 09:26 |
gadget g_ether problem in 2.6.37 This error occurs when I insert the USB cable after the g_ether module is loaded. g_ether gadget: high speed config #2: RNDIS ------------[ cut here ]------------ WARNING: at... |
Tuesday, 11 January 2011 - 10:53 |
Compile problem 2.6.37 It seems like 2.6.27 kernel have some issues when compiling for avr32. Fist the definition of asmlinkage int sys_execve( ... ); was wrong. Anf then I get this error: CC... |
Monday, 10 January 2011 - 12:35 |
Disabling parts/whole uart1 I have uart 1 running with flow controle enabled at32_map_usart(1, 3, ATMEL_USART_RTS | ATMEL_USART_CTS); But the TXD and RTS line is keeping my external board from powering... |
Tuesday, 7 September 2010 - 12:25 |
Disable pullup on input I have several inputs defined in a module as: gpio_request(GPIO_PIN_PD(04), PWR_CTL); gpio_direction_input(GPIO_PIN_PD(04)); gpio_export(GPIO_PIN_PD(04),false); When mounting... |
Tuesday, 7 September 2010 - 11:16 |
Trying to find reson for kernel softlockup I am seeing this error after 6666sec/~2hour ( not fixed ) not the error occurs always after 2-5 hours when I have ppp0 and usb0 actve. Both networking interfaces are activly used... |
Thursday, 20 May 2010 - 09:11 |
Missing stack trace on BUG on a soft lockup I now get output linke this: [ 6626.064000] BUG: soft lockup - CPU#0 stuck for 61s! [dropbear:2178] Instead of earlier I got a complete stracktrace when this... |
Tuesday, 18 May 2010 - 12:56 |
Kernel bug trying to enable more kernel debugging I get this when trying to boot my kernel. I am trying to find the cause of a lockup in the networking that could be related to memory handling. NET: Registered protocol family 1... |
Friday, 14 May 2010 - 11:05 |