Attention: For security reasons,please choose a user name *different* from your login name.
Also make sure to choose a secure password and change it regularly.
chosen {
bootargs = "console=ttyPS0,115200 earlycon root=/dev/ram0 rw";
stdout-path = "serial0:115200n8";
};
Index: linux/recipes-bsp/uboot-device-tree/files/system-user.dtsi
===================================================================
--- linux/recipes-bsp/uboot-device-tree/files/system-user.dtsi (revision 1999)
+++ linux/recipes-bsp/uboot-device-tree/files/system-user.dtsi (working copy)
@@ -1,5 +1,14 @@
/include/ "system-conf.dtsi"
/ {
+ axi{
+ serial@e0000000 {
+ status = "disabled";
+ };
+ };
+
+ aliases {
+ /delete-property/ serial0;
+ };
};
Page created in 0.015 seconds with 18 queries.