Serial Console for the Rock64
#21
finally I was able to change the baudrate by altering the dtb
Code:
## be careful and make a backup of the dtb file!

sudo apt install device-tree-compiler

# dtb -> dts
dtc -I dtb -O dts -o <dts file> <dtb file>

# change the settings
# here: within the fiq-debugger section
# set baudrate to 0x1c200

# dts -> dtb
dtc -O dtb -o <dtb file> <dts file>

and applying the code below within the u-boot console
Code:
env set baudrate 115200
saveenv

When starting up the board, the very first bytes are coming with the high baudrate until the environment is restored from the boot device but that's not a big problem.
Indeed, the high baudrate was the reason for the data-drop using the RPi 1.
Despite of the fact, that this solution doesn't survive kernel updates, for the time being I can live with this situation.


Messages In This Thread
RE: Serial Console for the Rock64 - by kershaw - 08-17-2017, 04:14 PM
RE: Serial Console for the Rock64 - by fire219 - 08-17-2017, 04:51 PM
RE: Serial Console for the Rock64 - by kershaw - 08-17-2017, 05:59 PM
RE: Serial Console for the Rock64 - by kershaw - 08-18-2017, 03:20 AM
RE: Serial Console for the Rock64 - by fire219 - 08-18-2017, 08:29 AM
RE: Serial Console for the Rock64 - by Farley56 - 08-18-2017, 09:54 AM
RE: Serial Console for the Rock64 - by fire219 - 08-18-2017, 11:38 AM
RE: Serial Console for the Rock64 - by aussiemate - 09-07-2017, 08:26 AM
RE: Serial Console for the Rock64 - by ClaudiaF - 09-22-2017, 11:44 AM
RE: Serial Console for the Rock64 - by tllim - 09-24-2017, 11:47 PM
RE: Serial Console for the Rock64 - by ClaudiaF - 09-25-2017, 05:30 AM
RE: Serial Console for the Rock64 - by ClaudiaF - 09-26-2017, 10:40 AM
RE: Serial Console for the Rock64 - by inos - 03-05-2018, 02:34 AM
RE: Serial Console for the Rock64 - by xalius - 03-05-2018, 05:09 AM
RE: Serial Console for the Rock64 - by inos - 03-05-2018, 05:50 AM
RE: Serial Console for the Rock64 - by xalius - 03-05-2018, 08:04 AM
RE: Serial Console for the Rock64 - by inos - 03-05-2018, 10:13 AM
RE: Serial Console for the Rock64 - by inos - 03-06-2018, 04:04 AM
RE: Serial Console for the Rock64 - by jebivetar - 03-29-2018, 04:47 PM
RE: Serial Console for the Rock64 - by den.zavg - 10-02-2018, 12:19 AM
RE: Serial Console for the Rock64 - by scat70 - 10-04-2018, 04:25 PM
RE: Serial Console for the Rock64 - by jekohk - 03-23-2019, 03:55 PM
RE: Serial Console for the Rock64 - by hmuller - 03-24-2019, 07:34 AM
RE: Serial Console for the Rock64 - by jekohk - 03-24-2019, 10:13 PM
RE: Serial Console for the Rock64 - by t4_4t - 03-25-2019, 09:55 AM
RE: Serial Console for the Rock64 - by jekohk - 03-25-2019, 12:12 PM
RE: Serial Console for the Rock64 - by t4_4t - 03-25-2019, 07:58 PM
RE: Serial Console for the Rock64 - by jekohk - 03-30-2019, 04:08 PM
RE: Serial Console for the Rock64 - by mikeklien - 06-24-2021, 12:24 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Rock64 No Audio @ Debian 12 dmitrymyadzelets 2 311 04-08-2024, 06:47 AM
Last Post: dmitrymyadzelets
  OpenWRT on the Rock64 CanadianBacon 14 8,407 04-03-2024, 08:48 AM
Last Post: helpmerock
  Rock64 bricked shawwwn 7 5,759 03-17-2024, 12:22 PM
Last Post: dmitrymyadzelets
  Rock64 won't boot luminosity7 10 4,233 03-16-2024, 08:33 AM
Last Post: dmitrymyadzelets
  Rock64 doesn't boot dstallmo 1 353 03-16-2024, 08:29 AM
Last Post: dmitrymyadzelets
  How well does Rock64 deal with HDR and Atmos on Kodi? drvlikhell 3 1,939 04-29-2023, 04:24 AM
Last Post: newestssd
  Rock64 board not working, no HDMI no Ethernet. EDited 3 3,563 01-17-2023, 02:31 PM
Last Post: Flagtrax
  ROCK64 v3 can it boot from USB? Tsagualsa 4 2,140 11-29-2022, 11:31 AM
Last Post: Macgyver
  rock64 v3 spiflash Macgyver 0 772 11-28-2022, 02:18 PM
Last Post: Macgyver
  my rock64 dosen't work rookie_267 0 967 10-07-2022, 07:50 PM
Last Post: rookie_267

Forum Jump:


Users browsing this thread: 3 Guest(s)