[AR-300M] U-Boot serial access settings for version 20220216

Thank you for the hint!

Now I’m able to communicate to U-Boot!
I use my CP2102 to receive and the CH341A to send data … of course with two minicoms. :sweat_smile:

And now I know why it doesn’t boot the NAND image:

...
Device 0 bad blocks:
  06000000
  07fe0000
Found ART,Checking calibration status...
Device have calibrated,Checking device test status...
Device haven't tested. Please test device in calibration firmware...
...

So executing the commands below helped me too!

...
Device 0 bad blocks:
  06000000
  07fe0000
Found ART,Checking calibration status...
Device have calibrated,Checking device test status...
Device have tested,Checking MAC address...
Device have MAC address,Checking device flash status...
Device have nor and nand flash,Booting standard firmware from nand flash...
Booting image at: 0x81000000
val is 0
...