summaryrefslogtreecommitdiffstats
path: root/fpga
diff options
context:
space:
mode:
authorroot <root@new-fish.medaka.james.internal>2025-11-16 14:34:58 +0000
committerroot <root@new-fish.medaka.james.internal>2025-11-16 14:34:58 +0000
commit5b02f803015999c864a9163f03122c7c6204cc25 (patch)
treebe9ccb1eb9c51c230b422187aae840ce2e135460 /fpga
parent1cba34bb19636bb643105e2393248ff194a78600 (diff)
downloadhp_instrument_lcds-master.tar.gz
hp_instrument_lcds-master.tar.bz2
hp_instrument_lcds-master.zip
framebuffer console rotation at bootHEADmaster
Diffstat (limited to 'fpga')
-rw-r--r--fpga/ebaz4205/src/ebaz4205-zynq7.dts2
-rw-r--r--fpga/ebaz4205/src/uEnv.txt2
2 files changed, 3 insertions, 1 deletions
diff --git a/fpga/ebaz4205/src/ebaz4205-zynq7.dts b/fpga/ebaz4205/src/ebaz4205-zynq7.dts
index 39c059f..daa52df 100644
--- a/fpga/ebaz4205/src/ebaz4205-zynq7.dts
+++ b/fpga/ebaz4205/src/ebaz4205-zynq7.dts
@@ -35,7 +35,9 @@
#address-cells = <1>;
#size-cells = <1>;
ranges = <0 0x40000000 0x40000>;
+ rotation=<90>;
plfb@0 {
+ rotation=<90>;
reg = <0x0 0x40000>;
};
};
diff --git a/fpga/ebaz4205/src/uEnv.txt b/fpga/ebaz4205/src/uEnv.txt
index b2437a5..0be6a1b 100644
--- a/fpga/ebaz4205/src/uEnv.txt
+++ b/fpga/ebaz4205/src/uEnv.txt
@@ -6,7 +6,7 @@ loaddtb=load mmc 0 ${devicetree_load_address} ${devicetree_image}
ramdisk_image=nowt.cpio.uboot
loadramdisk=load mmc 0 ${ramdisk_load_address} ${ramdisk_image}
notbootargs=earlyprintk console=ttyPS0,115200 root=/dev/mmcblk0p3 ro rootwait
-bootargs=root=/dev/mmcblk0p3 ro rootwait
+bootargs=console=tty0 root=/dev/mmcblk0p3 ro rootwait
bitstream_image=hp_lcd_driver.bin
bitstream_type=load
fpga_config=fpga ${bitstream_type} 0 ${bitstream_load_address} ${filesize}