mirror of
https://github.com/cmclark00/retro-imager.git
synced 2025-05-18 07:55:21 +01:00
Add build scripts for embedded (netboot) edition
This commit is contained in:
parent
71754dd164
commit
25947fc199
223 changed files with 32637 additions and 1 deletions
1
embedded/output/cmdline.txt
Normal file
1
embedded/output/cmdline.txt
Normal file
|
@ -0,0 +1 @@
|
|||
quiet console=serial0,115200 debugconsole
|
13
embedded/output/config.txt
Normal file
13
embedded/output/config.txt
Normal file
|
@ -0,0 +1,13 @@
|
|||
[HDMI:0]
|
||||
hdmi_pixel_freq_limit=200000000
|
||||
[HDMI:1]
|
||||
hdmi_pixel_freq_limit=200000000
|
||||
[all]
|
||||
kernel=zImage
|
||||
initramfs rootfs.cpio.zst
|
||||
disable_overscan=1
|
||||
enable_uart=1
|
||||
dtoverlay=vc4-fkms-v3d-pi4
|
||||
dtoverlay=dwc2,dr_mode=host
|
||||
dtoverlay=disable-bt
|
||||
dtoverlay=disable-wifi
|
Loading…
Add table
Add a link
Reference in a new issue