Results 1 to 1 of 1
Hi, I want to debug kernel using gdb. My bootloader is blob and I need to configure it to gdb debug mode when it starts kernel, so I can use ...
- 11-27-2010 #1Just Joined!
- Join Date
- Nov 2010
- Posts
- 4
Set debug mode using blob bootloader
Hi, I want to debug kernel using gdb. My bootloader is blob and I need to configure it to gdb debug mode when it starts kernel, so I can use gdb on host side to debug the kernel. Just like what it is done in U-Boot:
=> sete bootargs console=ttyS1,115200 root=/dev/nfs rw ip=dhcp gdb
How should I do ?


Reply With Quote
