Posts

Showing posts with the label LLDB

Hookup GDB to Black Magic Probe V2.3, Might have to compile

Image
Hookup GDB to Black Magic Probe V2.3, Might have to compile Check previous Post for some details all ready described there Edit  config.txt file to have these contents Raspberry Pi Uart pinouts https://pinout.xyz/pinout/uart https://black-magic.org/knowledge/pinouts.html https://github.com/WiringPi/     Gordon's Arduino wiring-like WiringPi Library for the Raspberry Pi (Unofficial Mirror for WiringPi bindings)

Adding a Magic Probe Debugger to Raspberry Pi 4B

Image
 Adding a Magic Probe Debugger to Raspberry Pi 4B First test booting a Raspberry Pi 4B into Single User mode in FreeBSD 14.0  https://www.linux-magazine.com/Issues/2019/223/Desktop-FreeBSD    I managed to boot to another drive and edit loader.conf:   beastie_disable="NO"  loader_color="YES"   The beastie_disable="YES" allowed me to boot to single user mode, the loader_color="NO" seems to have enabled more verbosity in the log. It then became apparent it was trying to mount the external USB HDD that I had added to /etc/fstab . Annoying that with beastie disabled it did not give any error. Regardless, I added noauto to the fstab entry and rebooted, but it still failed to mount the drive, so I tried commenting out the entire entry for my hdd. This allowed it to boot to a login prompt.   # Disable the beastie menu and color beastie_disable = "YES" loader_color = "NO"     https://forums.freebsd.org/threads/...

ZERO 0 page, What tools to use, List of items to implement, Howto for aarch64 port of GhostBSD x86 code base

 GhostBSD-ARM64 port Telegram Group: Search telegram for "GhostBSD ARM port"  updated January 23, 2021 What we are working toward   Kernel Debugging Tips note raspberry_pi debugging raspberry pi linux kernel with jtag and GDB Eastrivervillage.com KGDB-KDB-over-serial-with-RaspberryPi LLDB URL links to read Fred Finster, [02.01.21 17:36] Found some recent December 2020 reading material lLLDB-debugger-improvements-for-freebsd/   https://www.moritz.systems/blog/freebsd-remote-plugin-final-milestone-achieved/ FreeBSD 13.0 Current Look at https://PersonalBSD.org     for binary images for  Khadas, RockPi64, RockPi 4, RockPi 4c, Pinebook Pro, NanoPC-T4, ROC RK3399, Plus PC, Lambda Land  Post about getting FreeBSD 13.0 running on the Raspberry Pi 4 https://lambdaland.org/posts/2020-12-23_freebsd_rpi4/   https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=247012 Look for Raspi4 with 8Gigs u-boot version. https://github.com/raspberrypi/firmware/t...