=> setenv bootcmd "run bootargs;tftp 1000000 uImage-p2020ds.bin;tftp c00000 uImage-p2020ds.dtb;bootm 1000000 - c00000" 0 Kudos Reply 08-27-2020 05:16 AM 6,326 Views xiaonanpeng Contributor II hi when I save the rootfs.ubifs in the mtd5 and start up in the up layer the...
I wanted to keep my kernel and dtb in my UBIFS instead of flashing them to a separate raw partition. Since we wanted to do OTA for the device. When booting the Uboot, i am getting a error. Please help us debug the error. We are flashing the .ubimg file after flashing the uboot....
U-Boot tree for TQ Systems PowerPC based SOM. Contribute to tq-systems/uboot-tqmt development by creating an account on GitHub.
2. build uboot to support UBIFS 3. set boot cmd to : bootcmd=setenv bootargs noinitrd ip=off mem=256M rootwait=1 rw ubi.mtd=7,4096 rootfstype=ubifs root=ubi0:rootfs console=$consoledev,$baudrate $othbootargs;nand read.e $loadaddr $kernel_addr $kernel_size;nand read.e $fdtaddr $...