Changes between Version 4 and Version 5 of kgdb


Ignore:
Timestamp:
06/28/11 05:29:44 (13 years ago)
Author:
admin
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • kgdb

    v4 v5  
    77The kernel that i use is a fork of pershoots vision-2635 kernel (which is based on the HTC 2.6.35 sources for the ACE). My fork that already contains the patches and the .config file can be found here [https://github.com/guhl/vision-2635 vision-2635].
    88
    9 The original commit of the changed files can be found at [https://github.com/guhl/vision-2635/commit/50da2db3c7e7272d540a6566abde864e86481777 initial commit]
     9== Development history ==
    1010
     11=== 27.06.2011 ===
     12Reduced USB-functions of device to acm only (see [https://github.com/guhl/vision-2635/commit/351044f73b77f257d566ffbb0c09ea443b715ffc]) to avoid conflicts between usb_fs, adb and acm on the usb-device. The outcome is that the device is now detected by cdc_acm as an acm device and the device is named /dev/ttyACMx instead of /dev/ttyUSBx. But connection to the kernel still does not work. Will test this again also on a different computer because it might be that modem-manager on my notebook interferes with the acm device.
     13
     14=== Till 25.06.2011 ===
     15Ported all the patches from the original site to the vision 2.6.35 sources.
     16
     17Initial commit to github see [https://github.com/guhl/vision-2635/commit/50da2db3c7e7272d540a6566abde864e86481777 initial commit]
    1118== building the boot.img ==
    1219The boot-ps_d.img thatI use for testing is built using the following command: