Jump to content

Hackertop Mobile

From YawgNetWiki

Currently just a thought experiment but something I'm hoping to move forward with.

Parts

[edit]

Challenges

[edit]

Power

[edit]

This is where I'm running into the hard issues that need resolving before moving forward. The power requirements and things I'm looking to do are an interesting challenge but I have some ideas of where to go.

Requirements

[edit]
  • Raspberry Pi 4 - 5v/3A
  • Torguard LCD - 12v/2A

Ideas

[edit]

Chasis

[edit]

Ugh, hinges and things

Monitor Issues

[edit]

The Toguard LCD display has some issues with the Pi and resolutions it tries to use. Here are the changes needed to get things running by default:

  • config.txt
hdmi_group=1
hdmi_mode=16
  • /etc/X11/xorg.conf.d/10-monitor.conf
Section "Screen"
        Identifier      "Default Screen"
        SubSection "Display"
                Depth          24
                Modes           "1920x1080"
        EndSubSection
EndSection

Packages

[edit]

Kali

[edit]
   sudo apt install tio gdb-multiarch ubertooth-firmware ubertooth libubertooth-dev libbtbb1 libhackrf-dev gqrx-sdr multimon-ng sox rpi.gpio-common hackrf dfu-util gcc-arm-none-eabi python3-pretty-yaml p7zip-full