Developer_ken
Developer_ken
Really appreciate your work on this project ! It helped me a lot.
That command do work, if extra package installed. Install `python3-catkin-tools`.
I an using `nvidia-l4t-kernel_4.9.201-tegra-32.5.0-20210115145440_arm64.deb` `nvidia-l4t-kernel-dtbs_4.9.201-tegra-32.5.0-20210115145440_arm64.deb` two files. I have` Jetpack 4.5.1 [L4T 32.5.1]` on my board.
[UART.log](https://github.com/RidgeRun/NVIDIA-Jetson-IMX477-RPIV3/files/6536493/UART.log) Here is my boot log from UART. It says ``` [ 6.862032] Root device found: mmcblk0p1 [ 17.018099] ERROR: mmcblk0p1 not found ``` but I have `root=/dev/sda1` set
It seems to ingore my boot cmdline and get it from somewhere else? `[0003.921] boot image cmdline: root=/dev/mmcblk0p1 rw rootwait rootfstype=ext4 console=ttyS0,115200n8 console=tty0 fbcon=map:0 net.ifnames=0` Pretty sure it is different...
Found something interesting on line 415: `append: tegraid=21.1.2.0.0 ddr_die=4096M@2048M section=512M memtype=0 vpr_resize usb_port_owner_info=0 lane_owner_info=0 emc_max_dvfs=0 touch_id=0@63 video=tegrafb no_console_suspend=1 console=ttyS0,115200n8 debug_uartport=lsport,4 earlyprintk=uart8250-32bit,0x70006000 maxcpus=4 usbcore.old_scheme_first=1 lp0_vec=0x1000@0xff780000 core_edp_mv=1125 core_edp_ma=4000 gpt earlycon=uart8250,mmio32,0x70006000 root=/dev/mmcblk0p1 rw...
I tried a workaround, which is NOT working. `APPEND tegraid=21.1.2.0.0 ddr_die=4096M@2048M section=512M memtype=0 vpr_resize usb_port_owner_info=0 lane_owner_info=0 emc_max_dvfs=0 touch_id=0@63 video=tegrafb no_console_suspend=1 console=ttyS0,115200n8 debug_uartport=lsport,4 earlyprintk=uart8250-32bit,0x70006000 maxcpus=4 usbcore.old_scheme_first=1 lp0_vec=0x1000@0xff780000 core_edp_mv=1125 core_edp_ma=4000 gpt earlycon=uart8250,mmio32,0x70006000...
Interesting idea. I am working on a winform application, which uses this repo as its backend to read r6 replay files, and provide a UI to do things like backup,...
It would be nice to have this mcu supported. There seems to have someone already working on this, just for ref: [lily-Robot/platform-airmcu](https://github.com/lily-Robot/platform-airmcu/) , but it did not complete and not...