150balbes / Jetson-Nano

Kernel Jetson Nano
Other
147 stars 125 forks source link

How to get uInitrd; How to compile uInitrd? #8

Closed Hnmtc closed 5 years ago

Hnmtc commented 5 years ago

How to get uInitrd; How to compile uInitrd?

zys1310992814 commented 5 years ago

1.using mkinitrd command to creat a initrd file, and you can config it to build your modules; 2.use uboot tools to add a head to this initrd; 3.enjoy it.