I have a Xavier NX emmc modules with 8GB memory connected to our custom carrier board which has a 64GB usb external storage
I want to flash my kernel on USB of the board (JetPack 4.4)
the command i use is: sudo ./flash.sh jetson-xavier-nx-devkit-emmc sda1
which is the corresponding file for JetPack 4.4? I do a grep -nr “cvb_eeprom_read_size” but do not find it.
I am familiar with JP5.1 but i need it for JP4.4
The board does not boot up as expected.
My use case is that i have a custom carrier board for xavier NX som
the carrier board has an onboard memory of 64 gb which acts as a USB drive and Xavier NX som is 8 gb emmc
i am trying to flash my kernel on 64 gb emmc on the board. from Linux_for_Tegra environment of JP4.4 downloaded from SDK manager
How to setup username and password for JP4.4 over flashing? The JP5 has a script create_default_user.sh in Linux_for_Tegra/tools/ .
what is the equivalent for JP4.4 i do not see any script