Activity
From 02/08/2020 to 03/08/2020
03/06/2020
- SW 12:08 PM Software Development: RE: GPIO toggling/chattering while performing NAND read.
- Hi,
Test case 1:
Tested on u-boot Version 2013.10 from mitysom (u-boot-mityarm-335x-6c6a700.tar.gz).
Probed GPIO 0_27 while running below command:
nand read.i 0x83000000 0x280000 0x500000
There is some activity on GPIO 0_27 as... - Hi,
We have mitySOM board in our product and we are using u-boot-mityarm-335x.tar.gz and building u-boot as below:
/* Export path */
source /opt/criticallink/mitysom-335x_2018-04-16/environment-setup-cortexa8hf-neon-criticallink-l...
02/18/2020
- JC 02:37 PM Software Development: RE: Reading contents of a file in Uboot
- u-boot doesn't really have a lot of file io ability.
You can load a file from sd card, tftp, nfs, or nand into memory. But the only way I know to look at it would be with "md" though that will just print the hex values in memory.
... - Hi ,
How can i read or cat contents of file from uboot.
Regards,
manjunath