Commit Graph

18 Commits

Author SHA1 Message Date
Steev Klimaszewski
31e66f5c9a p4wnp1: Use sed to edit cmdline.txt
Turns out, echoing it into the cmdline.txt file was causing it to be
added as a second line, which means it gets dropped, so use sed to add
it to the end of the line.
2023-03-25 23:57:52 -05:00
Steev Klimaszewski
8e96ebdea7 P4wnp1: make dwc2 the last thing we do. 2023-03-25 18:55:11 -05:00
Steev Klimaszewski
4b621dbeb6 p4wnp1: Disable console-setup service
This service is so buggy, and has been reported for years in the debian
bugtracker as not working properly, so to keep from it possibly failing,
just remove it from starting in the first place.
2023-03-25 18:29:10 -05:00
Steev Klimaszewski
a91413393f p4wnp1: Move the dwc2 calls to after firmware in place 2023-03-25 18:16:48 -05:00
Steev Klimaszewski
04ab0cfe80 p4wnp1: Enable dwc2 at boot for UDC support 2023-03-25 16:21:22 -05:00
Steev Klimaszewski
57b2cd711c p4wnp1: Add spi/gpio groups in build script
The P4wnp1 needs the groups added before the system boots for the first
time, because the udev rules happen earlier, so add them in here instead
of in the bsp
2023-03-25 02:50:42 -05:00
Steev Klimaszewski
449a4a0ddc p4wnp1: Add what we are doing to the output 2023-03-22 17:06:52 -05:00
Steev Klimaszewski
d009367215 p4wnp1: Attempt to use systemd overrides. 2023-03-22 15:10:06 -05:00
Steev Klimaszewski
4023e5164e p4wnp1: Allow pip install to break system packages.
Normally we tell users not to do this, but in this case, we do want to.
2023-02-27 10:14:38 -06:00
Arszilla
5d20c5c89a Update and fix raspberry-pi-zero-w-p4wnp1-aloa.sh 2022-08-30 00:04:29 +03:00
Steev Klimaszewski
33812890e0 rpi*: Also enable bluetooth
We were enabling just hciuart, lets also enable bluetooth so that its
started by default
2022-08-28 19:49:20 -05:00
Steev Klimaszewski
fb51f5a0a6 p4wnp1: Add ext4 mount command 2022-07-22 16:39:31 -05:00
Steev Klimaszewski
94559a5272 p4wnp1: convert to the new style of scripts 2022-07-13 22:37:56 -05:00
Steev Klimaszewski
0c94587331 p4wnp1: Fixup the firmware path 2022-07-12 10:50:12 -05:00
Steev Klimaszewski
e50b714f80 p4wnp1: use the release tag since we depth 1
Because we use --depth 1 when cloning the firmware repository, we can't
actually do a checkout.  Luckily, they tag the releases, so we use the
tag for the same date that has the release we want.
2022-07-11 19:47:10 -05:00
Steev Klimaszewski
0b787a3a1a p4wnp1: Use specific boot firmware commit 2022-07-11 16:48:38 -05:00
Steev Klimaszewski
67b89d642f remove the service that is now in kali-defaults 2022-03-14 08:29:51 -05:00
Ben Wilson
0912a2303e Synchronise script filename, output file and kali-docs URL 2022-01-27 18:41:32 +00:00