iTuneDVR писал(а):Как правило всё зависит от самой микросхемы исполняющей преобразование.
Мой самодельный вариант адаптора на max232 с 2013г. был очевидцем многих подключений различной техники и всегда в консоли я видел то что должно быть, а питание бралось с контактов устройства.!
Сейчас я применяю давно лежавший TTL2USB и тем более не забочусь о питании, а результат непременно гарантированный.
В процессе начала работы с новым устройством бывают чудеса, но в итоге всё показывает!
Проблема решена покупкой отдельного USB-TTL, умеющего 3.3v

Подцепился в U-boot, есть желание забекапить некоторые участки nand.
Прочитать их можно, а вот tftp сделать не выходит - встроенный tftp на самом деле tftpboot. Можно ли как-то слить нужный кусок по сети из U-boot?
Код: Выделить всё
>help
? - alias for 'help'
base - print or set address offset
bdinfo - print Board Info structure
boot - boot default, i.e., run 'bootcmd'
bootd - boot default, i.e., run 'bootcmd'
bootf - boot from flash
bootm - boot application image from memory
bootp - boot image via network using BOOTP/TFTP protocol
cmp - memory compare
coninfo - print console devices and information
cp - memory copy
crc32 - checksum calculation
dcache - enable or disable data cache
echo - echo args to console
editenv - edit environment variable
exit - exit script
false - do nothing, unsuccessfully
flwrite - flwrite - write data into FLASH memory
go - start application at address 'addr'
gpio - gpio test
hal - Perform RESET of the CPU
help - print command description/usage
hwid - hwid - set hardware id and save to flash
icache - enable or disable instruction cache
iminfo - print header information for application image
itest - return true/false on integer compare
kload - kload - load uImage file from parttion
lip - lip - set local ip address but not save to flash
loadb - load binary file over serial line (kermit mode)
loads - load S-Record file over serial line
loady - load binary file over serial line (ymodem mode)
logsend - get log buf
loop - infinite loop on address range
mac - mac - set mac address and save to flash
md - memory display
mii - MII utility commands
mm - memory modify (auto-incrementing address)
mtest - simple RAM read/write test
mw - memory write (fill)
nand - NAND sub-system
nboot - boot from NAND device
nm - memory modify (constant address)
partition- print partition information
ping - send ICMP ECHO_REQUEST to network host
printenv- print environment variables
rarpboot- boot image via network using RARP/TFTP protocol
reset - Perform RESET of the CPU
run - run commands in an environment variable
saveenv - save environment variables to persistent storage
setenv - set environment variables
showvar - print local hushshell variables
sip - sip - set server ip address but not save to flash
sleep - delay execution for some time
smi - MII utility commands
source - run script from memory
sync_uboot- sync_uboot - sync uboot to uboot-bak
test - minimal test like /bin/sh
tftpboot- tftpboot- boot image via network using TFTP protocol
true - do nothing, successfully
uartUp - uartUp- update image via uart using uart4
usbdl - The command execute actions over USB
version - print monitor version
>help tftp
tftpboot - tftpboot- boot image via network using TFTP protocol
Usage:
tftpboot [loadAddress] [[hostIPaddr:]bootfilename][timeout][timecout_count]
>