Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Go bullseye64 dev #68

Closed
wants to merge 3 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions stage0/02-firmware/02-run.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
#!/bin/bash -e

install -m 644 files/wlanpi-kernel*.deb "${ROOTFS_DIR}/tmp/"

# Install customized kernel for Go
on_chroot << EOF
apt-get -y install /tmp/wlanpi-kernel*.deb
EOF
rm -f "${ROOTFS_DIR}/tmp/wlanpi-kernel*"
Binary file not shown.
36 changes: 2 additions & 34 deletions stage1/00-boot-files/files/config.txt
Original file line number Diff line number Diff line change
@@ -1,49 +1,17 @@
# For more options and information see
# http://rpf.io/configtxt
# Some settings may impact device functionality. See link above for details

[cm4]
# Enable host mode on the 2711 built-in XHCI USB controller.
# This line should be removed if the legacy DWC2 controller is required
# (e.g. for USB device mode) or if USB support is not required.
#otg_mode=1

# Enable WLAN Pi Go Discovery and Go model detection
#otg_mode=0
dtoverlay=uart0
dtoverlay=uart2
dtoverlay=uart3

# Enable OTG
dtoverlay=dwc2,dr_mode=otg

# Enable serial console
#enable_uart=1

# Reduce GPU memory
gpu_mem=16

# Enable Dynamic Voltage and Frequency Scaling
dvfs=1

# Disable CM4's Wi-Fi and BT radio if they are present
dtoverlay=disable-wifi
dtoverlay=disable-bt

[all]
# Enable i2c - required for EEPROM on M4+
dtparam=i2c_arm=on

# Enable spi - required for OLED Display
dtparam=spi=on

# Run as fast as firmware / board allows
arm_boost=1

# heartbeat LED
dtparam=act_led_trigger=heartbeat

# Switch to kernel 64 bits
arm_64bit=1

# Boot using customized kernel
kernel=kernel8-wp.img
kernel=kernel8-wp.img
3 changes: 3 additions & 0 deletions wlanpi0/00-boot-files/00-run.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/bash -e

install -b -m 644 max3421-hcd.dtbo "${ROOTFS_DIR}/boot/overlays/"
Binary file added wlanpi0/00-boot-files/max3421-hcd.dtbo
Binary file not shown.
4 changes: 2 additions & 2 deletions wlanpi0/00-install-packages/06-packages
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
wlanpi-common
wlanpi-profiler
wlanpi-webui
wlanpi-kernel
#wlanpi-kernel
wlanpi-wipry
wlanpi-misc-firmware
wlanpi-grafana
scandump
libpcap0.8/bullseye-backports
wpasupplicant/bullseye-backports
hostapd/bullseye-backports
wlanpi-librespeed-cli
wlanpi-librespeed-cli