CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
README: add my config.txt and cmdline.txt
authorJohn Vogel <jvogel4@stny.rr.com>
Sat, 14 May 2016 20:13:01 +0000 (16:13 -0400)
committerJohn Vogel <jvogel4@stny.rr.com>
Sat, 14 May 2016 20:13:01 +0000 (16:13 -0400)
Should help others get the kernel that's been setup
to work more readily, since vc4 seems to be touchy
to get working.

README

diff --git a/README b/README
index fbb04a6cf33024ec26a1ae0fc854ec4c28f5b1b3..de0f6adf3e26cb67a4b115e754584fc23eaadda1 100644 (file)
--- a/README
+++ b/README
@@ -31,7 +31,22 @@ fixup.dat: https://github.com/raspberrypi/firmware/raw/master/boot/start.elf
  I will add more about these files next edit, as well as provide links to
  existing official/semi-official documentation for this files)
 
-Sd card layout:
+my current config.txt:
+disable_splash=1
+gpu_mem=256
+kernel=kernel7-4.5.4.img
+avoid_warnings=2
+dtoverlay=vc4-kms-v3d
+
+my current cmdline.txt:
+dwg_otg.lpm_enable=0 console=ttyAMA0,115200 kgdboc=ttyAMA0,115200 console=tty root=/dev/mmcblk0p3 rootfstype=ext4 rootwait
+
+For the above two files, bare in mind that my sd card partition layout is as follows:
+mmcblk0p1: fat32, boot files (mounted to /boot in fstab)
+mmcblk0p2: swap
+mmcblk0p3: ext4, root filesystem
+
+Sd card layout (as found on most howtos in the wild):
 
 first partition, boot (fat32):
 kernel-$version.img, System.map-$version, bootcode.bin, start.elf, config.txt, cmdline.txt