Advertisement
metalx1000

Motorola SB4200 Cable Modem Serial Connection Notes

Feb 28th, 2017
1,056
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.78 KB | None | 0 0
  1. ######################Motorola SB4200 Modem Serial Port Notes##########
  2. #This Modem is running VxWorks, not Linux
  3. #https://en.wikipedia.org/wiki/VxWorks
  4. #At this point I do not have a shell on this machine
  5. #I can see the boot process and can choose to
  6. #1 Boot from FLASH
  7. #2 Network Boot
  8.  
  9. ###Usefull links###
  10. http://thecablemodemguide.tripod.com/page27.htm
  11. http://thecablemodemguide.tripod.com/page25.htm
  12. https://wiki.openwrt.org/oldwiki/openwrtdocs/hardware/motorola/sb4200
  13. https://forum.openwrt.org/viewtopic.php?id=25879
  14. http://the-secrete-lab.blogspot.com/2011/04/hacking-cable-modems-for-higher-speeds.html
  15.  
  16. #I've found two very old posts that say that they have created openwrt images for this device
  17. #saidly they both used MegaUpload to post the files, so they are long gone.
  18. #This devices only has 2MB FLash and 8MB RAM,
  19. #So if anything can be done with it, it would have to be very streamlined.
  20.  
  21. #######IMAGES#####
  22. http://thecablemodemguide.tripod.com/41004.jpg
  23. https://goo.gl/photos/bDzL3EZC4JxuEgwbA
  24. https://goo.gl/photos/FV4grBr8bBxudCDSA
  25.  
  26. #####Connect with serial port using Screen#####
  27. #make sure you have permissions to access serial port
  28. sudo usermod -a -G dialout <user> #logout and back in
  29. #then connect
  30. screen /dev/ttyUSB0 38400,cs8,-parenb,-cstopb,-hupcl
  31.  
  32. #####serial output######
  33. SB4200
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.                             VxWorks System Boot
  46.  
  47.  
  48. Copyright 1984-1996  Wind River Systems, Inc.
  49.  
  50.  
  51.  
  52.  
  53.  
  54. CPU: BCM3345
  55. FLASH: Intel 28F160C3T
  56. Version: 5.3.1
  57. BSP version: 1.1/0
  58. Creation date:
  59.  
  60.  
  61.  
  62.  
  63. Press any key to stop auto-boot...
  64.  0
  65. auto-booting...
  66.  
  67. Bootrom version: SB4200-0.4.4.0-SCM06-NOSH
  68. Validating image bs1
  69. Validating image bs2
  70. Comparing image 1 and 2
  71. Booting from standalone image 1 at 0xBFC40000
  72.  
  73. Starting at 0xbfc40000...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement