On Sun, Mar 13, 2011 at 8:56 PM, MAbeeTT <[email protected]> wrote: > I will need to use the serial port in a MikroTik Routerboard RB433AH (ar71xx). > > I edited /etc/inittab and added to files/ in the image generation > process. But I still have the boot and printk kernel messages in the > serial port, I don't know what should i edit. > > Thanks so much!
I found it! Doing make kernel_menuconfig Going to "Kernel Hacking/Build-in kernel command line" and check "Built-in command line overrides firware arguments" I put [gpio=4031 HZ=340000000 mem=128M kmac=(MAC ADDR) board=433 boot=1 mlc=2 rootfstype=squashfs,yaffs,jffs2 noinitrd], taken from the dmesg log, It seems mikrotik's bootloader sends it to the kernel, unfortunately it depends on mac addres of the board :(, so I should make a new image for each board. Thanks! -- .::MAbeeTT::. mabeett [at] gmail [ dot] com some time ago: mtspcchaiaeia [at] gmail [dot] com _______________________________________________ openwrt-users mailing list [email protected] https://lists.openwrt.org/mailman/listinfo/openwrt-users
